Trace number 2060235

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 671.404 694.481

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-19_glb.xml
MD5SUM22706a8158239d72e7dd49177db7bd5a
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 variables361
Number of constraints41
Maximum constraint arity361
Maximum domain size361
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(40)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:23:23 2009
0.00/0.08	c 0	PID 16762
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060235-1247325803.xml TO HOME/temp.csp
0.00/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-2060235-1247325803.xml' 'HOME/temp.csp'
0.06/0.48	c 1	1 domains, 361 variables, 0 predicates, 0 relations, 41 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.63	c 1	Parsing HOME/temp.csp
0.41/0.69	c 1	parsed 403 expressions
0.41/0.69	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.69	c 1	Converting to clausal form CSP
0.41/0.72	c 1	converted 41 (10%) expressions
0.41/0.72	c 1	converted 81 (20%) expressions
0.41/0.72	c 1	converted 121 (30%) expressions
0.41/0.72	c 1	converted 162 (40%) expressions
0.41/0.72	c 1	converted 202 (50%) expressions
0.41/0.72	c 1	converted 242 (60%) expressions
0.41/0.72	c 1	converted 283 (70%) expressions
0.41/0.72	c 1	converted 323 (80%) expressions
0.41/0.77	c 1	converted 363 (90%) expressions
3.51/3.71	c 4	converted 403 (100%) expressions
3.51/3.71	c 4	CSP : 1641 integers, 0 booleans, 67622 clauses, largest domain size 2521
3.51/3.71	c 4	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.51/3.71	c 4	Propagation in CSP
3.70/3.98	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.70/3.98	c 4	CSP : 1641 integers, 0 booleans, 67622 clauses, largest domain size 2521
3.70/3.98	c 4	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.80/4.00	c 4	Simplifing CSP by introducing new Boolean variables
4.79/5.09	c 5	CSP : 1641 integers, 129960 booleans, 197582 clauses, largest domain size 2521
4.79/5.09	c 5	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.49/5.72	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.58/5.83	c 6	165 (10%) CSP integer variables are encoded (59235 clauses, 866439 bytes)
5.68/5.90	c 6	329 (20%) CSP integer variables are encoded (118111 clauses, 1786358 bytes)
5.88/6.11	c 6	493 (30%) CSP integer variables are encoded (282827 clauses, 4586530 bytes)
6.09/6.36	c 7	657 (40%) CSP integer variables are encoded (475263 clauses, 7857942 bytes)
6.28/6.60	c 7	821 (50%) CSP integer variables are encoded (666979 clauses, 11117114 bytes)
6.57/6.84	c 7	985 (60%) CSP integer variables are encoded (859055 clauses, 14382406 bytes)
6.77/7.07	c 7	1149 (70%) CSP integer variables are encoded (1049691 clauses, 17724811 bytes)
7.07/7.31	c 8	1313 (80%) CSP integer variables are encoded (1242127 clauses, 21381095 bytes)
7.27/7.56	c 8	1477 (90%) CSP integer variables are encoded (1433843 clauses, 25023699 bytes)
7.57/7.81	c 8	1641 (100%) CSP integer variables are encoded (1625919 clauses, 28673143 bytes)
670.25/691.02	c 691	ERROR Exception Too large HOME/temp.cnf
670.25/691.04	c 691	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
670.25/691.04	c 691	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
670.25/691.04	c 691	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
670.25/691.04	s UNKNOWN
670.28/691.13	c 691	CPU 670.3 (0.05 0.01 229.58 440.66)
670.28/691.13	c 691	END Sat Jul 11 17:34:54 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-2060235-1247325803/watcher-2060235-1247325803 -o /tmp/evaluation-result-2060235-1247325803/solver-2060235-1247325803 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2060235-1247325803.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.43 1.82 1.86 3/81 16762
/proc/meminfo: memFree=1038176/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=18576 CPUtime=0
/proc/16762/stat : 16762 (runsolver) R 16760 16762 15441 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 19647572 19021824 285 996147200 4194304 4302564 548682068304 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16762/statm: 4644 285 249 26 0 2626 0

[startup+0.085823 s]
/proc/loadavg: 1.43 1.82 1.86 3/81 16762
/proc/meminfo: memFree=1038176/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.06
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101847 s]
/proc/loadavg: 1.43 1.82 1.86 3/81 16762
/proc/meminfo: memFree=1038176/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.06
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30187 s]
/proc/loadavg: 1.43 1.82 1.86 3/81 16762
/proc/meminfo: memFree=1038176/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.06
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701908 s]
/proc/loadavg: 1.43 1.82 1.86 3/81 16762
/proc/meminfo: memFree=1038176/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1309 4530 0 1 5 1 33 2 15 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 1.43 1.82 1.86 3/92 16784
/proc/meminfo: memFree=1023496/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1309 4530 0 1 5 1 33 2 16 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869612 CPUtime=0.92
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 10024 0 1 0 86 6 0 0 18 0 9 0 19647627 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217403 8129 2566 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869612 CPUtime=0.46
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 2733 0 1 0 45 1 0 0 21 0 9 0 19647628 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4126408696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869612 CPUtime=0.26
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 5104 0 0 0 24 2 0 0 16 0 9 0 19647629 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19647629 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869612 CPUtime=0.16
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1486 0 0 0 16 0 0 0 16 0 9 0 19647632 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890482688 8129 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 891836

[startup+3.10116 s]
/proc/loadavg: 1.56 1.84 1.87 3/92 16784
/proc/meminfo: memFree=1001608/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1309 4530 0 1 5 1 33 2 16 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869612 CPUtime=2.51
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 18554 0 1 0 241 10 0 0 18 0 9 0 19647627 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217403 15663 2566 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869612 CPUtime=1.41
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 3155 0 1 0 139 2 0 0 25 0 9 0 19647628 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4126467832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869612 CPUtime=0.9
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 13211 0 0 0 84 6 0 0 16 0 9 0 19647629 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19647629 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869612 CPUtime=0.16
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1487 0 0 0 16 0 0 0 16 0 9 0 19647632 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869612 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890482688 15663 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 891836

[startup+6.30248 s]
/proc/loadavg: 1.56 1.84 1.87 4/92 16784
/proc/meminfo: memFree=908040/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1310 4530 0 1 5 1 33 2 16 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869724 CPUtime=5.68
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 42970 0 1 0 544 24 0 0 18 0 9 0 19647627 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217431 28726 2591 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869724 CPUtime=2.64
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 4065 0 1 0 258 6 0 0 25 0 9 0 19647628 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4126989452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869724 CPUtime=2.79
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 36683 0 0 0 263 16 0 0 16 0 9 0 19647629 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869724 CPUtime=0.22
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 19647632 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890597376 28726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 891948

[startup+12.7011 s]
/proc/loadavg: 1.70 1.86 1.87 3/92 16784
/proc/meminfo: memFree=848648/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1310 4530 0 1 5 1 33 2 15 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869724 CPUtime=11.8
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 43203 0 1 0 1109 71 0 0 18 0 9 0 19647627 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217431 28732 2591 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869724 CPUtime=8.61
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 4292 0 1 0 809 52 0 0 25 0 9 0 19647628 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 102093958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869724 CPUtime=2.92
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 36683 0 0 0 275 17 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869724 CPUtime=0.23
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 891948

[startup+25.5025 s]
/proc/loadavg: 1.90 1.90 1.88 4/92 16784
/proc/meminfo: memFree=676808/2055920 swapFree=4192952/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1310 4530 0 1 5 1 33 2 15 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869724 CPUtime=24.14
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 43665 0 1 0 2241 173 0 0 18 0 9 0 19647627 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217431 28732 2591 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869724 CPUtime=20.69
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 4754 0 1 0 1917 152 0 0 25 0 9 0 19647628 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 104513792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869724 CPUtime=3.2
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 36683 0 0 0 300 20 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869724 CPUtime=0

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

/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869724 CPUtime=0.23
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 622.79
Current children cumulated vsize (KiB) 891948

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

[startup+665.508 s]
/proc/loadavg: 2.23 2.12 2.02 3/92 16784
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1310 4530 0 1 5 1 33 2 15 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869724 CPUtime=645.01
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 51783 0 1 0 22295 42206 0 0 18 0 9 0 19647627 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217431 28732 2591 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869724 CPUtime=636.38
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 12872 0 1 0 21511 42127 0 0 25 0 9 0 19647628 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869724 CPUtime=8.36
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 36683 0 0 0 760 76 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869724 CPUtime=0.23
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 645.42
Current children cumulated vsize (KiB) 891948

[startup+678.302 s]
/proc/loadavg: 2.18 2.11 2.01 3/92 16784
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1310 4530 0 1 5 1 33 2 15 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869724 CPUtime=657.48
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 51913 0 1 0 22614 43134 0 0 18 0 9 0 19647627 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217431 28732 2591 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869724 CPUtime=648.78
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 13002 0 1 0 21823 43055 0 0 25 0 9 0 19647628 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869724 CPUtime=8.44
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 36683 0 0 0 767 77 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869724 CPUtime=0.23
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 657.89
Current children cumulated vsize (KiB) 891948

[startup+684.702 s]
/proc/loadavg: 2.17 2.11 2.01 3/92 16784
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1310 4530 0 1 5 1 33 2 15 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869724 CPUtime=663.7
/proc/16776/stat : 16776 (java) S 16775 16762 15441 0 -1 0 51978 0 1 0 22769 43601 0 0 18 0 9 0 19647627 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217431 28732 2591 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869724 CPUtime=654.96
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 13067 0 1 0 21974 43522 0 0 25 0 9 0 19647628 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4126986298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16778] ppid=16775 vsize=869724 CPUtime=8.48
/proc/16776/task/16778/stat : 16778 (java) S 16775 16762 15441 0 -1 64 36683 0 0 0 771 77 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16779] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16779/stat : 16779 (java) S 16775 16762 15441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16780] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16780/stat : 16780 (java) S 16775 16762 15441 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647629 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16781] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16781/stat : 16781 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16782] ppid=16775 vsize=869724 CPUtime=0.23
/proc/16776/task/16782/stat : 16782 (java) S 16775 16762 15441 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16783] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16783/stat : 16783 (java) S 16775 16762 15441 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16776/tid=16784] ppid=16775 vsize=869724 CPUtime=0
/proc/16776/task/16784/stat : 16784 (java) S 16775 16762 15441 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 19647632 890597376 28732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 664.11
Current children cumulated vsize (KiB) 891948

[startup+691.103 s]
/proc/loadavg: 2.23 2.13 2.02 3/92 16784
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=0.41
/proc/16762/stat : 16762 (sugar) S 16760 16762 15441 0 -1 4194304 1311 4530 0 1 5 1 33 2 16 0 1 0 19647572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16762/statm: 4217 1111 409 3 0 796 0
[pid=16775] ppid=16762 vsize=5356 CPUtime=0
/proc/16775/stat : 16775 (sh) S 16762 16762 15441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16775/statm: 1339 233 193 169 0 50 0
[pid=16776] ppid=16775 vsize=869724 CPUtime=669.87
/proc/16776/stat : 16776 (java) R 16775 16762 15441 0 -1 0 52053 0 1 0 22925 44062 0 0 16 0 2 0 19647627 890597376 28739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 256 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16776/statm: 217431 28739 2592 9 0 211908 0
[pid=16776/tid=16777] ppid=16775 vsize=869724 CPUtime=661.08
/proc/16776/task/16777/stat : 16777 (java) R 16775 16762 15441 0 -1 64 13138 0 1 0 22126 43982 0 0 23 0 2 0 19647628 890597376 28739 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 256 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 670.28
Current children cumulated vsize (KiB) 891948

[startup+692.701 s]
/proc/loadavg: 2.13 2.11 2.01 3/82 16784
/proc/meminfo: memFree=1501280/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=671.3
/proc/16762/stat : 16762 (sugar) D 16760 16762 15441 0 -1 4194304 1335 56869 0 2 5 101 22958 44066 18 0 1 0 19647572 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16762/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 671.3
Current children cumulated vsize (KiB) 16868

[startup+693.501 s]
/proc/loadavg: 2.13 2.11 2.01 2/82 16784
/proc/meminfo: memFree=1920992/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=671.33
/proc/16762/stat : 16762 (sugar) D 16760 16762 15441 0 -1 4194304 1335 56869 0 2 5 104 22958 44066 18 0 1 0 19647572 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16762/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 671.33
Current children cumulated vsize (KiB) 16868

[startup+693.901 s]
/proc/loadavg: 2.13 2.11 2.01 2/82 16784
/proc/meminfo: memFree=1920992/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=671.35
/proc/16762/stat : 16762 (sugar) D 16760 16762 15441 0 -1 4194304 1335 56869 0 2 5 106 22958 44066 18 0 1 0 19647572 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16762/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 671.35
Current children cumulated vsize (KiB) 16868

[startup+694.301 s]
/proc/loadavg: 2.13 2.11 2.01 2/82 16784
/proc/meminfo: memFree=1920480/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=671.36
/proc/16762/stat : 16762 (sugar) D 16760 16762 15441 0 -1 4194304 1335 56869 0 2 5 107 22958 44066 18 0 1 0 19647572 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16762/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 671.36
Current children cumulated vsize (KiB) 16868

[startup+694.401 s]
/proc/loadavg: 2.13 2.11 2.01 2/82 16784
/proc/meminfo: memFree=1920480/2055920 swapFree=4192812/4192956
[pid=16762] ppid=16760 vsize=16868 CPUtime=671.37
/proc/16762/stat : 16762 (sugar) D 16760 16762 15441 0 -1 4194304 1335 56869 0 2 5 108 22958 44066 18 0 1 0 19647572 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16762/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 671.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 694.481
CPU time (s): 671.404
CPU user time (s): 229.649
CPU system time (s): 441.755
CPU usage (%): 96.6771
Max. virtual memory (cumulated for all children) (KiB): 913332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.649
system time used= 441.755
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58265
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= 98328
involuntary context switches= 121640

runsolver used 1.88371 second user time and 4.44132 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-11 17:23:23
IDJOB=2060235
IDBENCH=53659
IDSOLVER=738
FILE ID=node17/2060235-1247325803
PBS_JOBID= 9506594
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= 22706a8158239d72e7dd49177db7bd5a
RANDOM SEED=1705161829

node17.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.213
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.213
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:       1038720 kB
Buffers:         44272 kB
Cached:         866516 kB
SwapCached:          4 kB
Active:          91116 kB
Inactive:       856072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1038720 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          56728 kB
Slab:            55056 kB
Committed_AS:   189100 kB
PageTables:       1980 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= 66448 MiB
End job on node17 at 2009-07-11 17:34:58