Trace number 2060126

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? 244.892 255.227

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-18_glb.xml
MD5SUM8c9a9485571326f274e2bac46160c372
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints39
Maximum constraint arity324
Maximum domain size324
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(38)

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:22:14 2009
0.05/0.08	c 0	PID 15905
0.05/0.08	c 0	HOST node44.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2060126-1247325734.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-2060126-1247325734.xml' 'HOME/temp.csp'
0.07/0.35	c 0	1 domains, 324 variables, 0 predicates, 0 relations, 39 constraints
0.07/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.40	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.07/0.48	c 0	Parsing HOME/temp.csp
0.33/0.54	c 0	parsed 364 expressions
0.33/0.55	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.55	c 0	Converting to clausal form CSP
0.33/0.57	c 0	converted 37 (10%) expressions
0.33/0.57	c 0	converted 73 (20%) expressions
0.33/0.57	c 0	converted 110 (30%) expressions
0.33/0.57	c 0	converted 146 (40%) expressions
0.33/0.57	c 0	converted 182 (50%) expressions
0.33/0.57	c 0	converted 219 (60%) expressions
0.33/0.57	c 0	converted 255 (70%) expressions
0.33/0.58	c 0	converted 292 (80%) expressions
0.33/0.66	c 0	converted 328 (90%) expressions
2.70/2.87	c 3	converted 364 (100%) expressions
2.70/2.88	c 3	CSP : 1464 integers, 0 booleans, 54684 clauses, largest domain size 1939
2.70/2.88	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.88	c 3	Propagation in CSP
2.98/3.10	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.98/3.10	c 3	CSP : 1464 integers, 0 booleans, 54684 clauses, largest domain size 1939
2.98/3.10	c 3	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.98/3.12	c 3	Simplifing CSP by introducing new Boolean variables
3.77/3.91	c 4	CSP : 1464 integers, 104652 booleans, 159336 clauses, largest domain size 1939
3.77/3.91	c 4	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.07/4.27	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.16/4.37	c 4	147 (10%) CSP integer variables are encoded (47334 clauses, 687932 bytes)
4.26/4.42	c 4	293 (20%) CSP integer variables are encoded (94346 clauses, 1393112 bytes)
4.36/4.58	c 4	440 (30%) CSP integer variables are encoded (223722 clauses, 3581817 bytes)
4.56/4.78	c 4	586 (40%) CSP integer variables are encoded (374417 clauses, 6143632 bytes)
4.76/4.96	c 5	732 (50%) CSP integer variables are encoded (524789 clauses, 8699956 bytes)
4.96/5.14	c 5	879 (60%) CSP integer variables are encoded (677421 clauses, 11294700 bytes)
5.15/5.33	c 5	1025 (70%) CSP integer variables are encoded (827793 clauses, 13851024 bytes)
5.35/5.51	c 5	1172 (80%) CSP integer variables are encoded (979133 clauses, 16423804 bytes)
5.55/5.70	c 5	1318 (90%) CSP integer variables are encoded (1129828 clauses, 19247658 bytes)
5.65/5.89	c 6	1464 (100%) CSP integer variables are encoded (1281492 clauses, 22129274 bytes)
243.73/252.31	c 252	ERROR Exception Too large HOME/temp.cnf
243.73/252.33	c 252	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
243.73/252.33	c 252	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
243.73/252.33	c 252	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
243.73/252.33	s UNKNOWN
243.76/252.41	c 252	CPU 243.77 (0.05 0.02 223.39 20.31)
243.76/252.41	c 252	END Sat Jul 11 17:26:26 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-2060126-1247325734/watcher-2060126-1247325734 -o /tmp/evaluation-result-2060126-1247325734/solver-2060126-1247325734 -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-2060126-1247325734.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.85 2.01 1.99 4/75 15905
/proc/meminfo: memFree=1136720/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=12268 CPUtime=0
/proc/15905/stat : 15905 (sugar) R 15903 15905 14726 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19637238 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15905/statm: 3067 316 241 3 0 167 0

[startup+0.0726739 s]
/proc/loadavg: 1.85 2.01 1.99 4/75 15905
/proc/meminfo: memFree=1136720/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16476 CPUtime=0.05
/proc/15905/stat : 15905 (sugar) R 15903 15905 14726 0 -1 4194304 1022 0 0 0 4 1 0 0 18 0 1 0 19637238 16871424 990 996147200 4194304 4206940 548682068608 18446744073709551615 264858127175 0 0 4224 0 0 0 0 17 1 0 0
/proc/15905/statm: 4119 990 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101681 s]
/proc/loadavg: 1.85 2.01 1.99 4/75 15905
/proc/meminfo: memFree=1136720/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.07
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.3017 s]
/proc/loadavg: 1.85 2.01 1.99 4/75 15905
/proc/meminfo: memFree=1136720/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.07
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701742 s]
/proc/loadavg: 1.85 2.01 1.99 4/75 15905
/proc/meminfo: memFree=1136720/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1309 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 1.85 2.01 1.99 3/86 15927
/proc/meminfo: memFree=1116984/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1309 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868556 CPUtime=1.07
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 10232 0 1 0 102 5 0 0 18 0 9 0 19637279 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217139 8812 2566 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868556 CPUtime=0.6
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 2798 0 1 0 59 1 0 0 22 0 9 0 19637280 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4126470378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868556 CPUtime=0.29
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 5250 0 0 0 27 2 0 0 16 0 9 0 19637281 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19637281 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868556 CPUtime=0.16
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1486 0 0 0 15 1 0 0 16 0 9 0 19637283 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) R 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889401344 8812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890780

[startup+3.10299 s]
/proc/loadavg: 1.85 2.01 1.99 3/86 15927
/proc/meminfo: memFree=1096760/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 16 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868556 CPUtime=2.65
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 16672 0 1 0 257 8 0 0 18 0 9 0 19637279 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217139 14886 2566 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868556 CPUtime=1.54
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 3138 0 1 0 153 1 0 0 25 0 9 0 19637280 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4126904021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868556 CPUtime=0.91
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 11346 0 0 0 87 4 0 0 16 0 9 0 19637281 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19637281 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868556 CPUtime=0.17
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1490 0 0 0 16 1 0 0 16 0 9 0 19637283 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868556 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890780

[startup+6.30232 s]
/proc/loadavg: 1.86 2.01 1.99 3/86 15927
/proc/meminfo: memFree=1033912/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868668 CPUtime=5.82
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 26163 0 1 0 551 31 0 0 18 0 9 0 19637279 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217167 23592 2590 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868668 CPUtime=3.65
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 3696 0 1 0 345 20 0 0 25 0 9 0 19637280 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4126783470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868668 CPUtime=1.91
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 20245 0 0 0 183 8 0 0 16 0 9 0 19637281 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868668 CPUtime=0.22
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1524 0 0 0 21 1 0 0 17 0 9 0 19637283 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889516032 23592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890892

[startup+12.703 s]
/proc/loadavg: 1.95 2.02 2.00 3/86 15927
/proc/meminfo: memFree=946872/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868668 CPUtime=12.12
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 26468 0 1 0 1128 84 0 0 18 0 9 0 19637279 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217167 23593 2590 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868668 CPUtime=9.8
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 4000 0 1 0 908 72 0 0 25 0 9 0 19637280 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868668 CPUtime=2.08
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 20245 0 0 0 198 10 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868668 CPUtime=0.22
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1525 0 0 0 21 1 0 0 17 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890892

[startup+25.5013 s]
/proc/loadavg: 2.26 2.09 2.02 3/86 15927
/proc/meminfo: memFree=776056/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868668 CPUtime=24.44
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 27059 0 1 0 2259 185 0 0 18 0 9 0 19637279 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217167 23593 2590 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868668 CPUtime=21.79
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 4591 0 1 0 2010 169 0 0 25 0 9 0 19637280 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4127033522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868668 CPUtime=2.4
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 20245 0 0 0 226 14 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868668 CPUtime=0

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

[startup+222.301 s]
/proc/loadavg: 2.32 2.33 2.14 3/87 15929
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868668 CPUtime=214.39
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 36134 0 1 0 19654 1785 0 0 18 0 9 0 19637279 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217167 23593 2590 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868668 CPUtime=206.5
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 13666 0 1 0 18947 1703 0 0 25 0 9 0 19637280 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4127023205 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868668 CPUtime=7.63
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 20245 0 0 0 684 79 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868668 CPUtime=0.22
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1525 0 0 0 21 1 0 0 17 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.72
Current children cumulated vsize (KiB) 890892

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

[startup+230.301 s]
/proc/loadavg: 2.42 2.36 2.14 3/87 15929
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868668 CPUtime=222.14
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 36511 0 1 0 20364 1850 0 0 18 0 9 0 19637279 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217167 23593 2590 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868668 CPUtime=214.03
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 14043 0 1 0 19638 1765 0 0 25 0 9 0 19637280 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4126978138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868668 CPUtime=7.85
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 20245 0 0 0 703 82 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868668 CPUtime=0.22
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1525 0 0 0 21 1 0 0 17 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 890892

[startup+243.108 s]
/proc/loadavg: 2.44 2.36 2.15 3/87 15929
/proc/meminfo: memFree=16240/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868668 CPUtime=234.51
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 37097 0 1 0 21502 1949 0 0 18 0 9 0 19637279 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217167 23593 2590 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868668 CPUtime=226.08
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 14629 0 1 0 20748 1860 0 0 25 0 9 0 19637280 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4126978108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868668 CPUtime=8.18
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 20245 0 0 0 732 86 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868668 CPUtime=0.22
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1525 0 0 0 21 1 0 0 17 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 234.84
Current children cumulated vsize (KiB) 890892

[startup+249.502 s]
/proc/loadavg: 2.48 2.37 2.15 3/87 15929
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=0.33
/proc/15905/stat : 15905 (sugar) S 15903 15905 14726 0 -1 4194304 1310 4387 0 1 5 2 23 3 15 0 1 0 19637238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15905/statm: 4217 1111 409 3 0 796 0
[pid=15918] ppid=15905 vsize=5356 CPUtime=0
/proc/15918/stat : 15918 (sh) S 15905 15905 14726 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19637279 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15918/statm: 1339 233 193 169 0 50 0
[pid=15919] ppid=15918 vsize=868668 CPUtime=240.72
/proc/15919/stat : 15919 (java) S 15918 15905 14726 0 -1 0 37391 0 1 0 22071 2001 0 0 18 0 9 0 19637279 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 217167 23593 2590 9 0 211644 0
[pid=15919/tid=15920] ppid=15918 vsize=868668 CPUtime=232.09
/proc/15919/task/15920/stat : 15920 (java) R 15918 15905 14726 0 -1 64 14923 0 1 0 21301 1908 0 0 25 0 9 0 19637280 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4126980020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15921] ppid=15918 vsize=868668 CPUtime=8.37
/proc/15919/task/15921/stat : 15921 (java) S 15918 15905 14726 0 -1 64 20245 0 0 0 747 90 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15918 15905 14726 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15918 15905 14726 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19637281 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15918 15905 14726 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15918 vsize=868668 CPUtime=0.22
/proc/15919/task/15925/stat : 15925 (java) S 15918 15905 14726 0 -1 64 1525 0 0 0 21 1 0 0 17 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15926] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19637283 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15927] ppid=15918 vsize=868668 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15918 15905 14726 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19637284 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 241.05
Current children cumulated vsize (KiB) 890892

[startup+252.702 s]
/proc/loadavg: 2.44 2.36 2.15 3/87 15929
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=244.04
/proc/15905/stat : 15905 (sugar) R 15903 15905 14726 0 -1 4194304 1335 42202 0 2 5 29 22339 2031 16 0 1 0 19637238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15905/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 244.04
Current children cumulated vsize (KiB) 16868

[startup+254.302 s]
/proc/loadavg: 2.44 2.36 2.15 2/77 15929
/proc/meminfo: memFree=1942272/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=244.79
/proc/15905/stat : 15905 (sugar) D 15903 15905 14726 0 -1 4194304 1335 42202 0 2 5 104 22339 2031 15 0 1 0 19637238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15905/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 244.79
Current children cumulated vsize (KiB) 16868

[startup+254.703 s]
/proc/loadavg: 2.44 2.36 2.15 2/77 15929
/proc/meminfo: memFree=1942272/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=244.82
/proc/15905/stat : 15905 (sugar) D 15903 15905 14726 0 -1 4194304 1335 42202 0 2 5 107 22339 2031 15 0 1 0 19637238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15905/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 244.82
Current children cumulated vsize (KiB) 16868

[startup+255.103 s]
/proc/loadavg: 2.41 2.36 2.15 2/77 15929
/proc/meminfo: memFree=1941440/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=244.86
/proc/15905/stat : 15905 (sugar) R 15903 15905 14726 0 -1 4194304 1335 42202 0 2 5 111 22339 2031 15 0 1 0 19637238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15905/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 244.86
Current children cumulated vsize (KiB) 16868

[startup+255.206 s]
/proc/loadavg: 2.41 2.36 2.15 2/77 15929
/proc/meminfo: memFree=1941440/2055920 swapFree=4192812/4192956
[pid=15905] ppid=15903 vsize=16868 CPUtime=244.86
/proc/15905/stat : 15905 (sugar) D 15903 15905 14726 0 -1 4194304 1335 42202 0 2 5 111 22339 2031 15 0 1 0 19637238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15905/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 244.86
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 255.227
CPU time (s): 244.892
CPU user time (s): 223.455
CPU system time (s): 21.4367
CPU usage (%): 95.9505
Max. virtual memory (cumulated for all children) (KiB): 891784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.455
system time used= 21.4367
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43598
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= 110999
involuntary context switches= 114722

runsolver used 0.334949 second user time and 0.901862 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 17:22:14
IDJOB=2060126
IDBENCH=53649
IDSOLVER=739
FILE ID=node44/2060126-1247325734
PBS_JOBID= 9506540
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 8c9a9485571326f274e2bac46160c372
RANDOM SEED=170406717

node44.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.219
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.219
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:       1137200 kB
Buffers:         48428 kB
Cached:         784500 kB
SwapCached:        140 kB
Active:         148036 kB
Inactive:       710940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1137200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          36572 kB
Slab:            45100 kB
Committed_AS:   245888 kB
PageTables:       1756 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= 66380 MiB
End job on node44 at 2009-07-11 17:26:29