Trace number 2060093

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+minisat? 256.383 269.349

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-17_glb.xml
MD5SUM59c987f6631c613813e79e7f44cdd8bc
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark287.568
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of constraints37
Maximum constraint arity289
Maximum domain size289
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(36)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:19:12 2009
0.00/0.08	c 0	PID 14612
0.07/0.08	c 0	HOST node57.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2060093-1247325552.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060093-1247325552.xml' 'HOME/temp.csp'
0.07/0.37	c 0	1 domains, 289 variables, 0 predicates, 0 relations, 37 constraints
0.07/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	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.07/0.49	c 1	Parsing HOME/temp.csp
0.34/0.55	c 1	parsed 327 expressions
0.34/0.58	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.58	c 1	Converting to clausal form CSP
0.34/0.60	c 1	converted 33 (10%) expressions
0.34/0.60	c 1	converted 66 (20%) expressions
0.34/0.61	c 1	converted 99 (30%) expressions
0.34/0.61	c 1	converted 131 (40%) expressions
0.34/0.61	c 1	converted 164 (50%) expressions
0.34/0.61	c 1	converted 197 (60%) expressions
0.34/0.61	c 1	converted 229 (70%) expressions
0.34/0.61	c 1	converted 262 (80%) expressions
0.34/0.72	c 1	converted 295 (90%) expressions
2.38/2.50	c 3	converted 327 (100%) expressions
2.38/2.50	c 3	CSP : 1297 integers, 0 booleans, 43706 clauses, largest domain size 1729
2.38/2.50	c 3	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.50	c 3	Propagation in CSP
2.49/2.69	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.69	c 3	CSP : 1297 integers, 0 booleans, 43706 clauses, largest domain size 1729
2.49/2.69	c 3	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.71	c 3	Simplifing CSP by introducing new Boolean variables
3.47/3.67	c 4	CSP : 1297 integers, 83232 booleans, 126938 clauses, largest domain size 1729
3.47/3.67	c 4	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.77/3.98	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.87/4.06	c 4	130 (10%) CSP integer variables are encoded (37310 clauses, 537580 bytes)
3.97/4.11	c 4	260 (20%) CSP integer variables are encoded (74620 clauses, 1097230 bytes)
4.07/4.23	c 4	390 (30%) CSP integer variables are encoded (173562 clauses, 2729101 bytes)
4.16/4.39	c 5	519 (40%) CSP integer variables are encoded (290649 clauses, 4719580 bytes)
4.36/4.56	c 5	649 (50%) CSP integer variables are encoded (408599 clauses, 6724730 bytes)
4.56/4.71	c 5	779 (60%) CSP integer variables are encoded (525973 clauses, 8720088 bytes)
4.66/4.86	c 5	908 (70%) CSP integer variables are encoded (641908 clauses, 10690983 bytes)
4.85/5.00	c 5	1038 (80%) CSP integer variables are encoded (759858 clauses, 12696133 bytes)
4.95/5.15	c 5	1168 (90%) CSP integer variables are encoded (877520 clauses, 14696387 bytes)
5.16/5.30	c 5	1297 (100%) CSP integer variables are encoded (994319 clauses, 16681970 bytes)
255.27/264.12	c 264	ERROR Exception Too large HOME/temp.cnf
255.27/264.13	c 264	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
255.27/264.13	c 264	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
255.27/264.13	c 264	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
255.27/264.13	s UNKNOWN
255.27/264.13	c 264	CPU 255.31 (0.06 0.01 234.34 20.9)
255.27/264.13	c 264	END Sat Jul 11 17:23:36 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060093-1247325552/watcher-2060093-1247325552 -o /tmp/evaluation-result-2060093-1247325552/solver-2060093-1247325552 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060093-1247325552.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.92 1.98 1.94 4/74 14612
/proc/meminfo: memFree=729864/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=12268 CPUtime=0
/proc/14612/stat : 14612 (sugar) R 14610 14612 13398 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19618432 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 218084981758 0 0 4224 0 0 0 0 17 1 0 0
/proc/14612/statm: 3067 316 241 3 0 167 0

[startup+0.0835561 s]
/proc/loadavg: 1.92 1.98 1.94 4/74 14612
/proc/meminfo: memFree=729864/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16740 CPUtime=0.07
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 19618432 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101688 s]
/proc/loadavg: 1.92 1.98 1.94 4/74 14612
/proc/meminfo: memFree=729864/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.07
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301722 s]
/proc/loadavg: 1.92 1.98 1.94 4/74 14612
/proc/meminfo: memFree=729864/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.07
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701788 s]
/proc/loadavg: 1.92 1.98 1.94 4/74 14612
/proc/meminfo: memFree=729864/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1309 4384 0 1 6 1 24 3 15 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 1.92 1.98 1.94 4/85 14634
/proc/meminfo: memFree=710504/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1309 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868576 CPUtime=1.06
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 9726 0 1 0 100 6 0 0 19 0 9 0 19618474 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217144 8313 2566 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868576 CPUtime=0.58
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 2787 0 1 0 57 1 0 0 22 0 9 0 19618475 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4126505633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868576 CPUtime=0.3
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 4754 0 0 0 27 3 0 0 16 0 9 0 19618476 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19618476 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868576 CPUtime=0.16
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1486 0 0 0 16 0 0 0 16 0 9 0 19618478 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889421824 8313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890800

[startup+3.10219 s]
/proc/loadavg: 1.92 1.98 1.94 3/85 14634
/proc/meminfo: memFree=692584/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868576 CPUtime=2.64
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 17496 0 1 0 253 11 0 0 19 0 9 0 19618474 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217144 15581 2566 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868576 CPUtime=1.4
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 3190 0 1 0 138 2 0 0 25 0 9 0 19618475 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4126921332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868576 CPUtime=1.03
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 12111 0 0 0 96 7 0 0 16 0 9 0 19618476 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868576 CPUtime=0.18
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1496 0 0 0 18 0 0 0 16 0 9 0 19618478 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868576 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889421824 15581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890800

[startup+6.30273 s]
/proc/loadavg: 1.93 1.98 1.94 3/85 14634
/proc/meminfo: memFree=638696/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868688 CPUtime=5.81
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 22695 0 1 0 551 30 0 0 19 0 9 0 19618474 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217172 19985 2590 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868688 CPUtime=3.68
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 3746 0 1 0 351 17 0 0 25 0 9 0 19618475 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4126978807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868688 CPUtime=1.88
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 16725 0 0 0 177 11 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868688 CPUtime=0.22
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1525 0 0 0 22 0 0 0 16 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890912

[startup+12.7018 s]
/proc/loadavg: 2.01 2.00 1.94 3/85 14634
/proc/meminfo: memFree=560808/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868688 CPUtime=12.11
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 23027 0 1 0 1126 85 0 0 19 0 9 0 19618474 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217172 19985 2590 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868688 CPUtime=9.79
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 4078 0 1 0 909 70 0 0 25 0 9 0 19618475 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4126485976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868688 CPUtime=2.07
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 16725 0 0 0 194 13 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868688 CPUtime=0.22
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1525 0 0 0 22 0 0 0 17 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890912

[startup+25.5029 s]
/proc/loadavg: 2.31 2.06 1.96 3/85 14634
/proc/meminfo: memFree=404200/2055920 swapFree=4192952/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868688 CPUtime=24.54
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 23673 0 1 0 2275 179 0 0 19 0 9 0 19618474 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217172 19985 2590 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868688 CPUtime=21.84
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 4724 0 1 0 2024 160 0 0 25 0 9 0 19618475 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4126491672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868688 CPUtime=2.45
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 16725 0 0 0 228 17 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868688 CPUtime=0

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

[startup+222.303 s]
/proc/loadavg: 2.59 2.53 2.17 2/78 14692
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868688 CPUtime=214.45
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 33613 0 1 0 19688 1757 0 0 19 0 9 0 19618474 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217172 19985 2590 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868688 CPUtime=206.34
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 14664 0 1 0 18965 1669 0 0 18 0 9 0 19618475 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 102094027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868688 CPUtime=7.86
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 16725 0 0 0 700 86 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868688 CPUtime=0.22
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1525 0 0 0 22 0 0 0 17 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.79
Current children cumulated vsize (KiB) 890912

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

[startup+230.302 s]
/proc/loadavg: 2.35 2.48 2.16 5/78 14732
/proc/meminfo: memFree=14752/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868688 CPUtime=222.18
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 34045 0 1 0 20398 1820 0 0 19 0 9 0 19618474 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217172 19985 2590 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868688 CPUtime=213.86
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 15096 0 1 0 19658 1728 0 0 21 0 9 0 19618475 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4126980136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868688 CPUtime=8.05
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 16725 0 0 0 716 89 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868688 CPUtime=0.22
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1525 0 0 0 22 0 0 0 17 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.52
Current children cumulated vsize (KiB) 890912

[startup+255.901 s]
/proc/loadavg: 1.96 2.37 2.13 2/78 14772
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868688 CPUtime=247.13
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 35419 0 1 0 22692 2021 0 0 19 0 9 0 19618474 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217172 19985 2590 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868688 CPUtime=238.24
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 16470 0 1 0 21902 1922 0 0 16 0 9 0 19618475 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4126978780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868688 CPUtime=8.63
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 16725 0 0 0 767 96 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868688 CPUtime=0.22
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1525 0 0 0 22 0 0 0 17 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 247.47
Current children cumulated vsize (KiB) 890912

[startup+262.303 s]
/proc/loadavg: 1.88 2.35 2.12 2/78 14772
/proc/meminfo: memFree=15904/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=0.34
/proc/14612/stat : 14612 (sugar) S 14610 14612 13398 0 -1 4194304 1310 4384 0 1 6 1 24 3 16 0 1 0 19618432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14612/statm: 4217 1111 409 3 0 796 0
[pid=14625] ppid=14612 vsize=5356 CPUtime=0
/proc/14625/stat : 14625 (sh) S 14612 14612 13398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19618474 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14625/statm: 1339 233 193 169 0 50 0
[pid=14626] ppid=14625 vsize=868688 CPUtime=253.16
/proc/14626/stat : 14626 (java) S 14625 14612 13398 0 -1 0 35759 0 1 0 23246 2070 0 0 19 0 9 0 19618474 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14626/statm: 217172 19985 2590 9 0 211649 0
[pid=14626/tid=14627] ppid=14625 vsize=868688 CPUtime=244.14
/proc/14626/task/14627/stat : 14627 (java) R 14625 14612 13398 0 -1 64 16810 0 1 0 22445 1969 0 0 17 0 9 0 19618475 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4127034679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14628] ppid=14625 vsize=868688 CPUtime=8.75
/proc/14626/task/14628/stat : 14628 (java) S 14625 14612 13398 0 -1 64 16725 0 0 0 777 98 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14629] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14629/stat : 14629 (java) S 14625 14612 13398 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14630] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14630/stat : 14630 (java) S 14625 14612 13398 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19618476 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14631] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14631/stat : 14631 (java) S 14625 14612 13398 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14632] ppid=14625 vsize=868688 CPUtime=0.22
/proc/14626/task/14632/stat : 14632 (java) S 14625 14612 13398 0 -1 64 1525 0 0 0 22 0 0 0 17 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14633] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14633/stat : 14633 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14626/tid=14634] ppid=14625 vsize=868688 CPUtime=0
/proc/14626/task/14634/stat : 14634 (java) S 14625 14612 13398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19618478 889536512 19985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 253.5
Current children cumulated vsize (KiB) 890912

[startup+265.501 s]
/proc/loadavg: 1.81 2.33 2.12 1/68 14832
/proc/meminfo: memFree=1890920/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=256.11
/proc/14612/stat : 14612 (sugar) D 14610 14612 13398 0 -1 4194304 1334 40544 0 2 6 81 23434 2090 18 0 1 0 19618432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/14612/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.11
Current children cumulated vsize (KiB) 16868

[startup+267.101 s]
/proc/loadavg: 1.81 2.33 2.12 1/68 14832
/proc/meminfo: memFree=1923176/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=256.25
/proc/14612/stat : 14612 (sugar) D 14610 14612 13398 0 -1 4194304 1334 40544 0 2 6 95 23434 2090 18 0 1 0 19618432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14612/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.25
Current children cumulated vsize (KiB) 16868

[startup+268.701 s]
/proc/loadavg: 1.81 2.33 2.12 1/68 14832
/proc/meminfo: memFree=1944616/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=256.33
/proc/14612/stat : 14612 (sugar) D 14610 14612 13398 0 -1 4194304 1334 40544 0 2 6 103 23434 2090 18 0 1 0 19618432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14612/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.33
Current children cumulated vsize (KiB) 16868

[startup+269.101 s]
/proc/loadavg: 1.81 2.33 2.12 1/68 14832
/proc/meminfo: memFree=1944616/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=256.35
/proc/14612/stat : 14612 (sugar) D 14610 14612 13398 0 -1 4194304 1334 40544 0 2 6 105 23434 2090 18 0 1 0 19618432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14612/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.35
Current children cumulated vsize (KiB) 16868

[startup+269.302 s]
/proc/loadavg: 1.81 2.33 2.12 1/68 14832
/proc/meminfo: memFree=1944616/2055920 swapFree=4192812/4192956
[pid=14612] ppid=14610 vsize=16868 CPUtime=256.35
/proc/14612/stat : 14612 (sugar) D 14610 14612 13398 0 -1 4194304 1334 40544 0 2 6 105 23434 2090 18 0 1 0 19618432 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14612/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 256.35
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 269.349
CPU time (s): 256.383
CPU user time (s): 234.417
CPU system time (s): 21.9657
CPU usage (%): 95.1861
Max. virtual memory (cumulated for all children) (KiB): 891804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.417
system time used= 21.9657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41939
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113982
involuntary context switches= 115467

runsolver used 0.434933 second user time and 0.969852 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-11 17:19:12
IDJOB=2060093
IDBENCH=53646
IDSOLVER=739
FILE ID=node57/2060093-1247325552
PBS_JOBID= 9506515
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-17_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060093-1247325552/watcher-2060093-1247325552 -o /tmp/evaluation-result-2060093-1247325552/solver-2060093-1247325552 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060093-1247325552.xml

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

MD5SUM BENCH= 59c987f6631c613813e79e7f44cdd8bc
RANDOM SEED=444566890

node57.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.261
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.261
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:        730344 kB
Buffers:         49664 kB
Cached:        1103068 kB
SwapCached:          4 kB
Active:         219048 kB
Inactive:      1039428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        730344 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         116948 kB
Slab:            52188 kB
Committed_AS:   242288 kB
PageTables:       1984 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 node57 at 2009-07-11 17:23:42