Trace number 2060104

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? 248.247 259.376

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-16_glb.xml
MD5SUM906ffa75db05749face78c09510fe98d
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.3238
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints35
Maximum constraint arity256
Maximum domain size256
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(34)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 17:20:11 2009
0.05/0.08	c 0	PID 11141
0.05/0.08	c 0	HOST node13.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2060104-1247325611.xml TO HOME/temp.csp
0.05/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-2060104-1247325611.xml' 'HOME/temp.csp'
0.06/0.35	c 0	1 domains, 256 variables, 0 predicates, 0 relations, 35 constraints
0.06/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.38	c 0	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.33/0.46	c 0	Parsing HOME/temp.csp
0.33/0.52	c 0	parsed 292 expressions
0.33/0.53	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.53	c 0	Converting to clausal form CSP
0.33/0.55	c 1	converted 30 (10%) expressions
0.33/0.55	c 1	converted 59 (20%) expressions
0.33/0.55	c 1	converted 88 (30%) expressions
0.33/0.55	c 1	converted 117 (40%) expressions
0.33/0.55	c 1	converted 146 (50%) expressions
0.33/0.55	c 1	converted 176 (60%) expressions
0.33/0.56	c 1	converted 205 (70%) expressions
0.33/0.56	c 1	converted 234 (80%) expressions
0.33/0.67	c 1	converted 263 (90%) expressions
2.01/2.12	c 2	converted 292 (100%) expressions
2.01/2.12	c 2	CSP : 1140 integers, 0 booleans, 34478 clauses, largest domain size 1531
2.01/2.12	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.12	c 2	Propagation in CSP
2.11/2.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.28	c 2	CSP : 1140 integers, 0 booleans, 34478 clauses, largest domain size 1531
2.11/2.28	c 2	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.29	c 2	Simplifing CSP by introducing new Boolean variables
2.71/2.81	c 3	CSP : 1140 integers, 65280 booleans, 99758 clauses, largest domain size 1531
2.71/2.81	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.07	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.14	c 3	114 (10%) CSP integer variables are encoded (28956 clauses, 412280 bytes)
3.00/3.18	c 3	228 (20%) CSP integer variables are encoded (57912 clauses, 846620 bytes)
3.10/3.28	c 3	342 (30%) CSP integer variables are encoded (132003 clauses, 2022594 bytes)
3.30/3.40	c 3	456 (40%) CSP integer variables are encoded (221904 clauses, 3550911 bytes)
3.40/3.52	c 3	570 (50%) CSP integer variables are encoded (310785 clauses, 5061888 bytes)
3.50/3.65	c 4	684 (60%) CSP integer variables are encoded (399921 clauses, 6577200 bytes)
3.60/3.76	c 4	798 (70%) CSP integer variables are encoded (489822 clauses, 8105517 bytes)
3.70/3.88	c 4	912 (80%) CSP integer variables are encoded (578958 clauses, 9620829 bytes)
3.80/3.99	c 4	1026 (90%) CSP integer variables are encoded (667839 clauses, 11131806 bytes)
4.00/4.11	c 4	1140 (100%) CSP integer variables are encoded (757740 clauses, 12660123 bytes)
247.04/256.67	c 257	ERROR Exception Too large HOME/temp.cnf
247.10/256.79	c 257	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
247.10/256.79	c 257	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
247.10/256.79	c 257	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
247.10/256.79	s UNKNOWN
247.10/256.79	c 257	CPU 247.13 (0.06 0.02 226.44 20.61)
247.10/256.79	c 257	END Sat Jul 11 17:24:28 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-2060104-1247325611/watcher-2060104-1247325611 -o /tmp/evaluation-result-2060104-1247325611/solver-2060104-1247325611 -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-2060104-1247325611.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.97 4/84 11141
/proc/meminfo: memFree=684696/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=12268 CPUtime=0
/proc/11141/stat : 11141 (sugar) R 11139 11141 10081 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19628004 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11141/statm: 3067 316 241 3 0 167 0

[startup+0.0695771 s]
/proc/loadavg: 1.99 1.99 1.97 4/84 11141
/proc/meminfo: memFree=684696/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16212 CPUtime=0.05
/proc/11141/stat : 11141 (sugar) R 11139 11141 10081 0 -1 4194304 978 0 0 0 4 1 0 0 18 0 1 0 19628004 16601088 946 996147200 4194304 4206940 548682068608 18446744073709551615 269774740336 0 0 4224 0 0 0 0 17 1 0 0
/proc/11141/statm: 4053 946 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102626 s]
/proc/loadavg: 1.99 1.99 1.97 4/84 11141
/proc/meminfo: memFree=684696/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.06
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301609 s]
/proc/loadavg: 1.99 1.99 1.97 4/84 11141
/proc/meminfo: memFree=684696/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.06
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702667 s]
/proc/loadavg: 1.99 1.99 1.97 4/84 11141
/proc/meminfo: memFree=684696/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.33
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1309 4356 0 1 5 1 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 1.99 1.99 1.97 3/95 11163
/proc/meminfo: memFree=665728/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.33
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1309 4356 0 1 5 1 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868576 CPUtime=1.09
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 10075 0 1 0 103 6 0 0 18 0 9 0 19628043 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217144 8665 2566 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868576 CPUtime=0.59
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 2783 0 1 0 58 1 0 0 21 0 9 0 19628044 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4126468112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868576 CPUtime=0.3
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 5110 0 0 0 28 2 0 0 16 0 9 0 19628046 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868576 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868576 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19628046 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868576 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868576 CPUtime=0.16
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1483 0 0 0 16 0 0 0 16 0 9 0 19628048 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868576 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868576 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889421824 8665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890800

[startup+3.10198 s]
/proc/loadavg: 1.99 1.99 1.97 3/95 11163
/proc/meminfo: memFree=644800/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.34
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 5 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=2.66
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 18676 0 1 0 256 10 0 0 18 0 9 0 19628043 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16571 2588 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=1.21
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 3221 0 1 0 119 2 0 0 24 0 9 0 19628044 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=1.23
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13250 0 0 0 117 6 0 0 16 0 9 0 19628046 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.2
/proc/11155/task/11161/stat : 11161 (java) R 11154 11141 10081 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 19628048 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 101714746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890912

[startup+6.3024 s]
/proc/loadavg: 2.07 2.01 1.98 3/95 11163
/proc/meminfo: memFree=596992/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.35
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 6 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=5.83
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 18951 0 1 0 548 35 0 0 18 0 9 0 19628043 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16622 2590 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=4.24
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 3478 0 1 0 400 24 0 0 25 0 9 0 19628044 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4126979230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=1.33
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13252 0 0 0 125 8 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.22
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1522 0 0 0 22 0 0 0 17 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890912

[startup+12.7023 s]
/proc/loadavg: 2.07 2.01 1.98 3/95 11163
/proc/meminfo: memFree=519040/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.35
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 6 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=12.11
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 19407 0 1 0 1125 86 0 0 18 0 9 0 19628043 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16622 2590 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=10.26
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 3934 0 1 0 956 70 0 0 25 0 9 0 19628044 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4126778967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=1.6
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13252 0 0 0 146 14 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.22
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1522 0 0 0 22 0 0 0 17 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890912

[startup+25.5029 s]
/proc/loadavg: 2.13 2.02 1.98 3/95 11163
/proc/meminfo: memFree=363968/2055920 swapFree=4192956/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.35
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 6 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=24.65
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 20321 0 1 0 2281 184 0 0 18 0 9 0 19628043 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16622 2590 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=22.3
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 4848 0 1 0 2069 161 0 0 25 0 9 0 19628044 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4126779113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=2.1
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13252 0 0 0 189 21 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0

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

[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.22
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1522 0 0 0 22 0 0 0 17 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.93
Current children cumulated vsize (KiB) 890912

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

[startup+230.303 s]
/proc/loadavg: 2.35 2.11 2.02 3/84 11194
/proc/meminfo: memFree=15448/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.35
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 6 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=221.34
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 34942 0 1 0 20295 1839 0 0 18 0 9 0 19628043 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16622 2590 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=211.89
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 19469 0 1 0 19480 1709 0 0 25 0 9 0 19628044 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=9.19
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13252 0 0 0 792 127 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.22
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1522 0 0 0 22 0 0 0 17 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 890912

[startup+243.107 s]
/proc/loadavg: 2.35 2.12 2.03 3/84 11194
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.35
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 6 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=233.66
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 35918 0 1 0 21418 1948 0 0 18 0 9 0 19628043 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16622 2590 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=223.75
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 20445 0 1 0 20564 1811 0 0 20 0 9 0 19628044 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=9.66
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13252 0 0 0 831 135 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.22
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1522 0 0 0 22 0 0 0 17 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.01
Current children cumulated vsize (KiB) 890912

[startup+249.503 s]
/proc/loadavg: 2.32 2.12 2.03 3/84 11194
/proc/meminfo: memFree=15192/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.35
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 6 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=239.88
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 36405 0 1 0 21986 2002 0 0 18 0 9 0 19628043 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16622 2590 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=229.76
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 20932 0 1 0 21114 1862 0 0 25 0 9 0 19628044 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=9.87
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13252 0 0 0 849 138 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.22
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1522 0 0 0 22 0 0 0 17 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 240.23
Current children cumulated vsize (KiB) 890912

[startup+255.902 s]
/proc/loadavg: 2.38 2.14 2.03 3/84 11194
/proc/meminfo: memFree=16216/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=0.35
/proc/11141/stat : 11141 (sugar) S 11139 11141 10081 0 -1 4194304 1310 4356 0 1 6 2 25 2 16 0 1 0 19628004 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11141/statm: 4217 1111 409 3 0 796 0
[pid=11154] ppid=11141 vsize=5356 CPUtime=0
/proc/11154/stat : 11154 (sh) S 11141 11141 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19628043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11154/statm: 1339 233 193 169 0 50 0
[pid=11155] ppid=11154 vsize=868688 CPUtime=246
/proc/11155/stat : 11155 (java) S 11154 11141 10081 0 -1 0 36880 0 1 0 22549 2051 0 0 18 0 9 0 19628043 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11155/statm: 217172 16622 2590 9 0 211649 0
[pid=11155/tid=11156] ppid=11154 vsize=868688 CPUtime=235.64
/proc/11155/task/11156/stat : 11156 (java) R 11154 11141 10081 0 -1 64 21407 0 1 0 21657 1907 0 0 25 0 9 0 19628044 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11157] ppid=11154 vsize=868688 CPUtime=10.11
/proc/11155/task/11157/stat : 11157 (java) S 11154 11141 10081 0 -1 64 13252 0 0 0 869 142 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11155/tid=11158] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11158/stat : 11158 (java) S 11154 11141 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11159] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11159/stat : 11159 (java) S 11154 11141 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19628046 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11160] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11160/stat : 11160 (java) S 11154 11141 10081 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11161] ppid=11154 vsize=868688 CPUtime=0.22
/proc/11155/task/11161/stat : 11161 (java) S 11154 11141 10081 0 -1 64 1522 0 0 0 22 0 0 0 17 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11162] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11162/stat : 11162 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11155/tid=11163] ppid=11154 vsize=868688 CPUtime=0
/proc/11155/task/11163/stat : 11163 (java) S 11154 11141 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19628048 889536512 16622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.35
Current children cumulated vsize (KiB) 890912

[startup+257.503 s]
/proc/loadavg: 2.38 2.14 2.03 3/74 11194
/proc/meminfo: memFree=1029736/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=247.76
/proc/11141/stat : 11141 (sugar) R 11139 11141 10081 0 -1 4194304 1335 41593 0 2 6 65 22644 2061 21 0 1 0 19628004 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11141/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 247.76
Current children cumulated vsize (KiB) 16868

[startup+258.303 s]
/proc/loadavg: 2.38 2.14 2.03 3/74 11194
/proc/meminfo: memFree=1029736/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=248.15
/proc/11141/stat : 11141 (sugar) D 11139 11141 10081 0 -1 4194304 1335 41593 0 2 6 104 22644 2061 18 0 1 0 19628004 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11141/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 248.15
Current children cumulated vsize (KiB) 16868

[startup+259.102 s]
/proc/loadavg: 2.35 2.13 2.03 2/74 11194
/proc/meminfo: memFree=1948776/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=248.21
/proc/11141/stat : 11141 (sugar) D 11139 11141 10081 0 -1 4194304 1335 41593 0 2 6 110 22644 2061 18 0 1 0 19628004 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11141/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 248.21
Current children cumulated vsize (KiB) 16868

[startup+259.302 s]
/proc/loadavg: 2.35 2.13 2.03 2/74 11194
/proc/meminfo: memFree=1948776/2055920 swapFree=4192812/4192956
[pid=11141] ppid=11139 vsize=16868 CPUtime=248.22
/proc/11141/stat : 11141 (sugar) D 11139 11141 10081 0 -1 4194304 1335 41593 0 2 6 111 22644 2061 18 0 1 0 19628004 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11141/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 248.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 259.376
CPU time (s): 248.247
CPU user time (s): 226.507
CPU system time (s): 21.7407
CPU usage (%): 95.7093
Max. virtual memory (cumulated for all children) (KiB): 891304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.507
system time used= 21.7407
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42989
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= 165349
involuntary context switches= 168511

runsolver used 0.38894 second user time and 0.862868 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-11 17:20:11
IDJOB=2060104
IDBENCH=53647
IDSOLVER=739
FILE ID=node13/2060104-1247325611
PBS_JOBID= 9506602
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= 906ffa75db05749face78c09510fe98d
RANDOM SEED=1063055004

node13.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.241
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.241
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:        685176 kB
Buffers:         53488 kB
Cached:        1053756 kB
SwapCached:          0 kB
Active:         328292 kB
Inactive:       989112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        685176 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         225784 kB
Slab:            38104 kB
Committed_AS:   833464 kB
PageTables:       2244 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= 66296 MiB
End job on node13 at 2009-07-11 17:24:30