Trace number 1072061

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? (TO) 1800.05 1807.53

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-39_ext.xml
MD5SUMa2ca505c65f27aec8f66eb6ea121ac28
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark877.917
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 13:32:52 2008
0.00/0.05	c 0	PID 20626
0.04/0.05	c 0	HOST node20.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1072061-1215171172.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1072061-1215171172.xml' 'HOME/temp.csp'
1.46/1.57	c 2	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.46/1.59	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.59	c 2	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'
1.53/1.67	c 2	Parsing HOME/temp.csp
4.00/4.17	c 4	parsed 175 expressions
4.00/4.18	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.00/4.18	c 4	Converting to clausal form CSP
4.00/4.20	c 4	converted 18 (10%) expressions
4.09/4.24	c 4	converted 35 (20%) expressions
4.09/4.25	c 4	converted 53 (30%) expressions
4.09/4.29	c 4	converted 70 (40%) expressions
4.19/4.33	c 5	converted 88 (50%) expressions
4.29/4.42	c 5	converted 105 (60%) expressions
4.88/5.07	c 5	converted 123 (70%) expressions
5.08/5.30	c 6	converted 140 (80%) expressions
5.37/5.54	c 6	converted 158 (90%) expressions
5.67/5.81	c 6	converted 175 (100%) expressions
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.67/5.82	c 6	Propagation in CSP
5.67/5.82	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.67/5.82	c 6	Simplifing CSP by introducing new Boolean variables
5.67/5.82	c 6	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.67/5.82	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.14	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.97/6.14	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.97/6.15	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.97/6.15	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.97/6.15	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.97/6.15	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.97/6.16	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.97/6.16	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.97/6.16	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.97/6.16	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.97/6.16	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.46/6.62	c 7	8 (10%) CSP clauses are encoded (25195 clauses, 601999 bytes)
6.75/6.97	c 7	15 (20%) CSP clauses are encoded (46853 clauses, 1127827 bytes)
7.16/7.36	c 8	23 (30%) CSP clauses are encoded (71492 clauses, 1743732 bytes)
7.45/7.68	c 8	30 (40%) CSP clauses are encoded (91968 clauses, 2254973 bytes)
7.84/8.08	c 8	38 (50%) CSP clauses are encoded (116812 clauses, 2881660 bytes)
8.25/8.42	c 9	45 (60%) CSP clauses are encoded (138473 clauses, 3452713 bytes)
8.64/8.82	c 9	53 (70%) CSP clauses are encoded (163177 clauses, 4122640 bytes)
8.93/9.16	c 9	60 (80%) CSP clauses are encoded (184764 clauses, 4708326 bytes)
9.33/9.56	c 10	68 (90%) CSP clauses are encoded (209496 clauses, 5379309 bytes)
9.72/9.92	c 10	75 (100%) CSP clauses are encoded (231118 clauses, 5966406 bytes)
9.72/9.92	c 10	75 CSP clauses encoded
9.72/9.92	c 10	Writing map file : HOME/temp.map
9.72/9.92	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.72/9.92	c 10	SAT : 552 SAT variables, 231118 SAT clauses, 5966406 bytes
9.72/9.92	c 10	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.72/9.94	c 10	SOLVING HOME/temp.cnf
9.72/9.94	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1807.51	sh: line 1: 20650 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.00/1807.51	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1807.51	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1807.51	c ERROR INTERRUPTED
1800.00/1807.51	s UNKNOWN
1800.00/1807.51	c 1808	CPU 1797.77 (0.03 0.01 1797.74 2.23)
1800.00/1807.51	c 1808	END Fri Jul  4 14:03:00 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-1072061-1215171172/watcher-1072061-1215171172 -o /tmp/evaluation-result-1072061-1215171172/solver-1072061-1215171172 -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-1072061-1215171172.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.14 2.10 2.05 4/81 20626
/proc/meminfo: memFree=924880/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=12268 CPUtime=0
/proc/20626/stat : 20626 (sugar) R 20624 20626 19214 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1305363126 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20626/statm: 3067 316 241 3 0 167 0

[startup+0.0510259 s]
/proc/loadavg: 2.14 2.10 2.05 4/81 20626
/proc/meminfo: memFree=924880/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=0.04
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1305363126 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.100649 s]
/proc/loadavg: 2.14 2.10 2.05 4/81 20626
/proc/meminfo: memFree=924880/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=0.04
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1305363126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301598 s]
/proc/loadavg: 2.14 2.10 2.05 4/81 20626
/proc/meminfo: memFree=924880/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=0.04
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1305363126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701675 s]
/proc/loadavg: 2.14 2.10 2.05 4/81 20626
/proc/meminfo: memFree=924880/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=0.04
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1305363126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.14 2.10 2.05 3/92 20638
/proc/meminfo: memFree=901680/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=0.04
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1305363126 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 796 370 3 0 500 0
[pid=20629] ppid=20626 vsize=5356 CPUtime=0
/proc/20629/stat : 20629 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305363132 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20629/statm: 1339 233 193 169 0 50 0
[pid=20630] ppid=20629 vsize=864032 CPUtime=1.42
/proc/20630/stat : 20630 (java) S 20629 20626 19214 0 -1 0 9123 0 1 0 135 7 0 0 18 0 9 0 1305363132 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20630/statm: 216008 8275 2527 9 0 210590 0
[pid=20630/tid=20631] ppid=20629 vsize=864032 CPUtime=1.15
/proc/20630/task/20631/stat : 20631 (java) R 20629 20626 19214 0 -1 64 2909 0 1 0 112 3 0 0 25 0 9 0 1305363133 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4126519671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20630/tid=20632] ppid=20629 vsize=864032 CPUtime=0.18
/proc/20630/task/20632/stat : 20632 (java) S 20629 20626 19214 0 -1 64 5201 0 0 0 16 2 0 0 16 0 9 0 1305363134 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20630/tid=20633] ppid=20629 vsize=864032 CPUtime=0
/proc/20630/task/20633/stat : 20633 (java) S 20629 20626 19214 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1305363134 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20630/tid=20634] ppid=20629 vsize=864032 CPUtime=0
/proc/20630/task/20634/stat : 20634 (java) S 20629 20626 19214 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1305363134 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20630/tid=20635] ppid=20629 vsize=864032 CPUtime=0
/proc/20630/task/20635/stat : 20635 (java) S 20629 20626 19214 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1305363137 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20630/tid=20636] ppid=20629 vsize=864032 CPUtime=0.05
/proc/20630/task/20636/stat : 20636 (java) S 20629 20626 19214 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 1305363137 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20630/tid=20637] ppid=20629 vsize=864032 CPUtime=0
/proc/20630/task/20637/stat : 20637 (java) S 20629 20626 19214 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1305363137 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20630/tid=20638] ppid=20629 vsize=864032 CPUtime=0
/proc/20630/task/20638/stat : 20638 (java) S 20629 20626 19214 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1305363137 884768768 8275 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 882988

[startup+3.10215 s]
/proc/loadavg: 2.13 2.09 2.05 4/92 20648
/proc/meminfo: memFree=905392/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=1.53
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 973 9555 0 1 3 1 141 8 16 0 1 0 1305363126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 797 370 3 0 500 0
[pid=20639] ppid=20626 vsize=5356 CPUtime=0
/proc/20639/stat : 20639 (sh) S 20626 20626 19214 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1305363286 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20639/statm: 1339 233 193 169 0 50 0
[pid=20640] ppid=20639 vsize=864076 CPUtime=1.48
/proc/20640/stat : 20640 (java) S 20639 20626 19214 0 -1 0 11134 0 1 0 143 5 0 0 18 0 9 0 1305363286 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 216019 10401 2532 9 0 210601 0
[pid=20640/tid=20641] ppid=20639 vsize=864076 CPUtime=0.85
/proc/20640/task/20641/stat : 20641 (java) R 20639 20626 19214 0 -1 64 2766 0 1 0 83 2 0 0 25 0 9 0 1305363287 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4126415913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20642] ppid=20639 vsize=864076 CPUtime=0.57
/proc/20640/task/20642/stat : 20642 (java) S 20639 20626 19214 0 -1 64 7354 0 0 0 55 2 0 0 16 0 9 0 1305363288 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20639 vsize=864076 CPUtime=0
/proc/20640/task/20643/stat : 20643 (java) S 20639 20626 19214 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1305363288 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20644] ppid=20639 vsize=864076 CPUtime=0
/proc/20640/task/20644/stat : 20644 (java) S 20639 20626 19214 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1305363288 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20639 vsize=864076 CPUtime=0
/proc/20640/task/20645/stat : 20645 (java) S 20639 20626 19214 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1305363291 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20646] ppid=20639 vsize=864076 CPUtime=0.04
/proc/20640/task/20646/stat : 20646 (java) S 20639 20626 19214 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 1305363291 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20647] ppid=20639 vsize=864076 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20639 20626 19214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1305363291 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20648] ppid=20639 vsize=864076 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20639 20626 19214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1305363291 884813824 10401 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883032

[startup+6.30278 s]
/proc/loadavg: 2.13 2.09 2.05 3/92 20648
/proc/meminfo: memFree=834288/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=1.53
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 974 9555 0 1 3 1 141 8 15 0 1 0 1305363126 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 797 370 3 0 500 0
[pid=20639] ppid=20626 vsize=5356 CPUtime=0
/proc/20639/stat : 20639 (sh) S 20626 20626 19214 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1305363286 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20639/statm: 1339 233 193 169 0 50 0
[pid=20640] ppid=20639 vsize=864332 CPUtime=4.64
/proc/20640/stat : 20640 (java) S 20639 20626 19214 0 -1 0 32334 0 1 0 449 15 0 0 18 0 9 0 1305363286 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20640/statm: 216083 26470 2564 9 0 210630 0
[pid=20640/tid=20641] ppid=20639 vsize=864332 CPUtime=2.25
/proc/20640/task/20641/stat : 20641 (java) R 20639 20626 19214 0 -1 64 3672 0 1 0 222 3 0 0 25 0 9 0 1305363287 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4126593910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20642] ppid=20639 vsize=864332 CPUtime=2.26
/proc/20640/task/20642/stat : 20642 (java) S 20639 20626 19214 0 -1 64 27610 0 0 0 216 10 0 0 16 0 9 0 1305363288 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20643] ppid=20639 vsize=864332 CPUtime=0
/proc/20640/task/20643/stat : 20643 (java) S 20639 20626 19214 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1305363288 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20644] ppid=20639 vsize=864332 CPUtime=0
/proc/20640/task/20644/stat : 20644 (java) S 20639 20626 19214 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1305363288 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20645] ppid=20639 vsize=864332 CPUtime=0
/proc/20640/task/20645/stat : 20645 (java) S 20639 20626 19214 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1305363291 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20646] ppid=20639 vsize=864332 CPUtime=0.1
/proc/20640/task/20646/stat : 20646 (java) S 20639 20626 19214 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1305363291 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20647] ppid=20639 vsize=864332 CPUtime=0
/proc/20640/task/20647/stat : 20647 (java) S 20639 20626 19214 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1305363291 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20640/tid=20648] ppid=20639 vsize=864332 CPUtime=0
/proc/20640/task/20648/stat : 20648 (java) S 20639 20626 19214 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1305363291 885075968 26470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883288

[startup+12.702 s]
/proc/loadavg: 2.11 2.09 2.04 3/84 20650
/proc/meminfo: memFree=906744/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=8612 CPUtime=2.72
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 2010 0 0 0 130 142 0 0 25 0 1 0 1305364121 8818688 1996 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20650/statm: 2153 1996 40 102 0 2048 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 27568

[startup+25.5016 s]
/proc/loadavg: 2.09 2.09 2.04 3/84 20650
/proc/meminfo: memFree=901944/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=11252 CPUtime=15.4
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 2739 0 0 0 1357 183 0 0 25 0 1 0 1305364121 11522048 2725 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20650/statm: 2813 2725 42 102 0 2708 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 30208

[startup+51.1016 s]
/proc/loadavg: 2.06 2.08 2.04 3/84 20650
/proc/meminfo: memFree=900344/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=12968 CPUtime=40.76
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 3174 0 0 0 3893 183 0 0 25 0 1 0 1305364121 13279232 3160 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20650/statm: 3242 3160 42 102 0 3137 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 31924

[startup+102.307 s]
/proc/loadavg: 2.02 2.06 2.04 3/84 20650
/proc/meminfo: memFree=897400/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0

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

[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=20840 CPUtime=1285.47
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 5851 0 0 0 128356 191 0 0 25 0 1 0 1305364121 21340160 4906 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5210 4906 48 102 0 5105 0
Current children cumulated CPU time (s) 1295.25
Current children cumulated vsize (KiB) 39796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20715
/proc/meminfo: memFree=1505608/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=20840 CPUtime=1345.41
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 5851 0 0 0 134350 191 0 0 25 0 1 0 1305364121 21340160 4906 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5210 4906 48 102 0 5105 0
Current children cumulated CPU time (s) 1355.19
Current children cumulated vsize (KiB) 39796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20715
/proc/meminfo: memFree=1505608/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=20840 CPUtime=1405.36
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 5851 0 0 0 140345 191 0 0 25 0 1 0 1305364121 21340160 4906 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5210 4906 48 102 0 5105 0
Current children cumulated CPU time (s) 1415.14
Current children cumulated vsize (KiB) 39796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20715
/proc/meminfo: memFree=1505224/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=21236 CPUtime=1465.3
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6054 0 0 0 146339 191 0 0 25 0 1 0 1305364121 21745664 5007 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5309 5007 48 102 0 5204 0
Current children cumulated CPU time (s) 1475.08
Current children cumulated vsize (KiB) 40192

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20715
/proc/meminfo: memFree=1505288/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=21236 CPUtime=1525.25
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6054 0 0 0 152334 191 0 0 25 0 1 0 1305364121 21745664 5007 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5309 5007 48 102 0 5204 0
Current children cumulated CPU time (s) 1535.03
Current children cumulated vsize (KiB) 40192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20715
/proc/meminfo: memFree=1505224/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=21236 CPUtime=1585.2
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6063 0 0 0 158329 191 0 0 25 0 1 0 1305364121 21745664 5016 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5309 5016 48 102 0 5204 0
Current children cumulated CPU time (s) 1594.98
Current children cumulated vsize (KiB) 40192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20715
/proc/meminfo: memFree=1504712/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=21500 CPUtime=1645.14
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6251 0 0 0 164323 191 0 0 25 0 1 0 1305364121 22016000 5097 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5375 5097 48 102 0 5270 0
Current children cumulated CPU time (s) 1654.92
Current children cumulated vsize (KiB) 40456

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20721
/proc/meminfo: memFree=1504512/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=21500 CPUtime=1705.09
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6251 0 0 0 170317 192 0 0 25 0 1 0 1305364121 22016000 5097 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5375 5097 48 102 0 5270 0
Current children cumulated CPU time (s) 1714.87
Current children cumulated vsize (KiB) 40456

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20721
/proc/meminfo: memFree=1504576/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=21632 CPUtime=1765.04
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6285 0 0 0 176312 192 0 0 25 0 1 0 1305364121 22151168 5131 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5408 5131 48 102 0 5303 0
Current children cumulated CPU time (s) 1774.82
Current children cumulated vsize (KiB) 40588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20721
/proc/meminfo: memFree=1503808/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=22160 CPUtime=1790.22
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6552 0 0 0 178830 192 0 0 25 0 1 0 1305364121 22691840 5286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5540 5286 48 102 0 5435 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 41116

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20721
/proc/meminfo: memFree=1503808/2055920 swapFree=4122068/4192956
[pid=20626] ppid=20624 vsize=13600 CPUtime=9.78
/proc/20626/stat : 20626 (sugar) S 20624 20626 19214 0 -1 4194304 1022 42260 0 2 3 1 944 30 16 0 1 0 1305363126 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20626/statm: 3400 798 370 3 0 500 0
[pid=20649] ppid=20626 vsize=5356 CPUtime=0
/proc/20649/stat : 20649 (sh) S 20626 20626 19214 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1305364121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20649/statm: 1339 232 193 169 0 50 0
[pid=20650] ppid=20649 vsize=22160 CPUtime=1790.22
/proc/20650/stat : 20650 (picosat) R 20649 20626 19214 0 -1 4194304 6552 0 0 0 178830 192 0 0 25 0 1 0 1305364121 22691840 5286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20650/statm: 5540 5286 48 102 0 5435 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 41116

Child status: 0
Real time (s): 1807.53
CPU time (s): 1800.05
CPU user time (s): 1797.79
CPU system time (s): 2.26066
CPU usage (%): 99.5862
Max. virtual memory (cumulated for all children) (KiB): 893424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.26066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50503
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= 3330
involuntary context switches= 21963

runsolver used 2.00769 second user time and 6.22005 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 13:32:52
IDJOB=1072061
IDBENCH=56226
IDSOLVER=345
FILE ID=node20/1072061-1215171172
PBS_JOBID= 7881492
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-39_ext.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-1072061-1215171172/watcher-1072061-1215171172 -o /tmp/evaluation-result-1072061-1215171172/solver-1072061-1215171172 -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-1072061-1215171172.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a2ca505c65f27aec8f66eb6ea121ac28
RANDOM SEED=10893555

node20.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.263
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.263
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:        925360 kB
Buffers:         62588 kB
Cached:         176448 kB
SwapCached:      64788 kB
Active:         940256 kB
Inactive:       113520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        925360 kB
SwapTotal:     4192956 kB
SwapFree:      4122068 kB
Dirty:            4168 kB
Writeback:           0 kB
Mapped:         830808 kB
Slab:            60308 kB
Committed_AS:  3388548 kB
PageTables:       3564 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= 66544 MiB
End job on node20 at 2008-07-04 14:03:02