Trace number 2060071

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? 239.316 716.49

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-15_glb.xml
MD5SUM32962253496acabe94751db02f9dfcea
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints33
Maximum constraint arity225
Maximum domain size225
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(32)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sat Jul 11 17:15:42 2009
0.01/0.07	c 0	PID 15289
0.01/0.07	c 0	HOST node84.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2060071-1247325342.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-2060071-1247325342.xml' 'HOME/temp.csp'
0.07/0.29	c 1	1 domains, 225 variables, 0 predicates, 0 relations, 33 constraints
0.07/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.33	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.29/0.40	c 1	Parsing HOME/temp.csp
0.29/0.44	c 1	parsed 259 expressions
0.29/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.47	c 1	Converting to clausal form CSP
0.29/0.50	c 1	converted 26 (10%) expressions
0.29/0.50	c 1	converted 52 (20%) expressions
0.29/0.50	c 1	converted 78 (30%) expressions
0.29/0.50	c 1	converted 104 (40%) expressions
0.29/0.50	c 1	converted 130 (50%) expressions
0.29/0.50	c 1	converted 156 (60%) expressions
0.29/0.50	c 1	converted 182 (70%) expressions
0.29/0.50	c 1	converted 208 (80%) expressions
0.29/0.61	c 1	converted 234 (90%) expressions
1.44/1.59	c 2	converted 259 (100%) expressions
1.44/1.59	c 2	CSP : 993 integers, 0 booleans, 26802 clauses, largest domain size 1121
1.44/1.59	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.44/1.59	c 2	Propagation in CSP
1.64/1.71	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.71	c 2	CSP : 993 integers, 0 booleans, 26802 clauses, largest domain size 1121
1.64/1.71	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.72	c 2	Simplifing CSP by introducing new Boolean variables
2.14/2.26	c 3	CSP : 993 integers, 50400 booleans, 77202 clauses, largest domain size 1121
2.14/2.26	c 3	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.35/2.44	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.44/2.50	c 3	100 (10%) CSP integer variables are encoded (22300 clauses, 312452 bytes)
2.44/2.53	c 3	199 (20%) CSP integer variables are encoded (44377 clauses, 643607 bytes)
2.44/2.59	c 3	298 (30%) CSP integer variables are encoded (98934 clauses, 1461962 bytes)
2.54/2.67	c 3	398 (40%) CSP integer variables are encoded (166034 clauses, 2601131 bytes)
2.64/2.75	c 3	497 (50%) CSP integer variables are encoded (232687 clauses, 3734232 bytes)
2.74/2.83	c 3	596 (60%) CSP integer variables are encoded (298668 clauses, 4855909 bytes)
2.84/2.91	c 3	696 (70%) CSP integer variables are encoded (365768 clauses, 5996609 bytes)
2.84/2.99	c 3	795 (80%) CSP integer variables are encoded (432421 clauses, 7129710 bytes)
2.94/3.07	c 3	894 (90%) CSP integer variables are encoded (498850 clauses, 8259003 bytes)
3.04/3.14	c 4	993 (100%) CSP integer variables are encoded (565503 clauses, 9392104 bytes)
238.05/557.49	c 558	ERROR Exception Too large HOME/temp.cnf
238.14/558.32	c 558	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
238.14/558.32	c 558	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
238.14/558.32	c 558	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
238.14/558.32	s UNKNOWN
238.15/560.37	c 561	CPU 238.16 (0.05 0.02 216.83 21.26)
238.15/560.37	c 561	END Sat Jul 11 17:25:03 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-2060071-1247325342/watcher-2060071-1247325342 -o /tmp/evaluation-result-2060071-1247325342/solver-2060071-1247325342 -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-2060071-1247325342.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: 2.00 2.00 2.00 4/85 15289
/proc/meminfo: memFree=981488/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=12272 CPUtime=0
/proc/15289/stat : 15289 (sugar) R 15287 15289 14293 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 19599609 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 243678907860 0 0 4224 0 0 0 0 17 0 0 0
/proc/15289/statm: 3068 324 244 3 0 168 0

[startup+0.0266841 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 15289
/proc/meminfo: memFree=981488/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=13072 CPUtime=0.01
/proc/15289/stat : 15289 (sugar) R 15287 15289 14293 0 -1 4194304 625 0 0 0 1 0 0 0 18 0 1 0 19599609 13385728 593 996147200 4194304 4206940 548682068608 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 0 0 0
/proc/15289/statm: 3268 593 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.101692 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 15289
/proc/meminfo: memFree=981488/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.07
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301726 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 15289
/proc/meminfo: memFree=981488/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.07
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701804 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 15289
/proc/meminfo: memFree=981488/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1309 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50295 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 15311
/proc/meminfo: memFree=960472/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1309 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
[pid=15302] ppid=15289 vsize=5356 CPUtime=0
/proc/15302/stat : 15302 (sh) S 15289 15289 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19599643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15302/statm: 1339 233 193 169 0 50 0
[pid=15303] ppid=15302 vsize=868580 CPUtime=1.15
/proc/15303/stat : 15303 (java) S 15302 15289 14293 0 -1 0 10589 0 1 0 109 6 0 0 20 0 9 0 19599643 889425920 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15303/statm: 217145 9537 2566 9 0 211650 0
[pid=15303/tid=15304] ppid=15302 vsize=868580 CPUtime=0.64
/proc/15303/task/15304/stat : 15304 (java) R 15302 15289 14293 0 -1 64 2835 0 1 0 63 1 0 0 25 0 9 0 19599644 889425920 9538 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15305] ppid=15302 vsize=868580 CPUtime=0.33
/proc/15303/task/15305/stat : 15305 (java) R 15302 15289 14293 0 -1 64 5580 0 0 0 30 3 0 0 16 0 9 0 19599645 889425920 9539 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15306] ppid=15302 vsize=868580 CPUtime=0
/proc/15303/task/15306/stat : 15306 (java) S 15302 15289 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19599645 889425920 9541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15307] ppid=15302 vsize=868580 CPUtime=0
/proc/15303/task/15307/stat : 15307 (java) S 15302 15289 14293 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19599645 889425920 9542 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15308] ppid=15302 vsize=868580 CPUtime=0
/proc/15303/task/15308/stat : 15308 (java) S 15302 15289 14293 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19599647 889425920 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15309] ppid=15302 vsize=868580 CPUtime=0.16
/proc/15303/task/15309/stat : 15309 (java) S 15302 15289 14293 0 -1 64 1478 0 0 0 15 1 0 0 16 0 9 0 19599647 889425920 9545 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15310] ppid=15302 vsize=868580 CPUtime=0
/proc/15303/task/15310/stat : 15310 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19599647 889425920 9546 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15311] ppid=15302 vsize=868580 CPUtime=0
/proc/15303/task/15311/stat : 15311 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19599647 889425920 9547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890804

[startup+3.10224 s]
/proc/loadavg: 2.00 2.00 2.00 4/96 15311
/proc/meminfo: memFree=933656/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1310 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
[pid=15302] ppid=15289 vsize=5356 CPUtime=0
/proc/15302/stat : 15302 (sh) S 15289 15289 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19599643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15302/statm: 1339 233 193 169 0 50 0
[pid=15303] ppid=15302 vsize=868692 CPUtime=2.75
/proc/15303/stat : 15303 (java) S 15302 15289 14293 0 -1 0 16084 0 1 0 260 15 0 0 20 0 9 0 19599643 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15303/statm: 217173 14435 2590 9 0 211650 0
[pid=15303/tid=15304] ppid=15302 vsize=868692 CPUtime=1.5
/proc/15303/task/15304/stat : 15304 (java) R 15302 15289 14293 0 -1 64 3347 0 1 0 143 7 0 0 25 0 9 0 19599644 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15305] ppid=15302 vsize=868692 CPUtime=1.02
/proc/15303/task/15305/stat : 15305 (java) S 15302 15289 14293 0 -1 64 10526 0 0 0 98 4 0 0 16 0 9 0 19599645 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15306] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15306/stat : 15306 (java) S 15302 15289 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15307] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15307/stat : 15307 (java) S 15302 15289 14293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15308] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15308/stat : 15308 (java) S 15302 15289 14293 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15309] ppid=15302 vsize=868692 CPUtime=0.2
/proc/15303/task/15309/stat : 15309 (java) S 15302 15289 14293 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 19599647 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15310] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15310/stat : 15310 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15311] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15311/stat : 15311 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19599647 889540608 14435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890916

[startup+6.30282 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 15311
/proc/meminfo: memFree=891288/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1310 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
[pid=15302] ppid=15289 vsize=5356 CPUtime=0
/proc/15302/stat : 15302 (sh) S 15289 15289 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19599643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15302/statm: 1339 233 193 169 0 50 0
[pid=15303] ppid=15302 vsize=868692 CPUtime=5.95
/proc/15303/stat : 15303 (java) S 15302 15289 14293 0 -1 0 16388 0 1 0 555 40 0 0 20 0 9 0 19599643 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15303/statm: 217173 14439 2590 9 0 211650 0
[pid=15303/tid=15304] ppid=15302 vsize=868692 CPUtime=4.55
/proc/15303/task/15304/stat : 15304 (java) R 15302 15289 14293 0 -1 64 3647 0 1 0 425 30 0 0 25 0 9 0 19599644 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15305] ppid=15302 vsize=868692 CPUtime=1.17
/proc/15303/task/15305/stat : 15305 (java) S 15302 15289 14293 0 -1 64 10526 0 0 0 110 7 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15306] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15306/stat : 15306 (java) S 15302 15289 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15307] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15307/stat : 15307 (java) S 15302 15289 14293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15308] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15308/stat : 15308 (java) S 15302 15289 14293 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15309] ppid=15302 vsize=868692 CPUtime=0.2
/proc/15303/task/15309/stat : 15309 (java) S 15302 15289 14293 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15310] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15310/stat : 15310 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15311] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15311/stat : 15311 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 890916

[startup+12.703 s]
/proc/loadavg: 2.23 2.05 2.02 3/96 15311
/proc/meminfo: memFree=801752/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1310 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
[pid=15302] ppid=15289 vsize=5356 CPUtime=0
/proc/15302/stat : 15302 (sh) S 15289 15289 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19599643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15302/statm: 1339 233 193 169 0 50 0
[pid=15303] ppid=15302 vsize=868692 CPUtime=12.33
/proc/15303/stat : 15303 (java) S 15302 15289 14293 0 -1 0 16982 0 1 0 1139 94 0 0 20 0 9 0 19599643 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15303/statm: 217173 14439 2590 9 0 211650 0
[pid=15303/tid=15304] ppid=15302 vsize=868692 CPUtime=10.65
/proc/15303/task/15304/stat : 15304 (java) R 15302 15289 14293 0 -1 64 4241 0 1 0 986 79 0 0 25 0 9 0 19599644 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15305] ppid=15302 vsize=868692 CPUtime=1.44
/proc/15303/task/15305/stat : 15305 (java) R 15302 15289 14293 0 -1 64 10526 0 0 0 132 12 0 0 15 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15306] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15306/stat : 15306 (java) S 15302 15289 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15307] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15307/stat : 15307 (java) S 15302 15289 14293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15308] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15308/stat : 15308 (java) S 15302 15289 14293 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15309] ppid=15302 vsize=868692 CPUtime=0.2
/proc/15303/task/15309/stat : 15309 (java) S 15302 15289 14293 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15310] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15310/stat : 15310 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15311] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15311/stat : 15311 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890916

[startup+25.5023 s]
/proc/loadavg: 2.74 2.16 2.05 3/96 15311
/proc/meminfo: memFree=621848/2055920 swapFree=4192952/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1310 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
[pid=15302] ppid=15289 vsize=5356 CPUtime=0
/proc/15302/stat : 15302 (sh) S 15289 15289 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19599643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15302/statm: 1339 233 193 169 0 50 0
[pid=15303] ppid=15302 vsize=868692 CPUtime=25.06
/proc/15303/stat : 15303 (java) S 15302 15289 14293 0 -1 0 18152 0 1 0 2310 196 0 0 20 0 9 0 19599643 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15303/statm: 217173 14439 2590 9 0 211650 0
[pid=15303/tid=15304] ppid=15302 vsize=868692 CPUtime=22.85
/proc/15303/task/15304/stat : 15304 (java) R 15302 15289 14293 0 -1 64 5411 0 1 0 2111 174 0 0 25 0 9 0 19599644 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15305] ppid=15302 vsize=868692 CPUtime=1.97
/proc/15303/task/15305/stat : 15305 (java) S 15302 15289 14293 0 -1 64 10526 0 0 0 178 19 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15306] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15306/stat : 15306 (java) S 15302 15289 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15307] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15307/stat : 15307 (java) S 15302 15289 14293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15308] ppid=15302 vsize=868692 CPUtime=0

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

[pid=15303/tid=15308] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15308/stat : 15308 (java) S 15302 15289 14293 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15309] ppid=15302 vsize=868692 CPUtime=0.2
/proc/15303/task/15309/stat : 15309 (java) S 15302 15289 14293 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15310] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15310/stat : 15310 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15311] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15311/stat : 15311 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 890916
heavy processes:

[startup+462.302 s]
/proc/loadavg: 4.03 4.30 3.25 2/96 15323
/proc/meminfo: memFree=43088/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1310 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
[pid=15302] ppid=15289 vsize=5356 CPUtime=0
/proc/15302/stat : 15302 (sh) S 15289 15289 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19599643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15302/statm: 1339 233 193 169 0 50 0
[pid=15303] ppid=15302 vsize=868692 CPUtime=159.73
/proc/15303/stat : 15303 (java) S 15302 15289 14293 0 -1 0 30215 0 1 0 14527 1446 0 0 20 0 9 0 19599643 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15303/statm: 217173 14439 2590 9 0 211650 0
[pid=15303/tid=15304] ppid=15302 vsize=868692 CPUtime=151.77
/proc/15303/task/15304/stat : 15304 (java) D 15302 15289 14293 0 -1 64 17474 0 1 0 13838 1339 0 0 24 0 9 0 19599644 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=15303/tid=15305] ppid=15302 vsize=868692 CPUtime=7.74
/proc/15303/task/15305/stat : 15305 (java) S 15302 15289 14293 0 -1 64 10526 0 0 0 669 105 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15303/tid=15306] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15306/stat : 15306 (java) S 15302 15289 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15307] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15307/stat : 15307 (java) S 15302 15289 14293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15308] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15308/stat : 15308 (java) S 15302 15289 14293 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15309] ppid=15302 vsize=868692 CPUtime=0.2
/proc/15303/task/15309/stat : 15309 (java) S 15302 15289 14293 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15310] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15310/stat : 15310 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15311] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15311/stat : 15311 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 890916
heavy processes:

[startup+522.302 s]
/proc/loadavg: 4.02 4.23 3.29 3/96 15324
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=0.29
/proc/15289/stat : 15289 (sugar) S 15287 15289 14293 0 -1 4194304 1310 4356 0 1 5 2 20 2 16 0 1 0 19599609 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15289/statm: 4217 1111 409 3 0 796 0
[pid=15302] ppid=15289 vsize=5356 CPUtime=0
/proc/15302/stat : 15302 (sh) S 15289 15289 14293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19599643 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15302/statm: 1339 233 193 169 0 50 0
[pid=15303] ppid=15302 vsize=868692 CPUtime=206.92
/proc/15303/stat : 15303 (java) S 15302 15289 14293 0 -1 0 34468 0 1 0 18837 1855 0 0 20 0 9 0 19599643 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15303/statm: 217173 14439 2590 9 0 211650 0
[pid=15303/tid=15304] ppid=15302 vsize=868692 CPUtime=196.86
/proc/15303/task/15304/stat : 15304 (java) R 15302 15289 14293 0 -1 64 21727 0 1 0 17969 1717 0 0 25 0 9 0 19599644 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4126485487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15303/tid=15305] ppid=15302 vsize=868692 CPUtime=9.83
/proc/15303/task/15305/stat : 15305 (java) S 15302 15289 14293 0 -1 64 10526 0 0 0 848 135 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15303/tid=15306] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15306/stat : 15306 (java) S 15302 15289 14293 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15307] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15307/stat : 15307 (java) S 15302 15289 14293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19599645 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15308] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15308/stat : 15308 (java) S 15302 15289 14293 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15309] ppid=15302 vsize=868692 CPUtime=0.2
/proc/15303/task/15309/stat : 15309 (java) S 15302 15289 14293 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15310] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15310/stat : 15310 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15303/tid=15311] ppid=15302 vsize=868692 CPUtime=0
/proc/15303/task/15311/stat : 15311 (java) S 15302 15289 14293 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19599647 889540608 14439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.21
Current children cumulated vsize (KiB) 890916
heavy processes:

[startup+582.303 s]
/proc/loadavg: 5.38 4.63 3.49 2/91 15333
/proc/meminfo: memFree=1108088/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=238.69
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 55 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 238.69
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+642.302 s]
/proc/loadavg: 4.59 4.53 3.52 1/74 15336
/proc/meminfo: memFree=1605432/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=238.9
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 76 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 238.9
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+702.302 s]
/proc/loadavg: 3.97 4.37 3.53 1/80 15367
/proc/meminfo: memFree=1872400/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.07
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 93 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.07
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+703.901 s]
/proc/loadavg: 3.97 4.37 3.53 1/79 15368
/proc/meminfo: memFree=1881368/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.07
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 93 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.07
Current children cumulated vsize (KiB) 16868

[startup+710.301 s]
/proc/loadavg: 3.89 4.35 3.53 1/85 15375
/proc/meminfo: memFree=1884016/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.09
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 95 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.09
Current children cumulated vsize (KiB) 16868

[startup+713.502 s]
/proc/loadavg: 3.74 4.31 3.52 1/71 15393
/proc/meminfo: memFree=1916000/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.1
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 96 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.1
Current children cumulated vsize (KiB) 16868

[startup+715.101 s]
/proc/loadavg: 3.74 4.31 3.52 1/70 15393
/proc/meminfo: memFree=1929896/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.1
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 96 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.1
Current children cumulated vsize (KiB) 16868

[startup+715.901 s]
/proc/loadavg: 3.74 4.31 3.52 1/70 15393
/proc/meminfo: memFree=1929896/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.19
/proc/15289/stat : 15289 (sugar) R 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 105 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.19
Current children cumulated vsize (KiB) 16868

[startup+716.301 s]
/proc/loadavg: 3.60 4.27 3.51 1/70 15393
/proc/meminfo: memFree=1933096/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.29
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 115 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.29
Current children cumulated vsize (KiB) 16868

[startup+716.401 s]
/proc/loadavg: 3.60 4.27 3.51 1/70 15393
/proc/meminfo: memFree=1933096/2055920 swapFree=4192812/4192956
[pid=15289] ppid=15287 vsize=16868 CPUtime=239.29
/proc/15289/stat : 15289 (sugar) D 15287 15289 14293 0 -1 4194304 1335 41902 0 2 5 115 21683 2126 18 0 1 0 19599609 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15289/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 239.29
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 716.49
CPU time (s): 239.316
CPU user time (s): 216.894
CPU system time (s): 22.4216
CPU usage (%): 33.4011
Max. virtual memory (cumulated for all children) (KiB): 891308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.894
system time used= 22.4216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43298
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= 206365
involuntary context switches= 206810

runsolver used 0.935857 second user time and 2.30865 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-11 17:15:42
IDJOB=2060071
IDBENCH=53644
IDSOLVER=739
FILE ID=node84/2060071-1247325342
PBS_JOBID= 9506468
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-15_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-2060071-1247325342/watcher-2060071-1247325342 -o /tmp/evaluation-result-2060071-1247325342/solver-2060071-1247325342 -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-2060071-1247325342.xml

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

MD5SUM BENCH= 32962253496acabe94751db02f9dfcea
RANDOM SEED=251007075

node84.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.259
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.259
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:        981968 kB
Buffers:         42504 kB
Cached:         747924 kB
SwapCached:          4 kB
Active:         333864 kB
Inactive:       665908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        981968 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         225040 kB
Slab:            59044 kB
Committed_AS:   839316 kB
PageTables:       2112 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= 66292 MiB
End job on node84 at 2009-07-11 17:27:39