Trace number 1087514

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? 807.714 829.483

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-6.xml
MD5SUM018623c1ff10137e5e9ced11ba7df20e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.9547
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/2.29	c 0	Sugar v1-13 + HOME/picosat
0.00/2.29	c 0	BEGIN Sat Jul  5 09:54:41 2008
0.00/2.29	c 0	PID 10089
0.00/2.29	c 0	HOST node91.alineos.net
0.00/2.29	c 0	CONVERTING HOME/instance-1087514-1215244478.xml TO HOME/temp.csp
0.00/2.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087514-1215244478.xml' 'HOME/temp.csp'
3.40/5.70	c 3	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.40/5.75	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.40/5.75	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'
3.44/5.83	c 3	Parsing HOME/temp.csp
3.44/6.25	c 4	parsed 10000 expressions
4.17/6.54	c 4	parsed 20000 expressions
4.47/6.85	c 4	parsed 30000 expressions
4.66/7.09	c 4	parsed 40000 expressions
5.07/7.47	c 5	parsed 50000 expressions
5.36/7.72	c 5	parsed 60000 expressions
5.56/7.96	c 5	parsed 70000 expressions
5.56/7.98	c 5	parsed 70845 expressions
5.56/7.99	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.56/7.99	c 5	Converting to clausal form CSP
14.40/16.80	c 14	converted 7085 (10%) expressions
28.21/30.72	c 28	converted 14169 (20%) expressions
42.13/44.72	c 42	converted 21254 (30%) expressions
56.64/59.34	c 57	converted 28338 (40%) expressions
69.26/72.00	c 69	converted 35423 (50%) expressions
82.08/84.93	c 82	converted 42507 (60%) expressions
96.59/99.53	c 97	converted 49592 (70%) expressions
108.33/111.34	c 109	converted 56676 (80%) expressions
119.16/122.25	c 120	converted 63761 (90%) expressions
128.90/132.07	c 129	converted 70845 (100%) expressions
128.90/132.08	c 129	CSP : 19753 integers, 209502 booleans, 471065 clauses, largest domain size 2217
128.90/132.08	c 129	Heap : 401 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.90/132.08	c 129	Propagation in CSP
145.40/148.64	c 146	21400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
145.40/148.65	c 146	CSP : 19753 integers, 209502 booleans, 471065 clauses, largest domain size 2217
145.40/148.65	c 146	Heap : 430 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
145.50/148.79	c 146	Simplifing CSP by introducing new Boolean variables
148.49/151.75	c 149	CSP : 19753 integers, 355112 booleans, 616675 clauses, largest domain size 2217
148.49/151.75	c 149	Heap : 469 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
151.17/154.49	c 152	Encoding CSP to SAT : HOME/temp.cnf
181.78/185.25	c 183	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
198.18/201.73	c 199	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
202.21/205.87	c 203	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
206.49/210.15	c 207	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
210.82/215.37	c 213	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
215.17/220.70	c 218	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
219.62/225.13	c 222	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
224.02/230.52	c 228	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
228.39/234.95	c 232	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
232.75/240.22	c 237	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
528.63/543.28	c 541	61668 (10%) CSP clauses are encoded (61280361 clauses, 1395184250 bytes)
789.57/810.15	c 807	123335 (20%) CSP clauses are encoded (88642162 clauses, 2098109102 bytes)
806.90/827.69	c 825	ERROR Exception Too large HOME/temp.cnf
806.90/827.69	c 825	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
806.90/827.69	c 825	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
806.90/827.69	c 825	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
806.90/827.69	s UNKNOWN
807.02/827.84	c 825	CPU 793.52 (0.03 0.01 793.49 13.54)
807.02/827.84	c 825	END Sat Jul  5 10:08:26 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-1087514-1215244478/watcher-1087514-1215244478 -o /tmp/evaluation-result-1087514-1215244478/solver-1087514-1215244478 -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-1087514-1215244478.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: 2.70 3.36 2.92 4/90 10089
/proc/meminfo: memFree=1606168/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=18572 CPUtime=0
/proc/10089/stat : 10089 (runsolver) D 10087 10089 8133 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003414912 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10089/statm: 4643 292 257 25 0 2626 0

[startup+0.0671161 s]
/proc/loadavg: 2.70 3.36 2.92 4/90 10089
/proc/meminfo: memFree=1606168/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=18572 CPUtime=0
/proc/10089/stat : 10089 (runsolver) D 10087 10089 8133 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003414912 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10089/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101117 s]
/proc/loadavg: 2.70 3.36 2.92 4/90 10089
/proc/meminfo: memFree=1606168/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=18572 CPUtime=0
/proc/10089/stat : 10089 (runsolver) D 10087 10089 8133 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003414912 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10089/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.30114 s]
/proc/loadavg: 2.70 3.36 2.92 4/90 10089
/proc/meminfo: memFree=1606168/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=18572 CPUtime=0
/proc/10089/stat : 10089 (runsolver) D 10087 10089 8133 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003414912 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10089/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.701184 s]
/proc/loadavg: 2.70 3.36 2.92 4/90 10089
/proc/meminfo: memFree=1606168/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=124 CPUtime=0
/proc/10089/stat : 10089 (sugar) D 10087 10089 8133 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2003414912 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 251598534121 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/10089/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+1.50127 s]
/proc/loadavg: 2.70 3.36 2.92 2/91 10090
/proc/meminfo: memFree=1605840/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=124 CPUtime=0
/proc/10089/stat : 10089 (sugar) D 10087 10089 8133 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2003414912 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 251598534121 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/10089/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+3.10147 s]
/proc/loadavg: 2.70 3.36 2.92 2/91 10090
/proc/meminfo: memFree=1605456/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=0.03
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003414912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+6.30182 s]
/proc/loadavg: 2.72 3.35 2.92 3/101 10101
/proc/meminfo: memFree=1500224/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 973 33330 0 1 3 1 319 21 15 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 13600

[startup+12.7025 s]
/proc/loadavg: 2.67 3.33 2.91 3/101 10111
/proc/meminfo: memFree=1548672/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 15 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868428 CPUtime=6.89
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 23096 0 1 0 674 15 0 0 20 0 9 0 2003415488 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217107 15968 2541 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868428 CPUtime=5.3
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 3462 0 1 0 527 3 0 0 25 0 9 0 2003415489 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4126641491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868428 CPUtime=1.35
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 17449 0 0 0 125 10 0 0 16 0 9 0 2003415490 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868428 CPUtime=0.22
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1489 0 0 0 21 1 0 0 15 0 9 0 2003415492 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) S 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889270272 15968 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 887384

[startup+25.503 s]
/proc/loadavg: 2.52 3.27 2.90 4/101 10111
/proc/meminfo: memFree=1512064/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 16 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868428 CPUtime=19.6
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 35801 0 1 0 1936 24 0 0 20 0 9 0 2003415488 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217107 24856 2541 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868428 CPUtime=16.65
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 4139 0 1 0 1661 4 0 0 25 0 9 0 2003415489 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4126574166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868428 CPUtime=2.69
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 29468 0 0 0 252 17 0 0 16 0 9 0 2003415490 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868428 CPUtime=0.23
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1498 0 0 0 22 1 0 0 15 0 9 0 2003415492 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) S 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889270272 24856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.04
Current children cumulated vsize (KiB) 887384

[startup+51.1028 s]
/proc/loadavg: 2.40 3.18 2.88 3/101 10111
/proc/meminfo: memFree=1435200/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 16 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868428 CPUtime=45.05
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 59463 0 1 0 4466 39 0 0 20 0 9 0 2003415488 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217107 44044 2541 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868428 CPUtime=39.67
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 5104 0 1 0 3961 6 0 0 25 0 9 0 2003415489 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4126571562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868428 CPUtime=5.11
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 52163 0 0 0 481 30 0 0 16 0 9 0 2003415490 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868428 CPUtime=0.23
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1500 0 0 0 22 1 0 0 16 0 9 0 2003415492 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) R 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889270272 44044 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.49
Current children cumulated vsize (KiB) 887384

[startup+102.308 s]
/proc/loadavg: 2.17 2.99 2.83 3/101 10111
/proc/meminfo: memFree=1283072/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 16 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868428 CPUtime=95.94
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 106220 0 1 0 9525 69 0 0 20 0 9 0 2003415488 889270272 81678 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217107 81678 2541 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868428 CPUtime=84.58
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 8215 0 1 0 8449 9 0 0 25 0 9 0 2003415489 889270272 81678 996147200 134512640 134550740 4294955952 18446744073709551615 4126571695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868428 CPUtime=11.1
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 95809 0 0 0 1053 57 0 0 16 0 9 0 2003415490 889270272 81678 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 81678 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889270272 81678 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868428 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889270272 81678 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868428 CPUtime=0.23
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1500 0 0 0 22 1 0 0 16 0 9 0 2003415492 889270272 81678 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10103/tid=10109] ppid=10102 vsize=868540 CPUtime=0.33
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1549 0 0 0 31 2 0 0 17 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) S 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 684.57
Current children cumulated vsize (KiB) 887496

[startup+762.307 s]
/proc/loadavg: 3.23 3.37 3.17 3/101 10144
/proc/meminfo: memFree=15808/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 16 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868540 CPUtime=739.88
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 152904 0 1 0 72764 1224 0 0 20 0 9 0 2003415488 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217135 123863 2566 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868540 CPUtime=718.27
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 11732 0 1 0 70695 1132 0 0 25 0 9 0 2003415489 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4126638523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868540 CPUtime=21.24
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 138927 0 0 0 2036 88 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868540 CPUtime=0.33
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1549 0 0 0 31 2 0 0 17 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) S 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 743.32
Current children cumulated vsize (KiB) 887496

[startup+822.302 s]
/proc/loadavg: 2.93 3.26 3.15 3/101 10144
/proc/meminfo: memFree=15296/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 16 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868540 CPUtime=798.21
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 152994 0 1 0 78503 1318 0 0 20 0 9 0 2003415488 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217135 123863 2566 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868540 CPUtime=776.45
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 11822 0 1 0 76419 1226 0 0 25 0 9 0 2003415489 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868540 CPUtime=21.38
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 138927 0 0 0 2050 88 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868540 CPUtime=0.33
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1549 0 0 0 31 2 0 0 17 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) S 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.65
Current children cumulated vsize (KiB) 887496

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

[startup+825.503 s]
/proc/loadavg: 2.85 3.24 3.14 3/101 10144
/proc/meminfo: memFree=16000/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 16 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868540 CPUtime=801.38
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 152999 0 1 0 78815 1323 0 0 20 0 9 0 2003415488 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217135 123863 2566 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868540 CPUtime=779.62
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 11827 0 1 0 76731 1231 0 0 25 0 9 0 2003415489 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4126638502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868540 CPUtime=21.39
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 138927 0 0 0 2051 88 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868540 CPUtime=0.33
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1549 0 0 0 31 2 0 0 17 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) S 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 804.82
Current children cumulated vsize (KiB) 887496

[startup+827.102 s]
/proc/loadavg: 2.85 3.24 3.14 3/101 10144
/proc/meminfo: memFree=15872/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=3.44
/proc/10089/stat : 10089 (sugar) S 10087 10089 8133 0 -1 4194304 974 33330 0 1 3 1 319 21 16 0 1 0 2003414912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10089/statm: 3400 797 370 3 0 500 0
[pid=10102] ppid=10089 vsize=5356 CPUtime=0
/proc/10102/stat : 10102 (sh) S 10089 10089 8133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003415488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10102/statm: 1339 233 193 169 0 50 0
[pid=10103] ppid=10102 vsize=868540 CPUtime=802.96
/proc/10103/stat : 10103 (java) S 10102 10089 8133 0 -1 0 153000 0 1 0 78972 1324 0 0 20 0 9 0 2003415488 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10103/statm: 217135 123863 2566 9 0 211682 0
[pid=10103/tid=10104] ppid=10102 vsize=868540 CPUtime=781.2
/proc/10103/task/10104/stat : 10104 (java) R 10102 10089 8133 0 -1 64 11828 0 1 0 76888 1232 0 0 25 0 9 0 2003415489 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4127030800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10105] ppid=10102 vsize=868540 CPUtime=21.39
/proc/10103/task/10105/stat : 10105 (java) S 10102 10089 8133 0 -1 64 138927 0 0 0 2051 88 0 0 17 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10103/tid=10106] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10106/stat : 10106 (java) S 10102 10089 8133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10107] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10107/stat : 10107 (java) S 10102 10089 8133 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003415490 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10108] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10108/stat : 10108 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10109] ppid=10102 vsize=868540 CPUtime=0.33
/proc/10103/task/10109/stat : 10109 (java) S 10102 10089 8133 0 -1 64 1549 0 0 0 31 2 0 0 17 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10110] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10110/stat : 10110 (java) S 10102 10089 8133 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10103/tid=10111] ppid=10102 vsize=868540 CPUtime=0
/proc/10103/task/10111/stat : 10111 (java) R 10102 10089 8133 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003415492 889384960 123863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 806.4
Current children cumulated vsize (KiB) 887496

[startup+828.702 s]
/proc/loadavg: 2.85 3.24 3.14 3/91 10144
/proc/meminfo: memFree=1262800/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=807.64
/proc/10089/stat : 10089 (sugar) R 10087 10089 8133 0 -1 4194304 996 186629 0 2 3 58 79349 1354 18 0 1 0 2003414912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10089/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 807.64
Current children cumulated vsize (KiB) 13600

[startup+829.102 s]
/proc/loadavg: 2.85 3.24 3.14 3/91 10144
/proc/meminfo: memFree=1262800/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=807.67
/proc/10089/stat : 10089 (sugar) D 10087 10089 8133 0 -1 4194304 996 186629 0 2 3 61 79349 1354 18 0 1 0 2003414912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10089/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 807.67
Current children cumulated vsize (KiB) 13600

[startup+829.302 s]
/proc/loadavg: 2.79 3.22 3.14 2/91 10144
/proc/meminfo: memFree=1625296/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=807.68
/proc/10089/stat : 10089 (sugar) D 10087 10089 8133 0 -1 4194304 996 186629 0 2 3 62 79349 1354 18 0 1 0 2003414912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10089/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 807.68
Current children cumulated vsize (KiB) 13600

[startup+829.407 s]
/proc/loadavg: 2.79 3.22 3.14 2/91 10144
/proc/meminfo: memFree=1625296/2055920 swapFree=4176360/4192956
[pid=10089] ppid=10087 vsize=13600 CPUtime=807.69
/proc/10089/stat : 10089 (sugar) D 10087 10089 8133 0 -1 4194304 996 186629 0 2 3 63 79349 1354 18 0 1 0 2003414912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/10089/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 807.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 829.483
CPU time (s): 807.714
CPU user time (s): 793.531
CPU system time (s): 14.1828
CPU usage (%): 97.3756
Max. virtual memory (cumulated for all children) (KiB): 898640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 793.531
system time used= 14.1828
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187655
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= 37068
involuntary context switches= 45999

runsolver used 1.13483 second user time and 3.11153 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 09:54:38
IDJOB=1087514
IDBENCH=58004
IDSOLVER=345
FILE ID=node91/1087514-1215244478
PBS_JOBID= 7881938
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-6.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-1087514-1215244478/watcher-1087514-1215244478 -o /tmp/evaluation-result-1087514-1215244478/solver-1087514-1215244478 -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-1087514-1215244478.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 018623c1ff10137e5e9ced11ba7df20e
RANDOM SEED=1305910153

node91.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1606584 kB
Buffers:          2928 kB
Cached:          46744 kB
SwapCached:       7652 kB
Active:         394224 kB
Inactive:         9296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606584 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:           10760 kB
Writeback:           0 kB
Mapped:         370024 kB
Slab:            29656 kB
Committed_AS: 12989356 kB
PageTables:       2976 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= 66440 MiB
End job on node91 at 2008-07-05 10:08:28