Trace number 2060092

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+picosat? 237.938 721.619

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.05/18.38	c 0	Sugar v1-14-6 + HOME/picosat
0.06/19.39	c 1	BEGIN Sat Jul 11 17:19:05 2009
0.06/19.39	c 1	PID 12685
0.06/19.53	c 1	HOST node88.alineos.net
0.06/19.53	c 1	CONVERTING HOME/instance-2060092-1247325518.xml TO HOME/temp.csp
0.06/19.53	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060092-1247325518.xml' 'HOME/temp.csp'
0.24/26.79	c 8	1 domains, 289 variables, 0 predicates, 0 relations, 37 constraints
0.33/26.81	c 8	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.33/26.81	c 8	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.34/26.90	c 9	Parsing HOME/temp.csp
0.34/26.95	c 9	parsed 327 expressions
0.34/26.96	c 9	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/26.96	c 9	Converting to clausal form CSP
0.34/26.99	c 9	converted 33 (10%) expressions
0.34/26.99	c 9	converted 66 (20%) expressions
0.34/26.99	c 9	converted 99 (30%) expressions
0.34/26.99	c 9	converted 131 (40%) expressions
0.34/26.99	c 9	converted 164 (50%) expressions
0.34/26.99	c 9	converted 197 (60%) expressions
0.34/26.99	c 9	converted 229 (70%) expressions
0.34/26.99	c 9	converted 262 (80%) expressions
0.34/27.10	c 9	converted 295 (90%) expressions
2.19/28.74	c 10	converted 327 (100%) expressions
2.19/28.74	c 10	CSP : 1297 integers, 0 booleans, 43706 clauses, largest domain size 1729
2.19/28.74	c 10	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/28.74	c 10	Propagation in CSP
2.40/28.91	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/28.92	c 11	CSP : 1297 integers, 0 booleans, 43706 clauses, largest domain size 1729
2.40/28.92	c 11	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/28.93	c 11	Simplifing CSP by introducing new Boolean variables
3.28/29.80	c 11	CSP : 1297 integers, 83232 booleans, 126938 clauses, largest domain size 1729
3.28/29.80	c 11	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.48/30.09	c 12	Encoding CSP to SAT : HOME/temp.cnf
3.58/30.18	c 12	130 (10%) CSP integer variables are encoded (37310 clauses, 537580 bytes)
3.69/30.22	c 12	260 (20%) CSP integer variables are encoded (74620 clauses, 1097230 bytes)
3.78/30.34	c 12	390 (30%) CSP integer variables are encoded (173562 clauses, 2729101 bytes)
3.88/30.48	c 12	519 (40%) CSP integer variables are encoded (290649 clauses, 4719580 bytes)
4.08/30.63	c 12	649 (50%) CSP integer variables are encoded (408599 clauses, 6724730 bytes)
4.19/30.76	c 12	779 (60%) CSP integer variables are encoded (525973 clauses, 8720088 bytes)
4.29/30.89	c 13	908 (70%) CSP integer variables are encoded (641908 clauses, 10690983 bytes)
4.48/31.03	c 13	1038 (80%) CSP integer variables are encoded (759858 clauses, 12696133 bytes)
4.58/31.17	c 13	1168 (90%) CSP integer variables are encoded (877520 clauses, 14696387 bytes)
4.77/31.30	c 13	1297 (100%) CSP integer variables are encoded (994319 clauses, 16681970 bytes)
236.68/715.37	c 697	ERROR Exception Too large HOME/temp.cnf
236.75/717.14	c 697	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
236.75/717.14	c 697	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
236.75/717.14	c 697	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
236.75/717.14	s UNKNOWN
236.75/717.41	c 699	CPU 236.77 (0.06 0.02 216.21 20.48)
236.75/717.41	c 699	END Sat Jul 11 17:30:44 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-2060092-1247325518/watcher-2060092-1247325518 -o /tmp/evaluation-result-2060092-1247325518/solver-2060092-1247325518 -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-2060092-1247325518.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: 6.25 3.74 2.57 4/89 12685
/proc/meminfo: memFree=1459840/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=18576 CPUtime=0
/proc/12685/stat : 12685 (runsolver) D 12683 12685 11559 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 19617856 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/12685/statm: 4644 284 249 26 0 2626 0

[startup+0.0748361 s]
/proc/loadavg: 6.25 3.74 2.57 4/89 12685
/proc/meminfo: memFree=1459840/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=18576 CPUtime=0
/proc/12685/stat : 12685 (runsolver) D 12683 12685 11559 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 19617856 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/12685/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101838 s]
/proc/loadavg: 6.25 3.74 2.57 4/89 12685
/proc/meminfo: memFree=1459840/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=18576 CPUtime=0
/proc/12685/stat : 12685 (runsolver) D 12683 12685 11559 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 19617856 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/12685/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301862 s]
/proc/loadavg: 6.25 3.74 2.57 4/89 12685
/proc/meminfo: memFree=1459840/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=18576 CPUtime=0
/proc/12685/stat : 12685 (runsolver) D 12683 12685 11559 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 19617856 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/12685/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.701923 s]
/proc/loadavg: 6.25 3.74 2.57 4/89 12685
/proc/meminfo: memFree=1459840/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=124 CPUtime=0
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 19617856 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 270184543721 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12685/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+1.50201 s]
/proc/loadavg: 6.15 3.76 2.58 2/90 12686
/proc/meminfo: memFree=1461368/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=12268 CPUtime=0
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 19617856 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/12685/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+3.10121 s]
/proc/loadavg: 6.15 3.76 2.58 2/90 12686
/proc/meminfo: memFree=1467192/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=12272 CPUtime=0
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 19617856 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/12685/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272
heavy processes:
  %CPU=23 pid=12658 uid=0 cmd=

[startup+6.3016 s]
/proc/loadavg: 6.15 3.76 2.58 2/90 12686
/proc/meminfo: memFree=1476664/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=12676 CPUtime=0
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 19617856 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/12685/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676
heavy processes:
  %CPU=22 pid=12658 uid=0 cmd=

[startup+12.7014 s]
/proc/loadavg: 5.97 3.80 2.60 2/90 12686
/proc/meminfo: memFree=1500536/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=13468 CPUtime=0.04
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 770 0 0 0 3 1 0 0 18 0 1 0 19617856 13791232 738 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/12685/statm: 3367 738 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468
heavy processes:
  %CPU=19 pid=12658 uid=0 cmd=

[startup+25.5019 s]
/proc/loadavg: 5.82 3.84 2.63 2/93 12690
/proc/meminfo: memFree=1551832/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.06
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12688] ppid=12685 vsize=5356 CPUtime=0
/proc/12688/stat : 12688 (sh) S 12685 12685 11559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19619810 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12688/statm: 1339 233 193 169 0 50 0
[pid=12689] ppid=12688 vsize=10964 CPUtime=0.01
/proc/12689/stat : 12689 (java) S 12688 12685 11559 0 -1 0 774 0 29 0 0 1 0 0 18 0 2 0 19619810 11227136 558 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12689/statm: 2741 558 267 9 0 1198 0
[pid=12689/tid=12690] ppid=12688 vsize=10964 CPUtime=0
/proc/12689/task/12690/stat : 12690 (java) D 12688 12685 11559 0 -1 64 126 0 0 0 0 0 0 0 18 0 2 0 19620202 11227136 558 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744071563479169 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33188
heavy processes:
  %CPU=15 pid=12658 uid=0 cmd=

[startup+51.103 s]
/proc/loadavg: 6.49 4.14 2.76 3/100 12707
/proc/meminfo: memFree=1343464/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.36
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1310 4345 0 49 6 2 24 4 15 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12698] ppid=12685 vsize=5356 CPUtime=0
/proc/12698/stat : 12698 (sh) S 12685 12685 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19620538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12698/statm: 1339 233 193 169 0 50 0
[pid=12699] ppid=12698 vsize=868700 CPUtime=21.94
/proc/12699/stat : 12699 (java) S 12698 12685 11559 0 -1 0 23302 0 5 0 2036 158 0 0 20 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12699/statm: 217175 19619 2590 9 0 211652 0
[pid=12699/tid=12700] ppid=12698 vsize=868700 CPUtime=19.37
/proc/12699/task/12700/stat : 12700 (java) R 12698 12685 11559 0 -1 64 4679 0 5 0 1797 140 0 0 25 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12701] ppid=12698 vsize=868700 CPUtime=2.34
/proc/12699/task/12701/stat : 12701 (java) S 12698 12685 11559 0 -1 64 16398 0 0 0 218 16 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12702] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12698 12685 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12703] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12698 12685 11559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12704] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12698 12685 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12705] ppid=12698 vsize=868700 CPUtime=0.22
/proc/12699/task/12705/stat : 12705 (java) S 12698 12685 11559 0 -1 64 1526 0 0 0 21 1 0 0 17 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12706] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12707] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.3
Current children cumulated vsize (KiB) 890924
heavy processes:
  %CPU=11 pid=12658 uid=0 cmd=

[startup+102.307 s]
/proc/loadavg: 9.49 5.33 3.24 3/105 12713
/proc/meminfo: memFree=755072/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.36
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1310 4345 0 49 6 2 24 4 15 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12698] ppid=12685 vsize=5356 CPUtime=0
/proc/12698/stat : 12698 (sh) S 12685 12685 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19620538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12698/statm: 1339 233 193 169 0 50 0
[pid=12699] ppid=12698 vsize=868700 CPUtime=68.31
/proc/12699/stat : 12699 (java) S 12698 12685 11559 0 -1 0 26051 0 5 0 6297 534 0 0 20 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12699/statm: 217175 19619 2590 9 0 211652 0
[pid=12699/tid=12700] ppid=12698 vsize=868700 CPUtime=64.22
/proc/12699/task/12700/stat : 12700 (java) R 12698 12685 11559 0 -1 64 7428 0 5 0 5927 495 0 0 25 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4127033345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12701] ppid=12698 vsize=868700 CPUtime=3.84
/proc/12699/task/12701/stat : 12701 (java) S 12698 12685 11559 0 -1 64 16398 0 0 0 348 36 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12702] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12698 12685 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12703] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12698 12685 11559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12704] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12698 12685 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12705] ppid=12698 vsize=868700 CPUtime=0.22
/proc/12699/task/12705/stat : 12705 (java) S 12698 12685 11559 0 -1 64 1526 0 0 0 21 1 0 0 17 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12706] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12707] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.67
Current children cumulated vsize (KiB) 890924
heavy processes:

[startup+162.302 s]
/proc/loadavg: 6.82 5.34 3.38 2/104 12713
/proc/meminfo: memFree=668040/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.36
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1310 4345 0 49 6 2 24 4 15 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12698] ppid=12685 vsize=5356 CPUtime=0
/proc/12698/stat : 12698 (sh) S 12685 12685 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19620538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12698/statm: 1339 233 193 169 0 50 0
[pid=12699] ppid=12698 vsize=868700 CPUtime=73.33
/proc/12699/stat : 12699 (java) S 12698 12685 11559 0 -1 0 26312 0 5 0 6708 625 0 0 20 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12699/statm: 217175 19619 2590 9 0 211652 0
[pid=12699/tid=12700] ppid=12698 vsize=868700 CPUtime=69.1
/proc/12699/task/12700/stat : 12700 (java) D 12698 12685 11559 0 -1 64 7689 0 5 0 6325 585 0 0 19 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=12699/tid=12701] ppid=12698 vsize=868700 CPUtime=3.99
/proc/12699/task/12701/stat : 12701 (java) S 12698 12685 11559 0 -1 64 16398 0 0 0 361 38 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12702] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12698 12685 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12703] ppid=12698 vsize=868700 CPUtime=0

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

/proc/loadavg: 8.93 6.51 4.70 3/104 12723
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.36
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1310 4345 0 49 6 2 24 4 15 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12698] ppid=12685 vsize=5356 CPUtime=0
/proc/12698/stat : 12698 (sh) S 12685 12685 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19620538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12698/statm: 1339 233 193 169 0 50 0
[pid=12699] ppid=12698 vsize=868700 CPUtime=225.15
/proc/12699/stat : 12699 (java) S 12698 12685 11559 0 -1 0 35261 0 5 0 20571 1944 0 0 20 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12699/statm: 217175 19619 2590 9 0 211652 0
[pid=12699/tid=12700] ppid=12698 vsize=868700 CPUtime=216.04
/proc/12699/task/12700/stat : 12700 (java) R 12698 12685 11559 0 -1 64 16638 0 5 0 19762 1842 0 0 25 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4126982725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12701] ppid=12698 vsize=868700 CPUtime=8.86
/proc/12699/task/12701/stat : 12701 (java) S 12698 12685 11559 0 -1 64 16398 0 0 0 787 99 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12702] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12698 12685 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12703] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12698 12685 11559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12704] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12698 12685 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12705] ppid=12698 vsize=868700 CPUtime=0.22
/proc/12699/task/12705/stat : 12705 (java) S 12698 12685 11559 0 -1 64 1526 0 0 0 21 1 0 0 17 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12706] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12707] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.51
Current children cumulated vsize (KiB) 890924
heavy processes:

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

[startup+704.201 s]
/proc/loadavg: 8.93 6.51 4.70 3/104 12723
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.36
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1310 4345 0 49 6 2 24 4 15 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12698] ppid=12685 vsize=5356 CPUtime=0
/proc/12698/stat : 12698 (sh) S 12685 12685 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19620538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12698/statm: 1339 233 193 169 0 50 0
[pid=12699] ppid=12698 vsize=868700 CPUtime=227.01
/proc/12699/stat : 12699 (java) S 12698 12685 11559 0 -1 0 35370 0 5 0 20741 1960 0 0 20 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12699/statm: 217175 19619 2590 9 0 211652 0
[pid=12699/tid=12700] ppid=12698 vsize=868700 CPUtime=217.84
/proc/12699/task/12700/stat : 12700 (java) R 12698 12685 11559 0 -1 64 16747 0 5 0 19926 1858 0 0 25 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12701] ppid=12698 vsize=868700 CPUtime=8.92
/proc/12699/task/12701/stat : 12701 (java) S 12698 12685 11559 0 -1 64 16398 0 0 0 792 100 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12702] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12698 12685 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12703] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12698 12685 11559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12704] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12698 12685 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12705] ppid=12698 vsize=868700 CPUtime=0.22
/proc/12699/task/12705/stat : 12705 (java) S 12698 12685 11559 0 -1 64 1526 0 0 0 21 1 0 0 17 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12706] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12707] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 227.37
Current children cumulated vsize (KiB) 890924

[startup+710.603 s]
/proc/loadavg: 8.61 6.49 4.70 3/104 12723
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.36
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1310 4345 0 49 6 2 24 4 15 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12698] ppid=12685 vsize=5356 CPUtime=0
/proc/12698/stat : 12698 (sh) S 12685 12685 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19620538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12698/statm: 1339 233 193 169 0 50 0
[pid=12699] ppid=12698 vsize=868700 CPUtime=233.25
/proc/12699/stat : 12699 (java) S 12698 12685 11559 0 -1 0 35746 0 5 0 21310 2015 0 0 20 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12699/statm: 217175 19619 2590 9 0 211652 0
[pid=12699/tid=12700] ppid=12698 vsize=868700 CPUtime=223.88
/proc/12699/task/12700/stat : 12700 (java) R 12698 12685 11559 0 -1 64 17123 0 5 0 20477 1911 0 0 25 0 9 0 19620539 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4126491066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12701] ppid=12698 vsize=868700 CPUtime=9.13
/proc/12699/task/12701/stat : 12701 (java) S 12698 12685 11559 0 -1 64 16398 0 0 0 812 101 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12699/tid=12702] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12698 12685 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12703] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12698 12685 11559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12704] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) S 12698 12685 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12705] ppid=12698 vsize=868700 CPUtime=0.22
/proc/12699/task/12705/stat : 12705 (java) S 12698 12685 11559 0 -1 64 1526 0 0 0 21 1 0 0 17 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12706] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12707] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19620543 889548800 19619 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 233.61
Current children cumulated vsize (KiB) 890924

[startup+717.003 s]
/proc/loadavg: 9.53 6.75 4.80 2/104 12723
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=0.36
/proc/12685/stat : 12685 (sugar) S 12683 12685 11559 0 -1 4194304 1311 4345 0 49 6 2 24 4 16 0 1 0 19617856 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12685/statm: 4217 1111 409 3 0 796 0
[pid=12698] ppid=12685 vsize=5356 CPUtime=0
/proc/12698/stat : 12698 (sh) S 12685 12685 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19620538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12698/statm: 1339 233 193 169 0 50 0
[pid=12699] ppid=12698 vsize=868700 CPUtime=236.39
/proc/12699/stat : 12699 (java) S 12698 12685 11559 0 -1 0 35952 0 6 0 21596 2043 0 0 20 0 9 0 19620539 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12699/statm: 217175 19625 2590 9 0 211652 0
[pid=12699/tid=12700] ppid=12698 vsize=868700 CPUtime=226.91
/proc/12699/task/12700/stat : 12700 (java) D 12698 12685 11559 0 -1 64 17326 0 6 0 20754 1937 0 0 24 0 9 0 19620539 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12701] ppid=12698 vsize=868700 CPUtime=9.23
/proc/12699/task/12701/stat : 12701 (java) D 12698 12685 11559 0 -1 64 16398 0 0 0 820 103 0 0 16 0 9 0 19620541 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12702] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12702/stat : 12702 (java) S 12698 12685 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12703] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12703/stat : 12703 (java) S 12698 12685 11559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19620541 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12704] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12704/stat : 12704 (java) D 12698 12685 11559 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 19620543 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12705] ppid=12698 vsize=868700 CPUtime=0.22
/proc/12699/task/12705/stat : 12705 (java) S 12698 12685 11559 0 -1 64 1526 0 0 0 21 1 0 0 17 0 9 0 19620543 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12706] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12706/stat : 12706 (java) S 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19620543 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12699/tid=12707] ppid=12698 vsize=868700 CPUtime=0
/proc/12699/task/12707/stat : 12707 (java) D 12698 12685 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19620543 889548800 19625 996147200 134512640 134550932 4294955936 18446744073709551615 11025296 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.75
Current children cumulated vsize (KiB) 890924

[startup+718.608 s]
/proc/loadavg: 9.53 6.75 4.80 2/93 12723
/proc/meminfo: memFree=1688552/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=237.72
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 1335 40584 0 56 6 97 21621 2048 25 0 1 0 19617856 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/12685/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.72
Current children cumulated vsize (KiB) 16868

[startup+720.202 s]
/proc/loadavg: 9.53 6.75 4.80 2/93 12723
/proc/meminfo: memFree=1688744/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=237.72
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 1335 40584 0 56 6 97 21621 2048 18 0 1 0 19617856 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/12685/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.72
Current children cumulated vsize (KiB) 16868

[startup+721.002 s]
/proc/loadavg: 9.08 6.70 4.80 2/93 12723
/proc/meminfo: memFree=1690344/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=237.72
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 1335 40584 0 56 6 97 21621 2048 18 0 1 0 19617856 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/12685/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.72
Current children cumulated vsize (KiB) 16868

[startup+721.401 s]
/proc/loadavg: 9.08 6.70 4.80 2/93 12723
/proc/meminfo: memFree=1690344/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=237.72
/proc/12685/stat : 12685 (sugar) D 12683 12685 11559 0 -1 4194304 1335 40584 0 56 6 97 21621 2048 18 0 1 0 19617856 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/12685/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.72
Current children cumulated vsize (KiB) 16868

[startup+721.617 s]
/proc/loadavg: 9.08 6.70 4.80 2/93 12723
/proc/meminfo: memFree=1690344/2055920 swapFree=4192812/4192956
[pid=12685] ppid=12683 vsize=16868 CPUtime=237.92
/proc/12685/stat : 12685 (sugar) R 12683 12685 11559 0 -1 4194304 1335 40584 0 56 6 117 21621 2048 18 0 1 0 19617856 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12685/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.92
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 721.619
CPU time (s): 237.938
CPU user time (s): 216.276
CPU system time (s): 21.6617
CPU usage (%): 32.9728
Max. virtual memory (cumulated for all children) (KiB): 891816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.276
system time used= 21.6617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41980
page faults= 56
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140229
involuntary context switches= 140441

runsolver used 1.02984 second user time and 2.53561 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-11 17:18:43
IDJOB=2060092
IDBENCH=53646
IDSOLVER=738
FILE ID=node88/2060092-1247325518
PBS_JOBID= 9506459
Free space on /tmp= 64928 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060092-1247325518/watcher-2060092-1247325518 -o /tmp/evaluation-result-2060092-1247325518/solver-2060092-1247325518 -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-2060092-1247325518.xml

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

MD5SUM BENCH= 59c987f6631c613813e79e7f44cdd8bc
RANDOM SEED=2735600

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1460320 kB
Buffers:          1652 kB
Cached:         349500 kB
SwapCached:        136 kB
Active:         431612 kB
Inactive:        85816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          317412 kB
Writeback:           0 kB
Mapped:         181816 kB
Slab:            62836 kB
Committed_AS:   854644 kB
PageTables:       2140 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= 64928 MiB
End job on node88 at 2009-07-11 17:30:48