Trace number 1057485

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.13+minisat? 195.327 204.066

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-2-7.xml
MD5SUM7aef82243bc2aebd1c139344929a6be1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.3407
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 20:53:08 2008
0.00/0.04	c 0	PID 4583
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057485-1215111188.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057485-1215111188.xml' 'HOME/temp.csp'
0.03/0.32	c 1	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.03/0.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.35	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.29/0.43	c 1	Parsing HOME/temp.csp
0.29/0.56	c 1	parsed 181 expressions
0.29/0.56	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.56	c 1	Converting to clausal form CSP
0.29/0.58	c 1	converted 19 (10%) expressions
0.29/0.58	c 1	converted 37 (20%) expressions
0.29/0.58	c 1	converted 55 (30%) expressions
0.29/0.58	c 1	converted 73 (40%) expressions
0.29/0.58	c 1	converted 91 (50%) expressions
0.29/0.59	c 1	converted 109 (60%) expressions
0.29/0.59	c 1	converted 127 (70%) expressions
0.29/0.59	c 1	converted 145 (80%) expressions
0.30/0.67	c 1	converted 163 (90%) expressions
0.30/0.79	c 1	converted 181 (100%) expressions
0.30/0.79	c 1	CSP : 416 integers, 0 booleans, 712 clauses, largest domain size 33346
0.30/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.79	c 1	Propagation in CSP
0.30/0.84	c 1	856758 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.84	c 1	CSP : 416 integers, 0 booleans, 712 clauses, largest domain size 26803
0.30/0.84	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.84	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.84	c 1	CSP : 416 integers, 0 booleans, 712 clauses, largest domain size 26803
0.30/0.84	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/0.89	c 1	42 (10%) CSP integer variables are encoded (3465 clauses, 42924 bytes)
0.30/0.89	c 1	84 (20%) CSP integer variables are encoded (6911 clauses, 87722 bytes)
0.30/1.07	c 1	125 (30%) CSP integer variables are encoded (148162 clauses, 2297057 bytes)
1.22/1.40	c 2	167 (40%) CSP integer variables are encoded (382286 clauses, 6277165 bytes)
1.71/1.90	c 2	208 (50%) CSP integer variables are encoded (769271 clauses, 12855910 bytes)
2.01/2.19	c 3	250 (60%) CSP integer variables are encoded (997848 clauses, 16741719 bytes)
2.61/2.74	c 3	292 (70%) CSP integer variables are encoded (1399750 clauses, 24374046 bytes)
3.00/3.16	c 4	333 (80%) CSP integer variables are encoded (1714770 clauses, 30359426 bytes)
3.49/3.65	c 4	375 (90%) CSP integer variables are encoded (2074287 clauses, 37190249 bytes)
4.09/4.21	c 5	416 (100%) CSP integer variables are encoded (2481891 clauses, 44934725 bytes)
6.25/6.48	c 7	72 (10%) CSP clauses are encoded (3724216 clauses, 69736997 bytes)
30.45/31.16	c 32	143 (20%) CSP clauses are encoded (16713847 clauses, 360248358 bytes)
56.17/57.50	c 58	214 (30%) CSP clauses are encoded (30986576 clauses, 679651169 bytes)
194.45/201.88	c 202	ERROR Exception Too large HOME/temp.cnf
194.53/202.01	c 202	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
194.53/202.01	c 202	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
194.53/202.01	c 202	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
194.53/202.01	s UNKNOWN
194.54/202.22	c 203	CPU 175.16 (0.03 0.01 175.13 19.37)
194.54/202.22	c 203	END Thu Jul  3 20:56:31 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057485-1215111188/watcher-1057485-1215111188 -o /tmp/evaluation-result-1057485-1215111188/solver-1057485-1215111188 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1057485-1215111188.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.94 4/72 4583
/proc/meminfo: memFree=1552776/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=18572 CPUtime=0
/proc/4583/stat : 4583 (runsolver) R 4581 4583 4307 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 632308120 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4583/statm: 4643 292 257 25 0 2626 0

[startup+0.107313 s]
/proc/loadavg: 1.85 1.97 1.94 4/72 4583
/proc/meminfo: memFree=1552776/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.03
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 632308120 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201325 s]
/proc/loadavg: 1.85 1.97 1.94 4/72 4583
/proc/meminfo: memFree=1552776/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.03
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 632308120 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301333 s]
/proc/loadavg: 1.85 1.97 1.94 4/72 4583
/proc/meminfo: memFree=1552776/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.03
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 632308120 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701371 s]
/proc/loadavg: 1.85 1.97 1.94 4/72 4583
/proc/meminfo: memFree=1552776/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 973 4212 0 1 3 1 23 3 15 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50245 s]
/proc/loadavg: 1.94 1.99 1.95 3/83 4605
/proc/meminfo: memFree=1536304/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 15 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=1.11
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 6397 0 1 0 102 9 0 0 18 0 9 0 632308156 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5447 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=0.82
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 2871 0 1 0 76 6 0 0 22 0 9 0 632308157 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4126482704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=0.07
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1362 0 0 0 6 1 0 0 16 0 9 0 632308158 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.2
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1471 0 0 0 19 1 0 0 16 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887300

[startup+3.10262 s]
/proc/loadavg: 1.94 1.99 1.95 3/83 4605
/proc/meminfo: memFree=1521840/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 15 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=2.7
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 6892 0 1 0 245 25 0 0 18 0 9 0 632308156 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5447 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=2.28
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 3366 0 1 0 210 18 0 0 25 0 9 0 632308157 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4126545159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=0.19
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1362 0 0 0 15 4 0 0 16 0 9 0 632308158 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.2
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1471 0 0 0 19 1 0 0 16 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887300

[startup+6.30194 s]
/proc/loadavg: 1.94 1.99 1.95 3/83 4605
/proc/meminfo: memFree=1477872/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 15 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=5.84
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 7899 0 1 0 527 57 0 0 18 0 9 0 632308156 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5454 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=5.18
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 4367 0 1 0 473 45 0 0 25 0 9 0 632308157 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4126882853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=0.43
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1363 0 0 0 33 10 0 0 16 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.21
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887300

[startup+12.7026 s]
/proc/loadavg: 2.10 2.02 1.96 3/83 4605
/proc/meminfo: memFree=1401648/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 16 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=12.16
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 9919 0 1 0 1099 117 0 0 18 0 9 0 632308156 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5454 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=11
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 6387 0 1 0 1006 94 0 0 25 0 9 0 632308157 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=0.93
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1363 0 0 0 72 21 0 0 16 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.21
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887300

[startup+25.5029 s]
/proc/loadavg: 2.32 2.07 1.97 3/83 4605
/proc/meminfo: memFree=1243504/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 16 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=24.67
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 13974 0 1 0 2227 240 0 0 18 0 9 0 632308156 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5454 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=22.51
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 10442 0 1 0 2057 194 0 0 25 0 9 0 632308157 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4126886034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=1.92
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1363 0 0 0 148 44 0 0 16 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.21
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.52
Current children cumulated vsize (KiB) 887300

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

[startup+179.303 s]
/proc/loadavg: 3.53 2.61 2.18 4/94 4944
/proc/meminfo: memFree=15568/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 16 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=173
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 63551 0 1 0 15578 1722 0 0 18 0 9 0 632308156 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5455 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=159.75
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 60018 0 1 0 14559 1416 0 0 25 0 9 0 632308157 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4126584884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=13.02
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1364 0 0 0 998 304 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.21
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.3
Current children cumulated vsize (KiB) 887300

[startup+192.103 s]
/proc/loadavg: 3.27 2.60 2.18 4/94 4944
/proc/meminfo: memFree=15632/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 16 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=185.14
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 67411 0 1 0 16666 1848 0 0 18 0 9 0 632308156 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5455 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=171.02
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 63878 0 1 0 15583 1519 0 0 25 0 9 0 632308157 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4126584977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=13.88
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1364 0 0 0 1062 326 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.21
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.44
Current children cumulated vsize (KiB) 887300

[startup+198.503 s]
/proc/loadavg: 3.25 2.60 2.19 3/94 4944
/proc/meminfo: memFree=16336/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 16 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=191.15
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 69313 0 1 0 17210 1905 0 0 18 0 9 0 632308156 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5455 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=176.57
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 65780 0 1 0 16090 1567 0 0 16 0 9 0 632308157 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=14.34
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1364 0 0 0 1099 335 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.21
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.45
Current children cumulated vsize (KiB) 887300

[startup+201.703 s]
/proc/loadavg: 3.23 2.61 2.19 5/94 4944
/proc/meminfo: memFree=15952/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=0.3
/proc/4583/stat : 4583 (sugar) S 4581 4583 4307 0 -1 4194304 974 4212 0 1 3 1 23 3 16 0 1 0 632308120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4583/statm: 3400 797 370 3 0 500 0
[pid=4596] ppid=4583 vsize=5356 CPUtime=0
/proc/4596/stat : 4596 (sh) S 4583 4583 4307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632308156 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4596/statm: 1339 233 193 169 0 50 0
[pid=4597] ppid=4596 vsize=868344 CPUtime=194.05
/proc/4597/stat : 4597 (java) S 4596 4583 4307 0 -1 0 70259 0 1 0 17473 1932 0 0 18 0 9 0 632308156 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4597/statm: 217086 5455 2562 9 0 211633 0
[pid=4597/tid=4598] ppid=4596 vsize=868344 CPUtime=179.27
/proc/4597/task/4598/stat : 4598 (java) R 4596 4583 4307 0 -1 64 66726 0 1 0 16337 1590 0 0 19 0 9 0 632308157 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4126545167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4599] ppid=4596 vsize=868344 CPUtime=14.54
/proc/4597/task/4599/stat : 4599 (java) S 4596 4583 4307 0 -1 64 1364 0 0 0 1115 339 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4600] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4600/stat : 4600 (java) S 4596 4583 4307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4601] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4601/stat : 4601 (java) S 4596 4583 4307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 632308158 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4602] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4602/stat : 4602 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4603] ppid=4596 vsize=868344 CPUtime=0.21
/proc/4597/task/4603/stat : 4603 (java) S 4596 4583 4307 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4604] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4604/stat : 4604 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4597/tid=4605] ppid=4596 vsize=868344 CPUtime=0
/proc/4597/task/4605/stat : 4605 (java) S 4596 4583 4307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 632308160 889184256 5455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.35
Current children cumulated vsize (KiB) 887300

[startup+203.301 s]
/proc/loadavg: 3.23 2.61 2.19 3/84 4944
/proc/meminfo: memFree=197600/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=195.22
/proc/4583/stat : 4583 (sugar) D 4581 4583 4307 0 -1 4194304 996 74824 0 2 3 69 17513 1937 15 0 1 0 632308120 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 195.22
Current children cumulated vsize (KiB) 13600

[startup+203.706 s]
/proc/loadavg: 3.23 2.61 2.19 2/84 4944
/proc/meminfo: memFree=1259104/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=195.26
/proc/4583/stat : 4583 (sugar) D 4581 4583 4307 0 -1 4194304 996 74824 0 2 3 73 17513 1937 15 0 1 0 632308120 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 195.26
Current children cumulated vsize (KiB) 13600

[startup+203.901 s]
/proc/loadavg: 3.23 2.61 2.19 2/84 4944
/proc/meminfo: memFree=1259104/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=195.28
/proc/4583/stat : 4583 (sugar) D 4581 4583 4307 0 -1 4194304 996 74824 0 2 3 75 17513 1937 15 0 1 0 632308120 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 195.28
Current children cumulated vsize (KiB) 13600

[startup+204.001 s]
/proc/loadavg: 3.23 2.61 2.19 2/84 4944
/proc/meminfo: memFree=1259104/2055920 swapFree=4179840/4192956
[pid=4583] ppid=4581 vsize=13600 CPUtime=195.3
/proc/4583/stat : 4583 (sugar) D 4581 4583 4307 0 -1 4194304 996 74824 0 2 3 77 17513 1937 15 0 1 0 632308120 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 195.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 204.066
CPU time (s): 195.327
CPU user time (s): 175.171
CPU system time (s): 20.1559
CPU usage (%): 95.7178
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.171
system time used= 20.1559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75850
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= 423265
involuntary context switches= 409309

runsolver used 0.269958 second user time and 0.686895 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-03 20:53:08
IDJOB=1057485
IDBENCH=54045
IDSOLVER=346
FILE ID=node17/1057485-1215111188
PBS_JOBID= 7877170
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-2-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057485-1215111188/watcher-1057485-1215111188 -o /tmp/evaluation-result-1057485-1215111188/solver-1057485-1215111188 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1057485-1215111188.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7aef82243bc2aebd1c139344929a6be1
RANDOM SEED=179559042

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.234
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.234
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:       1553256 kB
Buffers:         62980 kB
Cached:         337948 kB
SwapCached:       6936 kB
Active:         225212 kB
Inactive:       208712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553256 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          40768 kB
Slab:            53816 kB
Committed_AS:   993224 kB
PageTables:       2048 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= 66548 MiB
End job on node17 at 2008-07-03 20:56:33