Trace number 1126260

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 193.049 1210.52

General information on the benchmark

Namemaxcsp/maxclique/
normalized-c-fat500-2_ext.xml
MD5SUM3750a8afe7686449b5428510761c6d7a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints474
Best CPU time to get the best result obtained on this benchmark22.0556
Satisfiable
(Un)Satisfiability was proved
Number of variables501
Number of constraints116111
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension116111
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.19	c 0	Sugar v1-13 + HOME/minisat
0.03/0.21	c 0	BEGIN Thu Aug  7 21:00:28 2008
0.03/0.21	c 0	PID 19832
0.03/0.23	c 0	HOST node76.alineos.net
0.03/0.23	c 0	CONVERTING HOME/instance-1126260-1218135627.xml TO HOME/temp.csp
0.03/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126260-1218135627.xml' 'HOME/temp.csp'
3.50/3.81	c 4	2 domains, 501 variables, 0 predicates, 2 relations, 116111 constraints
3.50/3.86	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.50/3.86	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.54/3.93	c 4	Parsing HOME/temp.csp
3.54/4.19	c 4	parsed 10000 expressions
4.02/4.38	c 4	parsed 20000 expressions
4.21/4.58	c 4	parsed 30000 expressions
4.41/4.73	c 5	parsed 40000 expressions
4.62/4.95	c 5	parsed 50000 expressions
4.82/5.10	c 5	parsed 60000 expressions
4.92/5.25	c 5	parsed 70000 expressions
5.22/5.53	c 5	parsed 80000 expressions
5.31/5.69	c 6	parsed 90000 expressions
5.52/5.84	c 6	parsed 100000 expressions
5.62/5.99	c 6	parsed 110000 expressions
5.72/6.09	c 6	parsed 116616 expressions
5.72/6.10	c 6	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.83/7.17	c 7	MAX CSP: 116111 constraints
6.83/7.17	c 7	Converting to clausal form CSP
7.44/7.62	c 7	converted 23273 (10%) expressions
7.63/7.89	c 8	converted 46546 (20%) expressions
7.93/8.16	c 8	converted 69819 (30%) expressions
8.92/9.17	c 9	converted 93092 (40%) expressions
9.23/9.49	c 9	converted 116365 (50%) expressions
9.53/9.75	c 10	converted 139638 (60%) expressions
9.82/10.02	c 10	converted 162911 (70%) expressions
10.12/10.33	c 10	converted 186184 (80%) expressions
10.42/10.60	c 10	converted 209457 (90%) expressions
24.50/24.74	c 25	converted 232730 (100%) expressions
24.50/24.77	c 25	CSP : 232723 integers, 0 booleans, 348332 clauses, largest domain size 174167
24.50/24.77	c 25	Heap : 319 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.50/24.77	c 25	Propagation in CSP
28.60/28.86	c 29	116101 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.60/28.88	c 29	CSP : 232723 integers, 0 booleans, 348332 clauses, largest domain size 116112
28.60/28.88	c 29	Heap : 317 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.71/28.97	c 29	Simplifing CSP by introducing new Boolean variables
28.81/29.08	c 29	CSP : 232723 integers, 0 booleans, 348332 clauses, largest domain size 116112
28.81/29.08	c 29	Heap : 339 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.21/30.45	c 30	Encoding CSP to SAT : HOME/temp.cnf
30.33/30.52	c 30	23273 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.33/30.54	c 30	46545 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.33/30.57	c 30	69817 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.43/30.60	c 30	93090 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.43/30.63	c 30	116362 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.92/31.11	c 31	139634 (60%) CSP integer variables are encoded (399372 clauses, 6789388 bytes)
31.32/31.50	c 31	162907 (70%) CSP integer variables are encoded (731669 clauses, 12438437 bytes)
31.72/31.96	c 32	186179 (80%) CSP integer variables are encoded (1109607 clauses, 19424670 bytes)
32.12/32.37	c 32	209451 (90%) CSP integer variables are encoded (1441446 clauses, 25729611 bytes)
34.51/34.78	c 35	232723 (100%) CSP integer variables are encoded (3584491 clauses, 66447466 bytes)
35.24/35.41	c 35	34834 (10%) CSP clauses are encoded (3619325 clauses, 66986011 bytes)
35.83/36.13	c 36	69667 (20%) CSP clauses are encoded (3654158 clauses, 67571237 bytes)
36.42/36.77	c 37	104500 (30%) CSP clauses are encoded (3688991 clauses, 68167925 bytes)
147.85/786.59	c 786	139333 (40%) CSP clauses are encoded (70066448 clauses, 1692154706 bytes)
192.12/1158.79	c 1159	ERROR Exception Too large HOME/temp.cnf
192.12/1158.79	c 1159	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
192.12/1158.79	c 1159	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
192.12/1158.79	c 1159	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
192.12/1158.79	s UNKNOWN
192.27/1168.03	c 1168	CPU 177.68 (0.03 0.01 177.65 14.6)
192.27/1168.03	c 1168	END Thu Aug  7 21:19:56 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1126260-1218135627/watcher-1126260-1218135627 -o /tmp/evaluation-result-1126260-1218135627/solver-1126260-1218135627 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1126260-1218135627.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.71 4.77 4.31 3/83 19832
/proc/meminfo: memFree=1361688/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=18572 CPUtime=0
/proc/19832/stat : 19832 (runsolver) D 19830 19832 19200 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140649009 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/19832/statm: 4643 292 257 25 0 2626 0

[startup+0.061222 s]
/proc/loadavg: 3.71 4.77 4.31 3/83 19832
/proc/meminfo: memFree=1361688/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=12272 CPUtime=0
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 140649009 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/19832/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101226 s]
/proc/loadavg: 3.71 4.77 4.31 3/83 19832
/proc/meminfo: memFree=1361688/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=12272 CPUtime=0
/proc/19832/stat : 19832 (sugar) R 19830 19832 19200 0 -1 4194304 367 0 0 0 0 0 0 0 18 0 1 0 140649009 12566528 335 996147200 4194304 4206940 548682068592 18446744073709551615 265691634112 0 0 4224 0 0 0 0 17 1 0 0
/proc/19832/statm: 3068 335 250 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301249 s]
/proc/loadavg: 3.71 4.77 4.31 3/83 19832
/proc/meminfo: memFree=1361688/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=0.03
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140649009 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701298 s]
/proc/loadavg: 3.71 4.77 4.31 3/83 19832
/proc/meminfo: memFree=1361688/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=0.03
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140649009 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50238 s]
/proc/loadavg: 3.71 4.77 4.31 2/94 19844
/proc/meminfo: memFree=1328824/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=0.03
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140649009 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 796 370 3 0 500 0
[pid=19835] ppid=19832 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19832 19832 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140649032 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19835/statm: 1339 233 193 169 0 50 0
[pid=19836] ppid=19835 vsize=865684 CPUtime=1.13
/proc/19836/stat : 19836 (java) S 19835 19832 19200 0 -1 0 14706 0 56 0 103 10 0 0 18 0 9 0 140649033 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216421 12315 2529 9 0 211003 0
[pid=19836/tid=19837] ppid=19835 vsize=865684 CPUtime=0.6
/proc/19836/task/19837/stat : 19837 (java) R 19835 19832 19200 0 -1 64 3002 0 25 0 57 3 0 0 17 0 9 0 140649041 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4126547226 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19838] ppid=19835 vsize=865684 CPUtime=0.41
/proc/19836/task/19838/stat : 19838 (java) S 19835 19832 19200 0 -1 64 10560 0 0 0 37 4 0 0 17 0 9 0 140649052 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19835 vsize=865684 CPUtime=0
/proc/19836/task/19839/stat : 19839 (java) S 19835 19832 19200 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140649053 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19835 vsize=865684 CPUtime=0
/proc/19836/task/19840/stat : 19840 (java) S 19835 19832 19200 0 -1 64 9 0 1 0 0 0 0 0 15 0 9 0 140649053 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19835 vsize=865684 CPUtime=0
/proc/19836/task/19841/stat : 19841 (java) S 19835 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140649055 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19842] ppid=19835 vsize=865684 CPUtime=0.08
/proc/19836/task/19842/stat : 19842 (java) S 19835 19832 19200 0 -1 64 476 0 0 0 8 0 0 0 16 0 9 0 140649055 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19835 vsize=865684 CPUtime=0
/proc/19836/task/19843/stat : 19843 (java) S 19835 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140649055 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19835 vsize=865684 CPUtime=0
/proc/19836/task/19844/stat : 19844 (java) S 19835 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649055 886460416 12315 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 884640

[startup+3.10256 s]
/proc/loadavg: 3.71 4.77 4.31 2/94 19844
/proc/meminfo: memFree=1283448/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=0.03
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 140649009 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 796 370 3 0 500 0
[pid=19835] ppid=19832 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19832 19832 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140649032 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19835/statm: 1339 233 193 169 0 50 0
[pid=19836] ppid=19835 vsize=865704 CPUtime=2.75
/proc/19836/stat : 19836 (java) S 19835 19832 19200 0 -1 0 32401 0 56 0 258 17 0 0 18 0 9 0 140649033 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19836/statm: 216426 27053 2529 9 0 211008 0
[pid=19836/tid=19837] ppid=19835 vsize=865704 CPUtime=1.36
/proc/19836/task/19837/stat : 19837 (java) R 19835 19832 19200 0 -1 64 3860 0 25 0 133 3 0 0 17 0 9 0 140649041 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 102481610 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19838] ppid=19835 vsize=865704 CPUtime=1.24
/proc/19836/task/19838/stat : 19838 (java) S 19835 19832 19200 0 -1 64 27375 0 0 0 113 11 0 0 17 0 9 0 140649052 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19839] ppid=19835 vsize=865704 CPUtime=0
/proc/19836/task/19839/stat : 19839 (java) S 19835 19832 19200 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140649053 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19840] ppid=19835 vsize=865704 CPUtime=0
/proc/19836/task/19840/stat : 19840 (java) S 19835 19832 19200 0 -1 64 9 0 1 0 0 0 0 0 16 0 9 0 140649053 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19841] ppid=19835 vsize=865704 CPUtime=0
/proc/19836/task/19841/stat : 19841 (java) S 19835 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140649055 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19842] ppid=19835 vsize=865704 CPUtime=0.11
/proc/19836/task/19842/stat : 19842 (java) S 19835 19832 19200 0 -1 64 498 0 0 0 11 0 0 0 16 0 9 0 140649055 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19836/tid=19843] ppid=19835 vsize=865704 CPUtime=0
/proc/19836/task/19843/stat : 19843 (java) S 19835 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140649055 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19836/tid=19844] ppid=19835 vsize=865704 CPUtime=0
/proc/19836/task/19844/stat : 19844 (java) S 19835 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649055 886480896 27053 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 884660

[startup+6.30277 s]
/proc/loadavg: 3.57 4.73 4.30 2/94 19854
/proc/meminfo: memFree=1319928/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=3.54
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 974 34347 0 56 3 1 329 21 16 0 1 0 140649009 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 797 370 3 0 500 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140649396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=866068 CPUtime=2.48
/proc/19846/stat : 19846 (java) S 19845 19832 19200 0 -1 0 14926 0 1 0 240 8 0 0 20 0 9 0 140649396 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19846/statm: 216517 12927 2540 9 0 211092 0
[pid=19846/tid=19847] ppid=19845 vsize=866068 CPUtime=1.54
/proc/19846/task/19847/stat : 19847 (java) S 19845 19832 19200 0 -1 64 2996 0 1 0 153 1 0 0 16 0 9 0 140649397 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19848] ppid=19845 vsize=866068 CPUtime=0.84
/proc/19846/task/19848/stat : 19848 (java) R 19845 19832 19200 0 -1 64 10878 0 0 0 79 5 0 0 17 0 9 0 140649398 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19849] ppid=19845 vsize=866068 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19200 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140649398 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19850] ppid=19845 vsize=866068 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19200 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140649398 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19851] ppid=19845 vsize=866068 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19852] ppid=19845 vsize=866068 CPUtime=0.07
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19200 0 -1 64 356 0 0 0 7 0 0 0 16 0 9 0 140649400 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=866068 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19854] ppid=19845 vsize=866068 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649400 886853632 12927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 885024

[startup+12.7026 s]
/proc/loadavg: 3.44 4.68 4.29 2/94 19854
/proc/meminfo: memFree=1164920/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=3.54
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 974 34347 0 56 3 1 329 21 16 0 1 0 140649009 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 797 370 3 0 500 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140649396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=869272 CPUtime=8.98
/proc/19846/stat : 19846 (java) S 19845 19832 19200 0 -1 0 75163 0 1 0 864 34 0 0 20 0 9 0 140649396 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19846/statm: 217318 49639 2540 9 0 211893 0
[pid=19846/tid=19847] ppid=19845 vsize=869272 CPUtime=4.17
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19200 0 -1 64 5461 0 1 0 414 3 0 0 17 0 9 0 140649397 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4126935383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19848] ppid=19845 vsize=869272 CPUtime=4.6
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19200 0 -1 64 67512 0 0 0 431 29 0 0 17 0 9 0 140649398 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19849] ppid=19845 vsize=869272 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140649398 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=869272 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140649398 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=869272 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19852] ppid=19845 vsize=869272 CPUtime=0.18
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19200 0 -1 64 1494 0 0 0 18 0 0 0 16 0 9 0 140649400 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=869272 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19854] ppid=19845 vsize=869272 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649400 890134528 49639 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 888228

[startup+25.501 s]
/proc/loadavg: 2.90 4.50 4.23 2/94 19854
/proc/meminfo: memFree=999480/2055920 swapFree=4028780/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=3.54
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 974 34347 0 56 3 1 329 21 16 0 1 0 140649009 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 797 370 3 0 500 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140649396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=869272 CPUtime=21.77
/proc/19846/stat : 19846 (java) S 19845 19832 19200 0 -1 0 126111 0 1 0 2119 58 0 0 20 0 9 0 140649396 890134528 90430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19846/statm: 217318 90430 2540 9 0 211893 0
[pid=19846/tid=19847] ppid=19845 vsize=869272 CPUtime=13.36
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19200 0 -1 64 7237 0 1 0 1332 4 0 0 17 0 9 0 140649397 890134528 90430 996147200 134512640 134550740 4294955936 18446744073709551615 4127033121 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19848] ppid=19845 vsize=869272 CPUtime=8.16
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19200 0 -1 64 116662 0 0 0 764 52 0 0 16 0 9 0 140649398 890134528 90430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19849] ppid=19845 vsize=869272 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140649398 890134528 90430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=869272 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140649398 890134528 90430 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.86
Current children cumulated vsize (KiB) 888340

[startup+1002.3 s]
/proc/loadavg: 4.93 4.51 4.38 1/104 19876
/proc/meminfo: memFree=27552/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=3.54
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 974 34347 0 56 3 1 329 21 16 0 1 0 140649009 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 797 370 3 0 500 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140649396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=869384 CPUtime=153.32
/proc/19846/stat : 19846 (java) S 19845 19832 19200 0 -1 0 130289 0 1 0 14186 1146 0 0 20 0 9 0 140649396 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19846/statm: 217346 90950 2567 9 0 211893 0
[pid=19846/tid=19847] ppid=19845 vsize=869384 CPUtime=141.59
/proc/19846/task/19847/stat : 19847 (java) D 19845 19832 19200 0 -1 64 8801 0 1 0 13079 1080 0 0 17 0 9 0 140649397 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=19846/tid=19848] ppid=19845 vsize=869384 CPUtime=11.41
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19200 0 -1 64 119223 0 0 0 1077 64 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19849] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19852] ppid=19845 vsize=869384 CPUtime=0.28
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19200 0 -1 64 1569 0 0 0 28 0 0 0 16 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19854] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.86
Current children cumulated vsize (KiB) 888340

[startup+1062.3 s]
/proc/loadavg: 4.97 4.60 4.42 1/104 19876
/proc/meminfo: memFree=30880/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=3.54
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 974 34347 0 56 3 1 329 21 16 0 1 0 140649009 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 797 370 3 0 500 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140649396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=869384 CPUtime=153.32
/proc/19846/stat : 19846 (java) S 19845 19832 19200 0 -1 0 130289 0 1 0 14186 1146 0 0 20 0 9 0 140649396 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19846/statm: 217346 90950 2567 9 0 211893 0
[pid=19846/tid=19847] ppid=19845 vsize=869384 CPUtime=141.59
/proc/19846/task/19847/stat : 19847 (java) D 19845 19832 19200 0 -1 64 8801 0 1 0 13079 1080 0 0 17 0 9 0 140649397 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=19846/tid=19848] ppid=19845 vsize=869384 CPUtime=11.41
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19200 0 -1 64 119223 0 0 0 1077 64 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19849] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19852] ppid=19845 vsize=869384 CPUtime=0.28
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19200 0 -1 64 1569 0 0 0 28 0 0 0 16 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19854] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.86
Current children cumulated vsize (KiB) 888340

[startup+1122.3 s]
/proc/loadavg: 4.33 4.52 4.41 2/100 19876
/proc/meminfo: memFree=16256/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=3.54
/proc/19832/stat : 19832 (sugar) S 19830 19832 19200 0 -1 4194304 974 34347 0 56 3 1 329 21 16 0 1 0 140649009 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 3400 797 370 3 0 500 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140649396 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=869384 CPUtime=160.92
/proc/19846/stat : 19846 (java) S 19845 19832 19200 0 -1 0 130379 0 1 0 14886 1206 0 0 20 0 9 0 140649396 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19846/statm: 217346 90950 2567 9 0 211893 0
[pid=19846/tid=19847] ppid=19845 vsize=869384 CPUtime=149.12
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19200 0 -1 64 8891 0 1 0 13772 1140 0 0 17 0 9 0 140649397 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19848] ppid=19845 vsize=869384 CPUtime=11.48
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19200 0 -1 64 119223 0 0 0 1084 64 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19849] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140649398 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19852] ppid=19845 vsize=869384 CPUtime=0.28
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19200 0 -1 64 1569 0 0 0 28 0 0 0 16 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19854] ppid=19845 vsize=869384 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140649400 890249216 90950 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.46
Current children cumulated vsize (KiB) 888340

[startup+1182.3 s]
/proc/loadavg: 4.66 4.58 4.43 1/85 19882
/proc/meminfo: memFree=370432/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=192.29
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 1 17765 1460 15 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 192.29
Current children cumulated vsize (KiB) 13600

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

[startup+1190.3 s]
/proc/loadavg: 4.25 4.49 4.40 1/84 19882
/proc/meminfo: memFree=370888/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=192.29
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 1 17765 1460 15 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 192.29
Current children cumulated vsize (KiB) 13600

[startup+1203.1 s]
/proc/loadavg: 3.82 4.39 4.37 1/84 19882
/proc/meminfo: memFree=371528/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=192.29
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 1 17765 1460 15 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 192.29
Current children cumulated vsize (KiB) 13600

[startup+1206.3 s]
/proc/loadavg: 3.82 4.39 4.37 1/84 19882
/proc/meminfo: memFree=371784/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=192.29
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 1 17765 1460 15 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 192.29
Current children cumulated vsize (KiB) 13600

[startup+1207.9 s]
/proc/loadavg: 3.68 4.35 4.36 1/84 19882
/proc/meminfo: memFree=374408/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=192.29
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 1 17765 1460 15 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 192.29
Current children cumulated vsize (KiB) 13600

[startup+1209.5 s]
/proc/loadavg: 3.68 4.35 4.36 1/84 19882
/proc/meminfo: memFree=1375176/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=192.89
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 61 17765 1460 16 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 192.89
Current children cumulated vsize (KiB) 13600

[startup+1210.3 s]
/proc/loadavg: 3.68 4.35 4.36 1/84 19882
/proc/meminfo: memFree=1376392/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=193.02
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 74 17765 1460 15 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.02
Current children cumulated vsize (KiB) 13600

[startup+1210.5 s]
/proc/loadavg: 3.68 4.35 4.36 1/84 19882
/proc/meminfo: memFree=1376392/2055920 swapFree=4028800/4192956
[pid=19832] ppid=19830 vsize=13600 CPUtime=193.02
/proc/19832/stat : 19832 (sugar) D 19830 19832 19200 0 -1 4194304 998 165342 0 59 3 74 17765 1460 15 0 1 0 140649009 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19832/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 193.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1210.52
CPU time (s): 193.049
CPU user time (s): 177.693
CPU system time (s): 15.3557
CPU usage (%): 15.9475
Max. virtual memory (cumulated for all children) (KiB): 912720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.693
system time used= 15.3557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166370
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35462
involuntary context switches= 14806

runsolver used 1.37279 second user time and 4.12037 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-08-07 21:00:28
IDJOB=1126260
IDBENCH=64222
IDSOLVER=368
FILE ID=node76/1126260-1218135627
PBS_JOBID= 8000825
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-c-fat500-2_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126260-1218135627/watcher-1126260-1218135627 -o /tmp/evaluation-result-1126260-1218135627/solver-1126260-1218135627 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1126260-1218135627.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3750a8afe7686449b5428510761c6d7a
RANDOM SEED=1108998473

node76.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.218
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.218
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:       1362360 kB
Buffers:          3104 kB
Cached:          35768 kB
SwapCached:       6212 kB
Active:         636640 kB
Inactive:         6812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362360 kB
SwapTotal:     4192956 kB
SwapFree:      4028780 kB
Dirty:           11208 kB
Writeback:           0 kB
Mapped:         621448 kB
Slab:            33904 kB
Committed_AS:   925476 kB
PageTables:       3340 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= 66552 MiB
End job on node76 at 2008-08-07 21:20:38