Trace number 1056638

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.09 1811.23

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-6_ext.xml
MD5SUM00154bda0b1194082ab1d7418e06c63b
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 benchmark828.509
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.01/0.57	c 0	Sugar v1-13 + HOME/picosat
0.01/0.57	c 0	BEGIN Thu Jul  3 19:21:03 2008
0.01/0.57	c 0	PID 19763
0.01/0.57	c 0	HOST node86.alineos.net
0.01/0.57	c 0	CONVERTING HOME/instance-1056638-1215105662.xml TO HOME/temp.csp
0.01/0.57	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056638-1215105662.xml' 'HOME/temp.csp'
1.22/3.32	c 3	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.22/3.37	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.22/3.37	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'
1.25/3.49	c 3	Parsing HOME/temp.csp
3.50/5.79	c 5	parsed 175 expressions
3.60/5.80	c 5	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.60/5.80	c 5	Converting to clausal form CSP
3.60/5.82	c 5	converted 18 (10%) expressions
3.60/5.85	c 5	converted 35 (20%) expressions
3.60/5.86	c 5	converted 53 (30%) expressions
3.60/5.90	c 5	converted 70 (40%) expressions
3.69/5.93	c 5	converted 88 (50%) expressions
3.80/6.02	c 5	converted 105 (60%) expressions
4.40/6.63	c 6	converted 123 (70%) expressions
4.59/6.84	c 6	converted 140 (80%) expressions
4.79/7.06	c 6	converted 158 (90%) expressions
5.09/7.32	c 7	converted 175 (100%) expressions
5.09/7.32	c 7	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.09/7.32	c 7	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.09/7.32	c 7	Propagation in CSP
5.09/7.32	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.09/7.32	c 7	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.09/7.32	c 7	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.09/7.32	c 7	Simplifing CSP by introducing new Boolean variables
5.09/7.32	c 7	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.09/7.32	c 7	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/7.54	c 7	Encoding CSP to SAT : HOME/temp.cnf
5.28/7.56	c 7	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.28/7.56	c 7	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.28/7.56	c 7	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.28/7.56	c 7	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.28/7.56	c 7	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.28/7.57	c 7	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.28/7.57	c 7	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.28/7.57	c 7	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.28/7.57	c 7	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.28/7.57	c 7	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.68/7.99	c 7	8 (10%) CSP clauses are encoded (25275 clauses, 600377 bytes)
6.08/8.31	c 8	15 (20%) CSP clauses are encoded (46978 clauses, 1141699 bytes)
6.38/8.68	c 8	23 (30%) CSP clauses are encoded (71667 clauses, 1761312 bytes)
6.67/8.97	c 8	30 (40%) CSP clauses are encoded (92057 clauses, 2271292 bytes)
7.08/9.33	c 9	38 (50%) CSP clauses are encoded (116848 clauses, 2909174 bytes)
7.38/9.65	c 9	45 (60%) CSP clauses are encoded (138456 clauses, 3484897 bytes)
7.77/10.02	c 9	53 (70%) CSP clauses are encoded (163139 clauses, 4154420 bytes)
8.07/10.34	c 10	60 (80%) CSP clauses are encoded (184795 clauses, 4742298 bytes)
8.46/10.70	c 10	68 (90%) CSP clauses are encoded (209460 clauses, 5411626 bytes)
8.77/11.03	c 10	75 (100%) CSP clauses are encoded (231038 clauses, 5996931 bytes)
8.77/11.03	c 10	75 CSP clauses encoded
8.77/11.03	c 10	Writing map file : HOME/temp.map
8.77/11.03	c 10	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.77/11.03	c 10	SAT : 552 SAT variables, 231038 SAT clauses, 5996931 bytes
8.77/11.03	c 10	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.77/11.07	c 10	SOLVING HOME/temp.cnf
8.77/11.07	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1811.21	sh: line 1: 19805 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1811.21	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1811.21	c 1810	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.03/1811.22	c ERROR INTERRUPTED
1800.03/1811.22	s UNKNOWN
1800.03/1811.22	c 1810	CPU 1797.88 (0.02 0.01 1797.86 2.16)
1800.03/1811.22	c 1810	END Thu Jul  3 19:51:13 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-1056638-1215105662/watcher-1056638-1215105662 -o /tmp/evaluation-result-1056638-1215105662/solver-1056638-1215105662 -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-1056638-1215105662.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: 0.15 0.03 0.01 3/74 19763
/proc/meminfo: memFree=1537384/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=18572 CPUtime=0
/proc/19763/stat : 19763 (runsolver) D 19761 19763 19697 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 666295199 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240153849127 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/19763/statm: 4643 292 257 25 0 2626 0

[startup+0.0277681 s]
/proc/loadavg: 0.15 0.03 0.01 3/74 19763
/proc/meminfo: memFree=1537384/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=24 CPUtime=0
/proc/19763/stat : 19763 (sugar) D 19761 19763 19697 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 666295199 24576 1 996147200 0 0 548682069413 18446744073709551615 240153849127 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/19763/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.101775 s]
/proc/loadavg: 0.15 0.03 0.01 3/74 19763
/proc/meminfo: memFree=1537384/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=124 CPUtime=0
/proc/19763/stat : 19763 (sugar) D 19761 19763 19697 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 666295199 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 240151229929 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19763/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.301797 s]
/proc/loadavg: 0.15 0.03 0.01 3/74 19763
/proc/meminfo: memFree=1537384/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=12000 CPUtime=0
/proc/19763/stat : 19763 (sugar) D 19761 19763 19697 0 -1 4194304 172 0 8 0 0 0 0 0 18 0 1 0 666295199 12288000 148 996147200 4194304 4206940 548682068608 18446744073709551615 240171905424 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19763/statm: 3000 148 113 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.701847 s]
/proc/loadavg: 0.15 0.03 0.01 3/74 19763
/proc/meminfo: memFree=1537384/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=0.03
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 884 127 16 0 2 1 0 0 16 0 1 0 666295199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50194 s]
/proc/loadavg: 0.15 0.03 0.01 1/84 19779
/proc/meminfo: memFree=1509456/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=0.03
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 884 127 16 0 2 1 0 0 16 0 1 0 666295199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19763/statm: 3400 796 370 3 0 500 0
[pid=19771] ppid=19763 vsize=5356 CPUtime=0
/proc/19771/stat : 19771 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666295256 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1339 233 193 169 0 50 0
[pid=19772] ppid=19771 vsize=864584 CPUtime=0.1
/proc/19772/stat : 19772 (java) S 19771 19763 19697 0 -1 0 3125 0 106 0 6 4 0 0 18 0 9 0 666295257 885334016 2710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19772/statm: 216146 2710 1646 9 0 210728 0
[pid=19772/tid=19773] ppid=19771 vsize=864584 CPUtime=0.07
/proc/19772/task/19773/stat : 19773 (java) D 19771 19763 19697 0 -1 64 2241 0 72 0 4 3 0 0 18 0 9 0 666295273 885334016 2710 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 18446744071563479169 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 883540

[startup+3.10211 s]
/proc/loadavg: 0.15 0.03 0.01 1/98 19793
/proc/meminfo: memFree=1485344/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=0.03
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 884 127 16 0 2 1 0 0 16 0 1 0 666295199 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19763/statm: 3400 796 370 3 0 500 0
[pid=19771] ppid=19763 vsize=5356 CPUtime=0
/proc/19771/stat : 19771 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666295256 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 1339 233 193 169 0 50 0
[pid=19772] ppid=19771 vsize=864584 CPUtime=0.99
/proc/19772/stat : 19772 (java) S 19771 19763 19697 0 -1 0 8528 0 109 0 89 10 0 0 18 0 9 0 666295257 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19772/statm: 216146 7806 2527 9 0 210728 0
[pid=19772/tid=19773] ppid=19771 vsize=864584 CPUtime=0.76
/proc/19772/task/19773/stat : 19773 (java) R 19771 19763 19697 0 -1 64 2785 0 72 0 70 6 0 0 17 0 9 0 666295273 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4126508286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19781] ppid=19771 vsize=864584 CPUtime=0.14
/proc/19772/task/19781/stat : 19781 (java) S 19771 19763 19697 0 -1 64 4756 0 3 0 12 2 0 0 16 0 9 0 666295309 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19784] ppid=19771 vsize=864584 CPUtime=0
/proc/19772/task/19784/stat : 19784 (java) S 19771 19763 19697 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 666295312 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19785] ppid=19771 vsize=864584 CPUtime=0
/proc/19772/task/19785/stat : 19785 (java) S 19771 19763 19697 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 666295312 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19786] ppid=19771 vsize=864584 CPUtime=0
/proc/19772/task/19786/stat : 19786 (java) S 19771 19763 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 666295317 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19787] ppid=19771 vsize=864584 CPUtime=0.05
/proc/19772/task/19787/stat : 19787 (java) S 19771 19763 19697 0 -1 64 323 0 1 0 5 0 0 0 16 0 9 0 666295317 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19788] ppid=19771 vsize=864584 CPUtime=0
/proc/19772/task/19788/stat : 19788 (java) S 19771 19763 19697 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 666295317 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19772/tid=19789] ppid=19771 vsize=864584 CPUtime=0
/proc/19772/task/19789/stat : 19789 (java) S 19771 19763 19697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 666295317 885334016 7806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 883540

[startup+6.30148 s]
/proc/loadavg: 0.54 0.11 0.04 4/98 19803
/proc/meminfo: memFree=1370464/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=1.25
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 957 9397 16 109 2 1 110 12 15 0 1 0 666295199 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 797 370 3 0 500 0
[pid=19794] ppid=19763 vsize=5356 CPUtime=0
/proc/19794/stat : 19794 (sh) S 19763 19763 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 666295536 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19794/statm: 1339 233 193 169 0 50 0
[pid=19795] ppid=19794 vsize=864168 CPUtime=2.85
/proc/19795/stat : 19795 (java) S 19794 19763 19697 0 -1 0 20740 0 2 0 275 10 0 0 19 0 9 0 666295536 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19795/statm: 216042 19964 2540 9 0 210617 0
[pid=19795/tid=19796] ppid=19794 vsize=864168 CPUtime=1.52
/proc/19795/task/19796/stat : 19796 (java) R 19794 19763 19697 0 -1 64 3158 0 2 0 149 3 0 0 25 0 9 0 666295539 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19797] ppid=19794 vsize=864168 CPUtime=1.24
/proc/19795/task/19797/stat : 19797 (java) R 19794 19763 19697 0 -1 64 16554 0 0 0 119 5 0 0 17 0 9 0 666295541 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 104180120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19798] ppid=19794 vsize=864168 CPUtime=0
/proc/19795/task/19798/stat : 19798 (java) S 19794 19763 19697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 666295541 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19799] ppid=19794 vsize=864168 CPUtime=0
/proc/19795/task/19799/stat : 19799 (java) S 19794 19763 19697 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 666295541 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19800] ppid=19794 vsize=864168 CPUtime=0
/proc/19795/task/19800/stat : 19800 (java) S 19794 19763 19697 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 666295543 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19801] ppid=19794 vsize=864168 CPUtime=0.05
/proc/19795/task/19801/stat : 19801 (java) S 19794 19763 19697 0 -1 64 331 0 0 0 5 0 0 0 16 0 9 0 666295543 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19802] ppid=19794 vsize=864168 CPUtime=0
/proc/19795/task/19802/stat : 19802 (java) S 19794 19763 19697 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 666295543 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19795/tid=19803] ppid=19794 vsize=864168 CPUtime=0
/proc/19795/task/19803/stat : 19803 (java) S 19794 19763 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 666295543 884908032 19964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 883124

[startup+12.7022 s]
/proc/loadavg: 0.65 0.15 0.05 3/90 19805
/proc/meminfo: memFree=1405280/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=5592 CPUtime=1.61
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 1311 0 0 0 72 89 0 0 25 0 1 0 666296306 5726208 1297 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 1398 1297 40 102 0 1293 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (KiB) 24548

[startup+25.5016 s]
/proc/loadavg: 1.02 0.25 0.08 3/90 19805
/proc/meminfo: memFree=1376032/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=11120 CPUtime=14.35
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 2706 0 0 0 1256 179 0 0 25 0 1 0 666296306 11386880 2692 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 2780 2692 42 102 0 2675 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 30076

[startup+51.1015 s]
/proc/loadavg: 1.41 0.41 0.14 3/90 19805
/proc/meminfo: memFree=1368544/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=12572 CPUtime=39.82
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 3085 0 0 0 3802 180 0 0 25 0 1 0 666296306 12873728 3071 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 3143 3071 42 102 0 3038 0
Current children cumulated CPU time (s) 48.64
Current children cumulated vsize (KiB) 31528

[startup+102.306 s]
/proc/loadavg: 1.86 0.68 0.24 3/90 19805
/proc/meminfo: memFree=1365472/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=16372 CPUtime=90.77
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 3858 0 0 0 8897 180 0 0 25 0 1 0 666296306 16764928 3774 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 4093 3774 48 102 0 3988 0
Current children cumulated CPU time (s) 99.59
Current children cumulated vsize (KiB) 35328

[startup+162.302 s]
/proc/loadavg: 2.00 0.93 0.36 3/90 19805
/proc/meminfo: memFree=1365472/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=19664 CPUtime=1225.12
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5433 0 0 0 122328 184 0 0 25 0 1 0 666296306 20135936 4599 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 4916 4599 48 102 0 4811 0
Current children cumulated CPU time (s) 1233.94
Current children cumulated vsize (KiB) 38620

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.48 3/90 19805
/proc/meminfo: memFree=1361440/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=19664 CPUtime=1284.83
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5444 0 0 0 128299 184 0 0 25 0 1 0 666296306 20135936 4610 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 4916 4610 48 102 0 4811 0
Current children cumulated CPU time (s) 1293.65
Current children cumulated vsize (KiB) 38620

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/90 19805
/proc/meminfo: memFree=1360736/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=20324 CPUtime=1344.53
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5702 0 0 0 134269 184 0 0 25 0 1 0 666296306 20811776 4771 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5081 4771 48 102 0 4976 0
Current children cumulated CPU time (s) 1353.35
Current children cumulated vsize (KiB) 39280

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/90 19805
/proc/meminfo: memFree=1360736/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=20324 CPUtime=1404.23
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5702 0 0 0 140239 184 0 0 25 0 1 0 666296306 20811776 4771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5081 4771 48 102 0 4976 0
Current children cumulated CPU time (s) 1413.05
Current children cumulated vsize (KiB) 39280

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/90 19805
/proc/meminfo: memFree=1360736/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=20456 CPUtime=1463.94
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5748 0 0 0 146209 185 0 0 25 0 1 0 666296306 20946944 4817 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5114 4817 48 102 0 5009 0
Current children cumulated CPU time (s) 1472.76
Current children cumulated vsize (KiB) 39412

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/90 19805
/proc/meminfo: memFree=1360160/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=20720 CPUtime=1523.64
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5942 0 0 0 152179 185 0 0 25 0 1 0 666296306 21217280 4909 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5180 4909 48 102 0 5075 0
Current children cumulated CPU time (s) 1532.46
Current children cumulated vsize (KiB) 39676

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/90 19805
/proc/meminfo: memFree=1360160/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=20720 CPUtime=1583.34
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5942 0 0 0 158149 185 0 0 25 0 1 0 666296306 21217280 4909 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5180 4909 48 102 0 5075 0
Current children cumulated CPU time (s) 1592.16
Current children cumulated vsize (KiB) 39676

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/90 19805
/proc/meminfo: memFree=1360096/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=20720 CPUtime=1643.05
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 5942 0 0 0 164120 185 0 0 25 0 1 0 666296306 21217280 4909 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5180 4909 48 102 0 5075 0
Current children cumulated CPU time (s) 1651.87
Current children cumulated vsize (KiB) 39676

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/90 19805
/proc/meminfo: memFree=1359776/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=21116 CPUtime=1702.75
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 6129 0 0 0 170090 185 0 0 25 0 1 0 666296306 21622784 4989 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5279 4989 48 102 0 5174 0
Current children cumulated CPU time (s) 1711.57
Current children cumulated vsize (KiB) 40072

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/90 19807
/proc/meminfo: memFree=1359584/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=21116 CPUtime=1762.45
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 6129 0 0 0 176060 185 0 0 25 0 1 0 666296306 21622784 4989 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5279 4989 48 102 0 5174 0
Current children cumulated CPU time (s) 1771.27
Current children cumulated vsize (KiB) 40072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.2 s]
/proc/loadavg: 2.00 1.97 1.68 2/80 19810
/proc/meminfo: memFree=1465136/2055920 swapFree=4178888/4192956
[pid=19763] ppid=19761 vsize=13600 CPUtime=8.82
/proc/19763/stat : 19763 (sugar) S 19761 19763 19697 0 -1 4194304 1006 37030 16 111 2 1 849 30 16 0 1 0 666295199 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19763/statm: 3400 798 370 3 0 500 0
[pid=19804] ppid=19763 vsize=5356 CPUtime=0
/proc/19804/stat : 19804 (sh) S 19763 19763 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 666296306 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19804/statm: 1339 232 193 169 0 50 0
[pid=19805] ppid=19804 vsize=21116 CPUtime=1791.21
/proc/19805/stat : 19805 (picosat) R 19804 19763 19697 0 -1 4194304 6129 0 0 0 178936 185 0 0 25 0 1 0 666296306 21622784 4989 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19805/statm: 5279 4989 48 102 0 5174 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 40072

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

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

Child status: 0
Real time (s): 1811.23
CPU time (s): 1800.09
CPU user time (s): 1797.89
CPU system time (s): 2.19467
CPU usage (%): 99.3849
Max. virtual memory (cumulated for all children) (KiB): 883540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.19467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44898
page faults= 127
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3831
involuntary context switches= 26941

runsolver used 2.06768 second user time and 6.17906 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-03 19:21:02
IDJOB=1056638
IDBENCH=53957
IDSOLVER=345
FILE ID=node86/1056638-1215105662
PBS_JOBID= 7877035
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-6_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-1056638-1215105662/watcher-1056638-1215105662 -o /tmp/evaluation-result-1056638-1215105662/solver-1056638-1215105662 -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-1056638-1215105662.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00154bda0b1194082ab1d7418e06c63b
RANDOM SEED=1196743477

node86.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.220
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.220
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:       1537864 kB
Buffers:          6316 kB
Cached:         462256 kB
SwapCached:       7020 kB
Active:         151536 kB
Inactive:       327264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537864 kB
SwapTotal:     4192956 kB
SwapFree:      4178888 kB
Dirty:            4380 kB
Writeback:           0 kB
Mapped:          14876 kB
Slab:            24304 kB
Committed_AS:  1063976 kB
PageTables:       2148 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= 66520 MiB
End job on node86 at 2008-07-03 19:51:15