Trace number 1086380

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+picosat? 1008.11 1015.15

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.8868
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:25:13 2008
0.00/0.04	c 0	PID 24578
0.00/0.04	c 0	HOST node58.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1086380-1215239113.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086380-1215239113.xml' 'HOME/temp.csp'
2.24/2.24	c 3	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.24/2.25	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.24/2.25	c 3	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'
2.30/2.34	c 3	Parsing HOME/temp.csp
2.30/2.76	c 3	parsed 10000 expressions
2.30/3.05	c 3	parsed 20000 expressions
3.32/3.36	c 4	parsed 30000 expressions
3.62/3.61	c 4	parsed 40000 expressions
3.71/3.74	c 4	parsed 44979 expressions
3.71/3.74	c 4	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.71/3.74	c 4	Converting to clausal form CSP
9.98/10.02	c 10	converted 4498 (10%) expressions
20.94/21.05	c 21	converted 8996 (20%) expressions
31.48/31.66	c 32	converted 13494 (30%) expressions
42.43/42.60	c 43	converted 17992 (40%) expressions
52.29/52.52	c 53	converted 22490 (50%) expressions
62.15/62.49	c 63	converted 26988 (60%) expressions
72.80/73.18	c 74	converted 31486 (70%) expressions
82.26/82.67	c 83	converted 35984 (80%) expressions
91.31/91.70	c 92	converted 40482 (90%) expressions
99.77/100.26	c 101	converted 44979 (100%) expressions
99.77/100.26	c 101	CSP : 9867 integers, 124520 booleans, 273724 clauses, largest domain size 4133
99.77/100.26	c 101	Heap : 224 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
99.77/100.26	c 101	Propagation in CSP
109.13/109.65	c 110	77700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
109.13/109.66	c 110	CSP : 9867 integers, 124520 booleans, 273724 clauses, largest domain size 4133
109.13/109.66	c 110	Heap : 233 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
109.23/109.74	c 110	Simplifing CSP by introducing new Boolean variables
109.73/110.25	c 111	CSP : 9867 integers, 218680 booleans, 367884 clauses, largest domain size 4133
109.73/110.25	c 111	Heap : 270 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
111.23/111.75	c 112	Encoding CSP to SAT : HOME/temp.cnf
141.10/141.74	c 142	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
170.67/171.42	c 172	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
181.70/182.57	c 183	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
185.27/186.13	c 187	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
189.12/190.04	c 190	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
193.04/194.06	c 194	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
196.95/198.08	c 199	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
200.79/201.95	c 202	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
204.51/205.79	c 206	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
208.20/209.59	c 210	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
620.33/624.58	c 625	36789 (10%) CSP clauses are encoded (57322684 clauses, 1321054474 bytes)
955.02/961.18	c 962	73577 (20%) CSP clauses are encoded (84972587 clauses, 2034342425 bytes)
1007.20/1013.54	c 1014	ERROR Exception Too large HOME/temp.cnf
1007.20/1013.54	c 1014	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1007.20/1013.54	c 1014	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1007.20/1013.54	c 1014	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1007.20/1013.54	s UNKNOWN
1007.24/1013.65	c 1014	CPU 994.88 (0.03 0.01 994.85 12.41)
1007.24/1013.65	c 1014	END Sat Jul  5 08:42:07 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-1086380-1215239113/watcher-1086380-1215239113 -o /tmp/evaluation-result-1086380-1215239113/solver-1086380-1215239113 -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/picosat -tmp=HOME/temp HOME/instance-1086380-1215239113.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: 3.03 2.42 2.15 3/70 24578
/proc/meminfo: memFree=1488064/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=12272 CPUtime=0
/proc/24578/stat : 24578 (sugar) R 24576 24578 22432 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 707877744 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226247097342 0 0 4224 0 0 0 0 17 0 0 0
/proc/24578/statm: 3068 327 246 3 0 168 0

[startup+0.043305 s]
/proc/loadavg: 3.03 2.42 2.15 3/70 24578
/proc/meminfo: memFree=1488064/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=0.03
/proc/24578/stat : 24578 (sugar) R 24576 24578 22432 0 -1 4194304 874 127 0 0 2 1 0 0 16 0 1 0 707877744 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226238196383 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104461 s]
/proc/loadavg: 3.03 2.42 2.15 3/70 24578
/proc/meminfo: memFree=1488064/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=0.03
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 707877744 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301354 s]
/proc/loadavg: 3.03 2.42 2.15 3/70 24578
/proc/meminfo: memFree=1488064/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=0.03
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 707877744 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701425 s]
/proc/loadavg: 3.03 2.42 2.15 3/70 24578
/proc/meminfo: memFree=1488064/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=0.03
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 707877744 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 3.03 2.42 2.15 4/80 24611
/proc/meminfo: memFree=1444712/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=0.03
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 707877744 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 796 370 3 0 500 0
[pid=24581] ppid=24578 vsize=5356 CPUtime=0
/proc/24581/stat : 24581 (sh) S 24578 24578 22432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 707877748 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24581/statm: 1339 233 193 169 0 50 0
[pid=24582] ppid=24581 vsize=865688 CPUtime=1.51
/proc/24582/stat : 24582 (java) S 24581 24578 22432 0 -1 0 19446 0 1 0 142 9 0 0 18 0 9 0 707877748 886464512 16522 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24582/statm: 216422 16524 2529 9 0 211004 0
[pid=24582/tid=24583] ppid=24581 vsize=865688 CPUtime=0.7
/proc/24582/task/24583/stat : 24583 (java) R 24581 24578 22432 0 -1 64 3362 0 1 0 68 2 0 0 19 0 9 0 707877749 886464512 16525 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24582/tid=24584] ppid=24581 vsize=865688 CPUtime=0.68
/proc/24582/task/24584/stat : 24584 (java) R 24581 24578 22432 0 -1 64 14888 0 0 0 62 6 0 0 17 0 9 0 707877750 886464512 16527 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24582/tid=24585] ppid=24581 vsize=865688 CPUtime=0
/proc/24582/task/24585/stat : 24585 (java) S 24581 24578 22432 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 707877751 886464512 16528 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24582/tid=24586] ppid=24581 vsize=865688 CPUtime=0
/proc/24582/task/24586/stat : 24586 (java) S 24581 24578 22432 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 707877751 886464512 16530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24582/tid=24590] ppid=24581 vsize=865688 CPUtime=0
/proc/24582/task/24590/stat : 24590 (java) S 24581 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 707877753 886464512 16531 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24582/tid=24591] ppid=24581 vsize=865688 CPUtime=0.11
/proc/24582/task/24591/stat : 24591 (java) S 24581 24578 22432 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 707877753 886464512 16533 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24582/tid=24592] ppid=24581 vsize=865688 CPUtime=0
/proc/24582/task/24592/stat : 24592 (java) S 24581 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 707877753 886464512 16534 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24582/tid=24593] ppid=24581 vsize=865688 CPUtime=0
/proc/24582/task/24593/stat : 24593 (java) S 24581 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 707877753 886464512 16536 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 884644

[startup+3.10182 s]
/proc/loadavg: 3.03 2.42 2.15 3/83 24617
/proc/meminfo: memFree=1411024/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 973 22608 0 1 3 1 213 13 15 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 13600

[startup+6.30237 s]
/proc/loadavg: 3.03 2.43 2.15 3/83 24627
/proc/meminfo: memFree=1441112/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 15 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868404 CPUtime=4
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 12983 0 1 0 391 9 0 0 18 0 9 0 707877970 889245696 11534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24619/statm: 217101 11534 2542 9 0 211676 0
[pid=24619/tid=24620] ppid=24618 vsize=868404 CPUtime=3.07
/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 3122 0 1 0 305 2 0 0 25 0 9 0 707877971 889245696 11534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868404 CPUtime=0.7
/proc/24619/task/24621/stat : 24621 (java) R 24618 24578 22432 0 -1 64 7736 0 0 0 65 5 0 0 15 0 9 0 707877972 889245696 11534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889245696 11534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889245696 11534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889245696 11534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868404 CPUtime=0.2
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1428 0 0 0 20 0 0 0 16 0 9 0 707877974 889245696 11535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889245696 11535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889245696 11535 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 887360

[startup+12.7015 s]
/proc/loadavg: 2.95 2.42 2.15 3/83 24627
/proc/meminfo: memFree=1384792/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 16 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868404 CPUtime=10.37
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 20090 0 1 0 1020 17 0 0 18 0 9 0 707877970 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24619/statm: 217101 14829 2541 9 0 211676 0
[pid=24619/tid=24620] ppid=24618 vsize=868404 CPUtime=8.74
/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 3649 0 1 0 870 4 0 0 25 0 9 0 707877971 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4126636476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868404 CPUtime=1.39
/proc/24619/task/24621/stat : 24621 (java) S 24618 24578 22432 0 -1 64 14314 0 0 0 128 11 0 0 16 0 9 0 707877972 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868404 CPUtime=0.21
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1430 0 0 0 21 0 0 0 15 0 9 0 707877974 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889245696 14829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 887360

[startup+25.5026 s]
/proc/loadavg: 2.80 2.42 2.16 3/84 24628
/proc/meminfo: memFree=1296976/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 16 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868404 CPUtime=23.12
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 31324 0 1 0 2286 26 0 0 18 0 9 0 707877970 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24619/statm: 217101 22188 2541 9 0 211676 0
[pid=24619/tid=24620] ppid=24618 vsize=868404 CPUtime=20.26
/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 4384 0 1 0 2021 5 0 0 25 0 9 0 707877971 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4126635604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868404 CPUtime=2.61
/proc/24619/task/24621/stat : 24621 (java) S 24618 24578 22432 0 -1 64 24804 0 0 0 242 19 0 0 16 0 9 0 707877972 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868404 CPUtime=0.22
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1439 0 0 0 22 0 0 0 15 0 9 0 707877974 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868404 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889245696 22188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 887360

[startup+51.103 s]
/proc/loadavg: 2.53 2.38 2.15 3/84 24628
/proc/meminfo: memFree=1237968/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 16 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868404 CPUtime=48.59
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 50466 0 1 0 4823 36 0 0 18 0 9 0 707877970 889245696 36781 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 9786 0 1 0 91027 1081 0 0 25 0 9 0 707877971 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 102492663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868516 CPUtime=12.58
/proc/24619/task/24621/stat : 24621 (java) S 24618 24578 22432 0 -1 64 82487 0 0 0 1201 57 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868516 CPUtime=0.31
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1485 0 0 0 30 1 0 0 15 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 936.31
Current children cumulated vsize (KiB) 887472

[startup+1002.3 s]
/proc/loadavg: 2.01 2.07 2.08 3/85 24629
/proc/meminfo: memFree=16008/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 16 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868516 CPUtime=993.76
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 94575 0 1 0 98170 1206 0 0 18 0 9 0 707877970 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24619/statm: 217129 73242 2566 9 0 211676 0
[pid=24619/tid=24620] ppid=24618 vsize=868516 CPUtime=980.71
/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 9906 0 1 0 96926 1145 0 0 25 0 9 0 707877971 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4127078496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868516 CPUtime=12.71
/proc/24619/task/24621/stat : 24621 (java) S 24618 24578 22432 0 -1 64 82487 0 0 0 1213 58 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868516 CPUtime=0.31
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1485 0 0 0 30 1 0 0 15 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 996.06
Current children cumulated vsize (KiB) 887472

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

[startup+1004.7 s]
/proc/loadavg: 2.01 2.07 2.08 3/85 24629
/proc/meminfo: memFree=16264/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 16 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868516 CPUtime=996.15
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 94579 0 1 0 98405 1210 0 0 18 0 9 0 707877970 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24619/statm: 217129 73242 2566 9 0 211676 0
[pid=24619/tid=24620] ppid=24618 vsize=868516 CPUtime=983.1
/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 9910 0 1 0 97161 1149 0 0 25 0 9 0 707877971 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4126635070 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868516 CPUtime=12.71
/proc/24619/task/24621/stat : 24621 (java) S 24618 24578 22432 0 -1 64 82487 0 0 0 1213 58 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868516 CPUtime=0.31
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1485 0 0 0 30 1 0 0 15 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.45
Current children cumulated vsize (KiB) 887472

[startup+1011.1 s]
/proc/loadavg: 2.01 2.06 2.08 3/85 24629
/proc/meminfo: memFree=15240/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 16 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868516 CPUtime=1002.51
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 94594 0 1 0 99033 1218 0 0 18 0 9 0 707877970 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24619/statm: 217129 73242 2566 9 0 211676 0
[pid=24619/tid=24620] ppid=24618 vsize=868516 CPUtime=989.44
/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 9925 0 1 0 97787 1157 0 0 25 0 9 0 707877971 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4127080859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868516 CPUtime=12.72
/proc/24619/task/24621/stat : 24621 (java) S 24618 24578 22432 0 -1 64 82487 0 0 0 1214 58 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868516 CPUtime=0.31
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1485 0 0 0 30 1 0 0 15 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1004.81
Current children cumulated vsize (KiB) 887472

[startup+1012.7 s]
/proc/loadavg: 2.01 2.06 2.08 3/85 24629
/proc/meminfo: memFree=16072/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=2.3
/proc/24578/stat : 24578 (sugar) S 24576 24578 22432 0 -1 4194304 974 22608 0 1 3 1 213 13 16 0 1 0 707877744 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24578/statm: 3400 797 370 3 0 500 0
[pid=24618] ppid=24578 vsize=5356 CPUtime=0
/proc/24618/stat : 24618 (sh) S 24578 24578 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 707877970 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24618/statm: 1339 233 193 169 0 50 0
[pid=24619] ppid=24618 vsize=868516 CPUtime=1004.1
/proc/24619/stat : 24619 (java) S 24618 24578 22432 0 -1 0 94598 0 1 0 99189 1221 0 0 18 0 9 0 707877970 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24619/statm: 217129 73242 2566 9 0 211676 0
[pid=24619/tid=24620] ppid=24618 vsize=868516 CPUtime=991.03
/proc/24619/task/24620/stat : 24620 (java) R 24618 24578 22432 0 -1 64 9929 0 1 0 97943 1160 0 0 25 0 9 0 707877971 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4127080853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24621] ppid=24618 vsize=868516 CPUtime=12.73
/proc/24619/task/24621/stat : 24621 (java) S 24618 24578 22432 0 -1 64 82487 0 0 0 1215 58 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24622] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24622/stat : 24622 (java) S 24618 24578 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24623] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24623/stat : 24623 (java) S 24618 24578 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 707877972 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24624] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24624/stat : 24624 (java) S 24618 24578 22432 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24625] ppid=24618 vsize=868516 CPUtime=0.31
/proc/24619/task/24625/stat : 24625 (java) S 24618 24578 22432 0 -1 64 1485 0 0 0 30 1 0 0 15 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24626] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24626/stat : 24626 (java) S 24618 24578 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707877974 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24619/tid=24627] ppid=24618 vsize=868516 CPUtime=0
/proc/24619/task/24627/stat : 24627 (java) S 24618 24578 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707877975 889360384 73242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1006.4
Current children cumulated vsize (KiB) 887472

[startup+1014.3 s]
/proc/loadavg: 2.01 2.06 2.08 3/75 24629
/proc/meminfo: memFree=1242912/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=1007.92
/proc/24578/stat : 24578 (sugar) R 24576 24578 22432 0 -1 4194304 996 117506 0 2 3 63 99485 1241 21 0 1 0 707877744 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24578/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1007.92
Current children cumulated vsize (KiB) 13600

[startup+1014.7 s]
/proc/loadavg: 2.01 2.06 2.08 3/75 24629
/proc/meminfo: memFree=1242912/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=1008.06
/proc/24578/stat : 24578 (sugar) D 24576 24578 22432 0 -1 4194304 996 117506 0 2 3 77 99485 1241 18 0 1 0 707877744 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24578/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1008.06
Current children cumulated vsize (KiB) 13600

[startup+1015.1 s]
/proc/loadavg: 2.01 2.06 2.08 3/75 24629
/proc/meminfo: memFree=1242912/2055920 swapFree=4156368/4192956
[pid=24578] ppid=24576 vsize=13600 CPUtime=1008.09
/proc/24578/stat : 24578 (sugar) D 24576 24578 22432 0 -1 4194304 996 117506 0 2 3 80 99485 1241 18 0 1 0 707877744 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24578/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1008.09
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1015.15
CPU time (s): 1008.11
CPU user time (s): 994.891
CPU system time (s): 13.215
CPU usage (%): 99.3066
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 994.891
system time used= 13.215
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118532
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= 48680
involuntary context switches= 59442

runsolver used 1.25281 second user time and 3.39548 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 08:25:13
IDJOB=1086380
IDBENCH=57810
IDSOLVER=345
FILE ID=node58/1086380-1215239113
PBS_JOBID= 7881888
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086380-1215239113/watcher-1086380-1215239113 -o /tmp/evaluation-result-1086380-1215239113/solver-1086380-1215239113 -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/picosat" -tmp="HOME/temp" HOME/instance-1086380-1215239113.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=317459278

node58.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.261
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.261
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:       1488608 kB
Buffers:        112768 kB
Cached:         326388 kB
SwapCached:      30928 kB
Active:         229448 kB
Inactive:       259040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488608 kB
SwapTotal:     4192956 kB
SwapFree:      4156368 kB
Dirty:            7320 kB
Writeback:           0 kB
Mapped:          54852 kB
Slab:            64436 kB
Committed_AS:  1144020 kB
PageTables:       1720 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= 66540 MiB
End job on node58 at 2008-07-05 08:42:09