Trace number 2073633

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 323.418 324.98

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle14.xml
MD5SUMa19c7fccbffcfaaa9d48e97ebde2b891
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.277956
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints118
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sun Jul 12 02:33:41 2009
0.01/0.07	c 0	PID 17748
0.01/0.07	c 0	HOST node19.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2073633-1247358821.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073633-1247358821.xml' 'HOME/temp.csp'
0.06/0.56	c 1	1 domains, 62 variables, 5 predicates, 4 relations, 118 constraints
0.06/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.66	c 1	Parsing HOME/temp.csp
1.02/1.03	c 1	parsed 190 expressions
1.02/1.09	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.09	c 1	Converting to clausal form CSP
1.13/1.11	c 1	converted 19 (10%) expressions
1.13/1.11	c 1	converted 38 (20%) expressions
1.13/1.11	c 1	converted 57 (30%) expressions
1.13/1.17	c 1	converted 76 (40%) expressions
1.83/1.83	c 2	converted 95 (50%) expressions
1.83/1.89	c 2	converted 114 (60%) expressions
2.94/2.94	c 3	converted 133 (70%) expressions
2.94/2.95	c 3	converted 152 (80%) expressions
2.94/2.96	c 3	converted 171 (90%) expressions
2.94/2.97	c 3	converted 190 (100%) expressions
2.94/2.97	c 3	CSP : 62 integers, 0 booleans, 118 clauses, largest domain size 26
2.94/2.97	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.94/2.97	c 3	Propagation in CSP
2.94/2.97	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.94/2.97	c 3	CSP : 62 integers, 0 booleans, 118 clauses, largest domain size 26
2.94/2.97	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.94/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.94/2.97	c 3	CSP : 62 integers, 728 booleans, 846 clauses, largest domain size 26
2.94/2.97	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.24/3.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.34/3.35	c 3	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.34/3.37	c 3	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
3.34/3.38	c 3	19 (30%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.34/3.38	c 3	25 (40%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.34/3.38	c 3	31 (50%) CSP integer variables are encoded (744 clauses, 8040 bytes)
3.34/3.38	c 3	38 (60%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.34/3.38	c 3	44 (70%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
3.34/3.38	c 3	50 (80%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
3.34/3.38	c 3	56 (90%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
3.34/3.38	c 3	62 (100%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
23.96/24.05	c 24	85 (10%) CSP clauses are encoded (293722 clauses, 11208071 bytes)
23.96/24.06	c 24	170 (20%) CSP clauses are encoded (295632 clauses, 11240578 bytes)
297.39/298.82	c 299	254 (30%) CSP clauses are encoded (909272 clauses, 43714813 bytes)
297.39/298.83	c 299	339 (40%) CSP clauses are encoded (911257 clauses, 43747085 bytes)
297.39/298.83	c 299	423 (50%) CSP clauses are encoded (913191 clauses, 43780249 bytes)
297.39/298.84	c 299	508 (60%) CSP clauses are encoded (915176 clauses, 43815285 bytes)
297.39/298.84	c 299	593 (70%) CSP clauses are encoded (917186 clauses, 43850036 bytes)
297.39/298.85	c 299	677 (80%) CSP clauses are encoded (919170 clauses, 43884741 bytes)
297.39/298.86	c 299	762 (90%) CSP clauses are encoded (921205 clauses, 43921006 bytes)
297.39/298.86	c 299	846 (100%) CSP clauses are encoded (923214 clauses, 43956441 bytes)
297.39/298.86	c 299	846 CSP clauses encoded
297.39/298.86	c 299	Writing map file : HOME/temp.map
297.39/298.87	c 299	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
297.39/298.87	c 299	SAT : 2278 SAT variables, 923214 SAT clauses, 43956441 bytes
297.39/298.87	c 299	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
297.47/298.90	c 299	SOLVING HOME/temp.cnf
297.47/298.90	c 299	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
323.14/324.79	c 325	DECODING HOME/temp.out WITH HOME/temp.map
323.14/324.79	c 325	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
323.23/324.87	c 325	Decoding HOME/temp.out
323.23/324.91	s SATISFIABLE
323.23/324.91	v 18 0 15 18 19 8 13 4 0 14 0 10 19 17 4 4 4 12 2 4 4 13 19 7 17 0 7 18 19 8 4 18 7 24 18 8 12 15 19 0 14 1 8 17 14 18 13 14 7 14 15 4 17 4 0 18 4 18 18 4 13 3
323.23/324.92	c 325	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
323.23/324.95	c 325	CPU 323.37 (0.05 0.01 310.47 12.84)
323.23/324.96	c 325	END Sun Jul 12 02:39:06 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073633-1247358821/watcher-2073633-1247358821 -o /tmp/evaluation-result-2073633-1247358821/solver-2073633-1247358821 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2073633-1247358821.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/70 17748
/proc/meminfo: memFree=1876152/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=12272 CPUtime=0
/proc/17748/stat : 17748 (sugar) R 17746 17748 15063 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22948735 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 255245466622 0 0 4224 0 0 0 0 17 0 0 0
/proc/17748/statm: 3068 327 246 3 0 168 0

[startup+0.0214969 s]
/proc/loadavg: 1.99 1.98 1.99 3/70 17748
/proc/meminfo: memFree=1876152/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=12808 CPUtime=0.01
/proc/17748/stat : 17748 (sugar) R 17746 17748 15063 0 -1 4194304 565 0 0 0 1 0 0 0 18 0 1 0 22948735 13115392 533 996147200 4194304 4206940 548682068608 18446744073709551615 255236412129 0 0 4224 0 0 0 0 17 0 0 0
/proc/17748/statm: 3202 534 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101551 s]
/proc/loadavg: 1.99 1.98 1.99 3/70 17748
/proc/meminfo: memFree=1876152/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.06
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22948735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301576 s]
/proc/loadavg: 1.99 1.98 1.99 3/70 17748
/proc/meminfo: memFree=1876152/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.06
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22948735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701617 s]
/proc/loadavg: 1.99 1.98 1.99 3/70 17748
/proc/meminfo: memFree=1876152/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1309 8328 0 1 5 1 50 4 15 0 1 0 22948735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50266 s]
/proc/loadavg: 1.99 1.98 1.99 2/81 17770
/proc/meminfo: memFree=1859480/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1309 8328 0 1 5 1 50 4 16 0 1 0 22948735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1111 409 3 0 796 0
[pid=17761] ppid=17748 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17748 17748 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948795 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17761/statm: 1339 233 193 169 0 50 0
[pid=17762] ppid=17761 vsize=865080 CPUtime=0.93
/proc/17762/stat : 17762 (java) S 17761 17748 15063 0 -1 0 10202 0 1 0 89 4 0 0 18 0 9 0 22948795 885841920 9256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 216270 9257 2566 9 0 210775 0
[pid=17762/tid=17763] ppid=17761 vsize=865080 CPUtime=0.53
/proc/17762/task/17763/stat : 17763 (java) S 17761 17748 15063 0 -1 64 2747 0 1 0 52 1 0 0 16 0 9 0 22948796 885841920 9259 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17764] ppid=17761 vsize=865080 CPUtime=0.33
/proc/17762/task/17764/stat : 17764 (java) R 17761 17748 15063 0 -1 64 6434 0 0 0 31 2 0 0 16 0 9 0 22948797 885841920 9261 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17761 vsize=865080 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17761 17748 15063 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22948798 885841920 9262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17761 vsize=865080 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17761 17748 15063 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948798 885841920 9264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17761 vsize=865080 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17761 17748 15063 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22948800 885841920 9266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17761 vsize=865080 CPUtime=0.04
/proc/17762/task/17768/stat : 17768 (java) S 17761 17748 15063 0 -1 64 323 0 0 0 4 0 0 0 16 0 9 0 22948800 885841920 9268 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17761 vsize=865080 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22948800 885841920 9270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17761 vsize=865080 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22948800 885841920 9272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 887304

[startup+3.10283 s]
/proc/loadavg: 1.99 1.98 1.99 2/78 17787
/proc/meminfo: memFree=1832432/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1311 8328 0 1 5 1 50 4 16 0 1 0 22948735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17748/statm: 4217 1112 409 3 0 796 0
[pid=17761] ppid=17748 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17748 17748 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948795 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17761/statm: 1339 233 193 169 0 50 0
[pid=17762] ppid=17761 vsize=865600 CPUtime=2.53
/proc/17762/stat : 17762 (java) S 17761 17748 15063 0 -1 0 20916 0 1 0 244 9 0 0 18 0 9 0 22948795 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 216400 19551 2566 9 0 210905 0
[pid=17762/tid=17763] ppid=17761 vsize=865600 CPUtime=1.15
/proc/17762/task/17763/stat : 17763 (java) S 17761 17748 15063 0 -1 64 3246 0 1 0 114 1 0 0 16 0 9 0 22948796 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17764] ppid=17761 vsize=865600 CPUtime=1.3
/proc/17762/task/17764/stat : 17764 (java) R 17761 17748 15063 0 -1 64 16637 0 0 0 123 7 0 0 18 0 9 0 22948797 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 104188790 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17761 vsize=865600 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17761 17748 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22948798 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17766] ppid=17761 vsize=865600 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17761 17748 15063 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948798 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17761 vsize=865600 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17761 17748 15063 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22948800 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17761 vsize=865600 CPUtime=0.05
/proc/17762/task/17768/stat : 17768 (java) S 17761 17748 15063 0 -1 64 330 0 0 0 5 0 0 0 16 0 9 0 22948800 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17761 vsize=865600 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22948800 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17761 vsize=865600 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22948800 886374400 19551 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 887824

[startup+6.30118 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17797
/proc/meminfo: memFree=1793416/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1311 8328 0 1 5 1 50 4 16 0 1 0 22948735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1112 409 3 0 796 0
[pid=17761] ppid=17748 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17748 17748 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948795 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17761/statm: 1339 233 193 169 0 50 0
[pid=17762] ppid=17761 vsize=869512 CPUtime=5.74
/proc/17762/stat : 17762 (java) S 17761 17748 15063 0 -1 0 22551 0 1 0 562 12 0 0 18 0 9 0 22948795 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 217378 20976 2591 9 0 211855 0
[pid=17762/tid=17763] ppid=17761 vsize=869512 CPUtime=4
/proc/17762/task/17763/stat : 17763 (java) R 17761 17748 15063 0 -1 64 3384 0 1 0 396 4 0 0 25 0 9 0 22948796 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 102523994 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17764] ppid=17761 vsize=869512 CPUtime=1.56
/proc/17762/task/17764/stat : 17764 (java) S 17761 17748 15063 0 -1 64 16967 0 0 0 149 7 0 0 16 0 9 0 22948797 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17761 17748 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22948798 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17766] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17761 17748 15063 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948798 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17761 17748 15063 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22948800 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17761 vsize=869512 CPUtime=0.15
/proc/17762/task/17768/stat : 17768 (java) S 17761 17748 15063 0 -1 64 1497 0 0 0 15 0 0 0 16 0 9 0 22948800 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22948800 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22948800 890380288 20976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 891736

[startup+12.7029 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 17825
/proc/meminfo: memFree=1783752/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1311 8328 0 1 5 1 50 4 16 0 1 0 22948735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1112 409 3 0 796 0
[pid=17761] ppid=17748 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17748 17748 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948795 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17761/statm: 1339 233 193 169 0 50 0
[pid=17762] ppid=17761 vsize=869512 CPUtime=12.12
/proc/17762/stat : 17762 (java) S 17761 17748 15063 0 -1 0 23585 0 1 0 1197 15 0 0 18 0 9 0 22948795 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 217378 21965 2591 9 0 211855 0
[pid=17762/tid=17763] ppid=17761 vsize=869512 CPUtime=10.25
/proc/17762/task/17763/stat : 17763 (java) R 17761 17748 15063 0 -1 64 3429 0 1 0 1020 5 0 0 25 0 9 0 22948796 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4126841549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17764] ppid=17761 vsize=869512 CPUtime=1.68
/proc/17762/task/17764/stat : 17764 (java) S 17761 17748 15063 0 -1 64 17956 0 0 0 160 8 0 0 16 0 9 0 22948797 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17765] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17761 17748 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22948798 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17766] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17761 17748 15063 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948798 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17761 17748 15063 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22948800 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17761 vsize=869512 CPUtime=0.15
/proc/17762/task/17768/stat : 17768 (java) S 17761 17748 15063 0 -1 64 1497 0 0 0 15 0 0 0 17 0 9 0 22948800 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17769] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22948800 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22948800 890380288 21965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 891736

[startup+25.5022 s]
/proc/loadavg: 1.99 1.98 1.99 5/93 17874
/proc/meminfo: memFree=1727088/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1311 8328 0 1 5 1 50 4 16 0 1 0 22948735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1112 409 3 0 796 0
[pid=17761] ppid=17748 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17748 17748 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948795 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17761/statm: 1339 233 193 169 0 50 0
[pid=17762] ppid=17761 vsize=879760 CPUtime=24.85
/proc/17762/stat : 17762 (java) S 17761 17748 15063 0 -1 0 33057 0 1 0 2463 22 0 0 18 0 9 0 22948795 900874240 29411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 219940 29411 2591 9 0 214417 0
[pid=17762/tid=17763] ppid=17761 vsize=879760 CPUtime=22.43
/proc/17762/task/17763/stat : 17763 (java) R 17761 17748 15063 0 -1 64 3528 0 1 0 2235 8 0 0 25 0 9 0 22948796 900874240 29411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17764] ppid=17761 vsize=879760 CPUtime=2.22
/proc/17762/task/17764/stat : 17764 (java) R 17761 17748 15063 0 -1 64 27320 0 0 0 210 12 0 0 16 0 9 0 22948797 900874240 29411 996147200 134512640 134550932 4294955936 18446744073709551615 101466496 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17761 vsize=879760 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17761 17748 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22948798 900874240 29411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17762/tid=17766] ppid=17761 vsize=879760 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17761 17748 15063 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948798 900874240 29411 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17761 vsize=879760 CPUtime=0

################
# More data... #
################

/proc/17762/task/17768/stat : 17768 (java) S 17761 17748 15063 0 -1 64 1506 0 0 0 16 0 0 0 16 0 9 0 22948800 890380288 30109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22948800 890380288 30109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22948800 890380288 30109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 891736

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 17874
/proc/meminfo: memFree=1642480/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1311 8328 0 1 5 1 50 4 16 0 1 0 22948735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1112 409 3 0 796 0
[pid=17761] ppid=17748 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17748 17748 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948795 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17761/statm: 1339 233 193 169 0 50 0
[pid=17762] ppid=17761 vsize=869512 CPUtime=220.67
/proc/17762/stat : 17762 (java) S 17761 17748 15063 0 -1 0 41340 0 1 0 22031 36 0 0 18 0 9 0 22948795 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 217378 30217 2591 9 0 211855 0
[pid=17762/tid=17763] ppid=17761 vsize=869512 CPUtime=216.74
/proc/17762/task/17763/stat : 17763 (java) R 17761 17748 15063 0 -1 64 3796 0 1 0 21657 17 0 0 25 0 9 0 22948796 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4126841536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17764] ppid=17761 vsize=869512 CPUtime=3.74
/proc/17762/task/17764/stat : 17764 (java) S 17761 17748 15063 0 -1 64 35335 0 0 0 356 18 0 0 16 0 9 0 22948797 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17761 17748 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22948798 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17761 17748 15063 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948798 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17761 17748 15063 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22948800 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17761 vsize=869512 CPUtime=0.16
/proc/17762/task/17768/stat : 17768 (java) S 17761 17748 15063 0 -1 64 1506 0 0 0 16 0 0 0 16 0 9 0 22948800 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22948800 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22948800 890380288 30217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 891736

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 17874
/proc/meminfo: memFree=1613360/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=0.6
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1311 8328 0 1 5 1 50 4 16 0 1 0 22948735 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1112 409 3 0 796 0
[pid=17761] ppid=17748 vsize=5356 CPUtime=0
/proc/17761/stat : 17761 (sh) S 17748 17748 15063 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22948795 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17761/statm: 1339 233 193 169 0 50 0
[pid=17762] ppid=17761 vsize=869512 CPUtime=280.37
/proc/17762/stat : 17762 (java) S 17761 17748 15063 0 -1 0 49515 0 1 0 27993 44 0 0 18 0 9 0 22948795 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17762/statm: 217378 33616 2591 9 0 211855 0
[pid=17762/tid=17763] ppid=17761 vsize=869512 CPUtime=275.7
/proc/17762/task/17763/stat : 17763 (java) R 17761 17748 15063 0 -1 64 3893 0 1 0 27549 21 0 0 25 0 9 0 22948796 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4126844116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17764] ppid=17761 vsize=869512 CPUtime=4.47
/proc/17762/task/17764/stat : 17764 (java) S 17761 17748 15063 0 -1 64 43413 0 0 0 426 21 0 0 16 0 9 0 22948797 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17765] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17765/stat : 17765 (java) S 17761 17748 15063 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22948798 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17766] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17766/stat : 17766 (java) S 17761 17748 15063 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22948798 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17767] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17767/stat : 17767 (java) S 17761 17748 15063 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 22948800 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17768] ppid=17761 vsize=869512 CPUtime=0.16
/proc/17762/task/17768/stat : 17768 (java) S 17761 17748 15063 0 -1 64 1506 0 0 0 16 0 0 0 16 0 9 0 22948800 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17769] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17769/stat : 17769 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22948800 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17762/tid=17770] ppid=17761 vsize=869512 CPUtime=0
/proc/17762/task/17770/stat : 17770 (java) S 17761 17748 15063 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22948800 890380288 33616 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.97
Current children cumulated vsize (KiB) 891736

Solver just ended. Dumping a history of the last processes samples

[startup+307.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17876
/proc/meminfo: memFree=1708592/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=297.49
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1366 58190 0 2 5 1 29687 56 17 0 1 0 22948735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1113 409 3 0 796 0
[pid=17875] ppid=17748 vsize=5356 CPUtime=0
/proc/17875/stat : 17875 (sh) S 17748 17748 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22978626 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17875/statm: 1339 232 193 169 0 50 0
[pid=17876] ppid=17875 vsize=21936 CPUtime=8.14
/proc/17876/stat : 17876 (picosat) R 17875 17748 15063 0 -1 4194304 5280 0 0 0 385 429 0 0 25 0 1 0 22978626 22462464 5266 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17876/statm: 5484 5266 40 102 0 5379 0
Current children cumulated CPU time (s) 305.63
Current children cumulated vsize (KiB) 44160

[startup+313.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17876
/proc/meminfo: memFree=1686896/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=297.49
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1366 58190 0 2 5 1 29687 56 17 0 1 0 22948735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1113 409 3 0 796 0
[pid=17875] ppid=17748 vsize=5356 CPUtime=0
/proc/17875/stat : 17875 (sh) S 17748 17748 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22978626 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17875/statm: 1339 232 193 169 0 50 0
[pid=17876] ppid=17875 vsize=37976 CPUtime=14.51
/proc/17876/stat : 17876 (picosat) R 17875 17748 15063 0 -1 4194304 9025 0 0 0 685 766 0 0 25 0 1 0 22978626 38887424 9011 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17876/statm: 9494 9011 40 102 0 9389 0
Current children cumulated CPU time (s) 312
Current children cumulated vsize (KiB) 60200

[startup+319.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17878
/proc/meminfo: memFree=1735600/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=297.49
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1366 58190 0 2 5 1 29687 56 17 0 1 0 22948735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1113 409 3 0 796 0
[pid=17875] ppid=17748 vsize=5356 CPUtime=0
/proc/17875/stat : 17875 (sh) S 17748 17748 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22978626 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17875/statm: 1339 232 193 169 0 50 0
[pid=17876] ppid=17875 vsize=51440 CPUtime=20.88
/proc/17876/stat : 17876 (picosat) R 17875 17748 15063 0 -1 4194304 12621 0 0 0 953 1135 0 0 25 0 1 0 22978626 52674560 12607 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17876/statm: 12860 12607 40 102 0 12755 0
Current children cumulated CPU time (s) 318.37
Current children cumulated vsize (KiB) 73664

[startup+323.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17878
/proc/meminfo: memFree=1722480/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=297.49
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1366 58190 0 2 5 1 29687 56 17 0 1 0 22948735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1113 409 3 0 796 0
[pid=17875] ppid=17748 vsize=5356 CPUtime=0
/proc/17875/stat : 17875 (sh) S 17748 17748 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22978626 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17875/statm: 1339 232 193 169 0 50 0
[pid=17876] ppid=17875 vsize=55012 CPUtime=24.06
/proc/17876/stat : 17876 (picosat) R 17875 17748 15063 0 -1 4194304 13562 0 0 0 1183 1223 0 0 25 0 1 0 22978626 56332288 13548 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/17876/statm: 13753 13548 42 102 0 13648 0
Current children cumulated CPU time (s) 321.55
Current children cumulated vsize (KiB) 77236

[startup+323.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17878
/proc/meminfo: memFree=1719856/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=297.49
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1366 58190 0 2 5 1 29687 56 17 0 1 0 22948735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1113 409 3 0 796 0
[pid=17875] ppid=17748 vsize=5356 CPUtime=0
/proc/17875/stat : 17875 (sh) S 17748 17748 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22978626 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17875/statm: 1339 232 193 169 0 50 0
[pid=17876] ppid=17875 vsize=55144 CPUtime=24.86
/proc/17876/stat : 17876 (picosat) R 17875 17748 15063 0 -1 4194304 13570 0 0 0 1263 1223 0 0 25 0 1 0 22978626 56467456 13556 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17876/statm: 13786 13556 42 102 0 13681 0
Current children cumulated CPU time (s) 322.35
Current children cumulated vsize (KiB) 77368

[startup+324.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17878
/proc/meminfo: memFree=1717232/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=297.49
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1366 58190 0 2 5 1 29687 56 17 0 1 0 22948735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17748/statm: 4217 1113 409 3 0 796 0
[pid=17875] ppid=17748 vsize=5356 CPUtime=0
/proc/17875/stat : 17875 (sh) S 17748 17748 15063 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22978626 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17875/statm: 1339 232 193 169 0 50 0
[pid=17876] ppid=17875 vsize=51048 CPUtime=25.65
/proc/17876/stat : 17876 (picosat) R 17875 17748 15063 0 -1 4194304 13579 0 0 0 1342 1223 0 0 25 0 1 0 22978626 52273152 12664 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 0 0 0
/proc/17876/statm: 12762 12664 47 102 0 12657 0
Current children cumulated CPU time (s) 323.14
Current children cumulated vsize (KiB) 73272

[startup+324.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17878
/proc/meminfo: memFree=1717232/2055920 swapFree=4192812/4192956
[pid=17748] ppid=17746 vsize=16868 CPUtime=323.23
/proc/17748/stat : 17748 (sugar) S 17746 17748 15063 0 -1 4194304 1449 72055 0 2 5 1 31037 1280 16 0 1 0 22948735 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17748/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 323.23
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 324.98
CPU time (s): 323.418
CPU user time (s): 310.536
CPU system time (s): 12.882
CPU usage (%): 99.5192
Max. virtual memory (cumulated for all children) (KiB): 901984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.536
system time used= 12.882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77347
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12189
involuntary context switches= 10816

runsolver used 0.385941 second user time and 1.13083 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 02:33:41
IDJOB=2073633
IDBENCH=55996
IDSOLVER=738
FILE ID=node19/2073633-1247358821
PBS_JOBID= 9506874
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle14.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073633-1247358821/watcher-2073633-1247358821 -o /tmp/evaluation-result-2073633-1247358821/solver-2073633-1247358821 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2073633-1247358821.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a19c7fccbffcfaaa9d48e97ebde2b891
RANDOM SEED=1938942330

node19.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.211
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.211
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1876696 kB
Buffers:         22228 kB
Cached:          94324 kB
SwapCached:          0 kB
Active:          99024 kB
Inactive:        34196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          26532 kB
Slab:            31520 kB
Committed_AS:   172964 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node19 at 2009-07-12 02:39:06