Trace number 1126323

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-inc? 215.233 1898.15

General information on the benchmark

Namemaxcsp/maxclique/
normalized-brock-400-4_ext.xml
MD5SUMfcb6a1c26690975d98fc38ceb3564bbb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints375
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables401
Number of constraints20435
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension20435
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Thu Aug  7 21:01:00 2008
0.05/0.07	c 0	PID 28614
0.05/0.07	c 0	HOST node90.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1126323-1218135648.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126323-1218135648.xml' 'HOME/temp.csp'
0.06/0.95	c 1	2 domains, 401 variables, 0 predicates, 2 relations, 20435 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.06/1.04	c 1	Parsing HOME/temp.csp
1.33/1.29	c 1	parsed 10000 expressions
1.52/1.48	c 1	parsed 20000 expressions
1.52/1.49	c 1	parsed 20840 expressions
1.62/1.50	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.72/1.66	c 2	MAX CSP: 20435 constraints
1.72/1.66	c 2	Converting to clausal form CSP
2.12/1.90	c 2	converted 4128 (10%) expressions
2.12/1.95	c 2	converted 8256 (20%) expressions
2.23/2.00	c 2	converted 12384 (30%) expressions
2.23/2.05	c 2	converted 16512 (40%) expressions
2.34/2.10	c 2	converted 20639 (50%) expressions
2.44/2.28	c 2	converted 24767 (60%) expressions
2.53/2.32	c 2	converted 28895 (70%) expressions
2.53/2.37	c 2	converted 33023 (80%) expressions
2.63/2.42	c 2	converted 37151 (90%) expressions
4.47/4.38	c 4	converted 41278 (100%) expressions
4.47/4.39	c 4	CSP : 41271 integers, 0 booleans, 61304 clauses, largest domain size 30653
4.47/4.39	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.47/4.39	c 4	Propagation in CSP
5.19/5.05	c 5	20425 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.19/5.06	c 5	CSP : 41271 integers, 0 booleans, 61304 clauses, largest domain size 20436
5.19/5.06	c 5	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.19/5.08	c 5	Simplifing CSP by introducing new Boolean variables
5.30/5.10	c 5	CSP : 41271 integers, 0 booleans, 61304 clauses, largest domain size 20436
5.30/5.10	c 5	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.49/5.35	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.49/5.39	c 5	4128 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.49/5.39	c 5	8255 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.49/5.40	c 5	12382 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.60/5.41	c 5	16509 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.60/5.41	c 5	20636 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.60/5.48	c 5	24763 (60%) CSP integer variables are encoded (59473 clauses, 892159 bytes)
5.71/5.55	c 6	28890 (70%) CSP integer variables are encoded (107874 clauses, 1685811 bytes)
5.80/5.62	c 6	33017 (80%) CSP integer variables are encoded (164683 clauses, 2651564 bytes)
6.00/5.89	c 6	37144 (90%) CSP integer variables are encoded (396420 clauses, 6591093 bytes)
6.20/6.05	c 6	41271 (100%) CSP integer variables are encoded (539423 clauses, 9022144 bytes)
6.44/6.22	c 6	6131 (10%) CSP clauses are encoded (545554 clauses, 9111315 bytes)
6.54/6.34	c 6	12261 (20%) CSP clauses are encoded (551684 clauses, 9208937 bytes)
6.64/6.46	c 6	18392 (30%) CSP clauses are encoded (557815 clauses, 9312777 bytes)
10.39/10.32	c 10	24522 (40%) CSP clauses are encoded (2647637 clauses, 53969321 bytes)
52.46/87.91	c 88	30652 (50%) CSP clauses are encoded (26783301 clauses, 585123212 bytes)
64.92/105.83	c 106	36783 (60%) CSP clauses are encoded (33503044 clauses, 749239984 bytes)
211.46/1846.02	c 1846	ERROR Exception Too large HOME/temp.cnf
211.46/1846.02	c 1846	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
211.46/1846.02	c 1846	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
211.46/1846.02	c 1846	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
211.46/1846.02	s UNKNOWN
211.46/1846.06	c 1846	CPU 184.99 (0.05 0.01 184.94 26.51)
211.46/1846.06	c 1846	END Thu Aug  7 21:31:46 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-1126323-1218135648/watcher-1126323-1218135648 -o /tmp/evaluation-result-1126323-1218135648/solver-1126323-1218135648 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126323-1218135648.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: 4.99 5.18 4.95 2/82 28614
/proc/meminfo: memFree=1273128/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=12268 CPUtime=0
/proc/28614/stat : 28614 (sugar++) R 28612 28614 28308 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140650476 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 256373733666 0 0 4224 0 0 0 0 17 0 0 0
/proc/28614/statm: 3068 321 242 3 0 168 0

[startup+0.0610659 s]
/proc/loadavg: 4.99 5.18 4.95 2/82 28614
/proc/meminfo: memFree=1273128/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16344 CPUtime=0.05
/proc/28614/stat : 28614 (sugar++) R 28612 28614 28308 0 -1 4194304 996 0 0 0 4 1 0 0 18 0 1 0 140650476 16736256 964 996147200 4194304 4206940 548682068528 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 0 0 0
/proc/28614/statm: 4086 965 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101076 s]
/proc/loadavg: 4.99 5.18 4.95 2/82 28614
/proc/meminfo: memFree=1273128/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=0.06
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301117 s]
/proc/loadavg: 4.99 5.18 4.95 2/82 28614
/proc/meminfo: memFree=1273128/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=0.06
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701194 s]
/proc/loadavg: 4.99 5.18 4.95 2/82 28614
/proc/meminfo: memFree=1273128/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=0.06
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50134 s]
/proc/loadavg: 4.83 5.14 4.94 2/89 28632
/proc/meminfo: memFree=1266664/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 16 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=865000 CPUtime=0.58
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 6233 0 1 0 54 4 0 0 19 0 9 0 140650574 885760000 5443 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 216250 5443 2532 9 0 210832 0
[pid=28628/tid=28629] ppid=28627 vsize=865000 CPUtime=0.38
/proc/28628/task/28629/stat : 28629 (java) D 28627 28614 28308 0 -1 64 2530 0 1 0 37 1 0 0 17 0 9 0 140650575 885760000 5443 996147200 134512640 134550740 4294955920 18446744073709551615 10261284 0 2147483391 0 16800975 18446744072099781622 0 0 -1 0 0 0
[pid=28628/tid=28630] ppid=28627 vsize=865000 CPUtime=0.1
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 2665 0 0 0 10 0 0 0 16 0 9 0 140650576 885760000 5443 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28631] ppid=28627 vsize=865000 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 885760000 5443 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=865028 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 885788672 5446 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 887096

[startup+3.10263 s]
/proc/loadavg: 4.83 5.14 4.94 2/94 28637
/proc/meminfo: memFree=1237440/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 15 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=869236 CPUtime=2.23
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 15520 0 1 0 213 10 0 0 19 0 9 0 140650574 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 217309 14151 2540 9 0 211884 0
[pid=28628/tid=28629] ppid=28627 vsize=869236 CPUtime=1.32
/proc/28628/task/28629/stat : 28629 (java) R 28627 28614 28308 0 -1 64 2953 0 1 0 130 2 0 0 18 0 9 0 140650575 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4126536177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28630] ppid=28627 vsize=869236 CPUtime=0.69
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 10371 0 0 0 63 6 0 0 16 0 9 0 140650576 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28631] ppid=28627 vsize=869236 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=869236 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28633] ppid=28627 vsize=869236 CPUtime=0
/proc/28628/task/28633/stat : 28633 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28634] ppid=28627 vsize=869236 CPUtime=0.2
/proc/28628/task/28634/stat : 28634 (java) S 28627 28614 28308 0 -1 64 1500 0 0 0 19 1 0 0 16 0 9 0 140650578 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28635] ppid=28627 vsize=869236 CPUtime=0
/proc/28628/task/28635/stat : 28635 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28636] ppid=28627 vsize=869236 CPUtime=0
/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140650578 890097664 14151 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 891332

[startup+6.30121 s]
/proc/loadavg: 4.83 5.14 4.94 2/94 28637
/proc/meminfo: memFree=1200384/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 15 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=869348 CPUtime=5.5
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 22489 0 3 0 530 20 0 0 19 0 9 0 140650574 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 217337 20330 2567 9 0 211884 0
[pid=28628/tid=28629] ppid=28627 vsize=869348 CPUtime=3.74
/proc/28628/task/28629/stat : 28629 (java) R 28627 28614 28308 0 -1 64 3389 0 3 0 366 8 0 0 16 0 9 0 140650575 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4126613439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28630] ppid=28627 vsize=869348 CPUtime=1.44
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 16847 0 0 0 135 9 0 0 16 0 9 0 140650576 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28631] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28633] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28633/stat : 28633 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28634] ppid=28627 vsize=869348 CPUtime=0.28
/proc/28628/task/28634/stat : 28634 (java) S 28627 28614 28308 0 -1 64 1557 0 0 0 27 1 0 0 15 0 9 0 140650578 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28635] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28635/stat : 28635 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28636] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140650578 890212352 20330 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 891444

[startup+12.7012 s]
/proc/loadavg: 4.86 5.14 4.94 2/94 28637
/proc/meminfo: memFree=1129152/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 16 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=869348 CPUtime=11.72
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 22951 0 3 0 1099 73 0 0 19 0 9 0 140650574 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 217337 20365 2567 9 0 211884 0
[pid=28628/tid=28629] ppid=28627 vsize=869348 CPUtime=9.69
/proc/28628/task/28629/stat : 28629 (java) R 28627 28614 28308 0 -1 64 3815 0 3 0 911 58 0 0 17 0 9 0 140650575 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28630] ppid=28627 vsize=869348 CPUtime=1.71
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 16875 0 0 0 159 12 0 0 16 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28631] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28633] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28633/stat : 28633 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28634] ppid=28627 vsize=869348 CPUtime=0.29
/proc/28628/task/28634/stat : 28634 (java) S 28627 28614 28308 0 -1 64 1565 0 0 0 28 1 0 0 16 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28635] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28635/stat : 28635 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28636] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 891444

[startup+25.5067 s]
/proc/loadavg: 4.80 5.11 4.93 2/94 28637
/proc/meminfo: memFree=1023936/2055920 swapFree=4175816/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 16 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=869348 CPUtime=19.77
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 23506 0 3 0 1824 153 0 0 19 0 9 0 140650574 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 217337 20365 2567 9 0 211884 0
[pid=28628/tid=28629] ppid=28627 vsize=869348 CPUtime=17.48
/proc/28628/task/28629/stat : 28629 (java) R 28627 28614 28308 0 -1 64 4370 0 3 0 1616 132 0 0 17 0 9 0 140650575 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4126475716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28630] ppid=28627 vsize=869348 CPUtime=1.95
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 16875 0 0 0 178 17 0 0 16 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28631] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28633] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28633/stat : 28633 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28634] ppid=28627 vsize=869348 CPUtime=0.29
/proc/28628/task/28634/stat : 28634 (java) S 28627 28614 28308 0 -1 64 1565 0 0 0 28 1 0 0 16 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28635] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28635/stat : 28635 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28636] ppid=28627 vsize=869348 CPUtime=0.02
/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 0 2 0 0 15 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 207 436 0 0 15 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 166.48
Current children cumulated vsize (KiB) 891444

[startup+1722.3 s]
/proc/loadavg: 8.06 8.20 7.50 1/86 28670
/proc/meminfo: memFree=39824/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 16 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=869348 CPUtime=165.91
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 32792 0 3 0 14449 2142 0 0 19 0 9 0 140650574 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 217337 20365 2567 9 0 211884 0
[pid=28628/tid=28629] ppid=28627 vsize=869348 CPUtime=149.69
/proc/28628/task/28629/stat : 28629 (java) D 28627 28614 28308 0 -1 64 13656 0 3 0 13567 1402 0 0 16 0 9 0 140650575 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=28628/tid=28630] ppid=28627 vsize=869348 CPUtime=8.98
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 16875 0 0 0 630 268 0 0 16 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28631] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28633] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28633/stat : 28633 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28634] ppid=28627 vsize=869348 CPUtime=0.29
/proc/28628/task/28634/stat : 28634 (java) S 28627 28614 28308 0 -1 64 1565 0 0 0 28 1 0 0 16 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28635] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28635/stat : 28635 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28636] ppid=28627 vsize=869348 CPUtime=6.89
/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 221 468 0 0 15 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.95
Current children cumulated vsize (KiB) 891444

[startup+1782.3 s]
/proc/loadavg: 7.88 8.12 7.52 1/83 28670
/proc/meminfo: memFree=16168/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 16 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=869348 CPUtime=177
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 33501 0 3 0 15406 2294 0 0 19 0 9 0 140650574 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 217337 20365 2567 9 0 211884 0
[pid=28628/tid=28629] ppid=28627 vsize=869348 CPUtime=159.71
/proc/28628/task/28629/stat : 28629 (java) D 28627 28614 28308 0 -1 64 14365 0 3 0 14480 1491 0 0 19 0 9 0 140650575 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=28628/tid=28630] ppid=28627 vsize=869348 CPUtime=9.49
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 16875 0 0 0 656 293 0 0 16 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28631] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28633] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28633/stat : 28633 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28634] ppid=28627 vsize=869348 CPUtime=0.29
/proc/28628/task/28634/stat : 28634 (java) S 28627 28614 28308 0 -1 64 1565 0 0 0 28 1 0 0 16 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28635] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28635/stat : 28635 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28636] ppid=28627 vsize=869348 CPUtime=7.46
/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 240 506 0 0 15 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 178.04
Current children cumulated vsize (KiB) 891444

[startup+1842.3 s]
/proc/loadavg: 9.69 8.54 7.69 1/89 28677
/proc/meminfo: memFree=15096/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=1.04
/proc/28614/stat : 28614 (sugar++) S 28612 28614 28308 0 -1 4194304 1297 10334 0 1 5 1 92 6 16 0 1 0 140650476 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28614/statm: 4185 1104 409 3 0 764 0
[pid=28627] ppid=28614 vsize=5356 CPUtime=0
/proc/28627/stat : 28627 (sh) S 28614 28614 28308 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140650574 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28627/statm: 1339 233 193 169 0 50 0
[pid=28628] ppid=28627 vsize=869348 CPUtime=207.72
/proc/28628/stat : 28628 (java) S 28627 28614 28308 0 -1 0 35602 0 3 0 18157 2615 0 0 19 0 9 0 140650574 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28628/statm: 217337 20365 2567 9 0 211884 0
[pid=28628/tid=28629] ppid=28627 vsize=869348 CPUtime=189.11
/proc/28628/task/28629/stat : 28629 (java) D 28627 28614 28308 0 -1 64 16466 0 3 0 17150 1761 0 0 17 0 9 0 140650575 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=28628/tid=28630] ppid=28627 vsize=869348 CPUtime=10.55
/proc/28628/task/28630/stat : 28630 (java) S 28627 28614 28308 0 -1 64 16875 0 0 0 728 327 0 0 16 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28631] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28631/stat : 28631 (java) S 28627 28614 28308 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28632] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28632/stat : 28632 (java) S 28627 28614 28308 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140650576 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28633] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28633/stat : 28633 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28634] ppid=28627 vsize=869348 CPUtime=0.29
/proc/28628/task/28634/stat : 28634 (java) S 28627 28614 28308 0 -1 64 1565 0 0 0 28 1 0 0 16 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28628/tid=28635] ppid=28627 vsize=869348 CPUtime=0
/proc/28628/task/28635/stat : 28635 (java) S 28627 28614 28308 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28628/tid=28636] ppid=28627 vsize=869348 CPUtime=7.74
/proc/28628/task/28636/stat : 28636 (java) S 28627 28614 28308 0 -1 64 0 0 0 0 249 525 0 0 15 0 9 0 140650578 890212352 20365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.76
Current children cumulated vsize (KiB) 891444

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

[startup+1851.81 s]
/proc/loadavg: 10.02 8.65 7.74 1/79 28677
/proc/meminfo: memFree=1780936/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=212.54
/proc/28614/stat : 28614 (sugar++) D 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 104 18494 2651 18 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 212.54
Current children cumulated vsize (KiB) 16740

[startup+1877.79 s]
/proc/loadavg: 8.99 8.52 7.72 1/74 28677
/proc/meminfo: memFree=1808312/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=213.82
/proc/28614/stat : 28614 (sugar++) R 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 232 18494 2651 16 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 213.82
Current children cumulated vsize (KiB) 16740

[startup+1890.5 s]
/proc/loadavg: 8.68 8.47 7.71 2/72 28677
/proc/meminfo: memFree=1820936/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=214.51
/proc/28614/stat : 28614 (sugar++) R 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 301 18494 2651 16 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 214.51
Current children cumulated vsize (KiB) 16740

[startup+1893.7 s]
/proc/loadavg: 8.63 8.46 7.71 2/72 28677
/proc/meminfo: memFree=1824904/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=214.78
/proc/28614/stat : 28614 (sugar++) R 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 328 18494 2651 16 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 214.78
Current children cumulated vsize (KiB) 16740

[startup+1895.3 s]
/proc/loadavg: 8.63 8.46 7.71 1/72 28677
/proc/meminfo: memFree=1827272/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=214.78
/proc/28614/stat : 28614 (sugar++) D 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 328 18494 2651 16 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 214.78
Current children cumulated vsize (KiB) 16740

[startup+1896.9 s]
/proc/loadavg: 8.50 8.43 7.71 1/72 28677
/proc/meminfo: memFree=1827272/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=215.06
/proc/28614/stat : 28614 (sugar++) D 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 356 18494 2651 16 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 215.06
Current children cumulated vsize (KiB) 16740

[startup+1897.7 s]
/proc/loadavg: 8.50 8.43 7.71 1/72 28677
/proc/meminfo: memFree=1830536/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=215.06
/proc/28614/stat : 28614 (sugar++) D 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 356 18494 2651 16 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 215.06
Current children cumulated vsize (KiB) 16740

[startup+1898.1 s]
/proc/loadavg: 8.50 8.43 7.71 1/72 28677
/proc/meminfo: memFree=1830536/2055920 swapFree=4175840/4192956
[pid=28614] ppid=28612 vsize=16740 CPUtime=215.17
/proc/28614/stat : 28614 (sugar++) R 28612 28614 28308 0 -1 4194304 1320 46408 0 4 5 367 18494 2651 16 0 1 0 140650476 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28614/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 215.17
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 1898.15
CPU time (s): 215.233
CPU user time (s): 184.999
CPU system time (s): 30.2344
CPU usage (%): 11.3391
Max. virtual memory (cumulated for all children) (KiB): 892336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.999
system time used= 30.2344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47784
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107347
involuntary context switches= 62874

runsolver used 13.6369 second user time and 25.9101 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-08-07 21:01:00
IDJOB=1126323
IDBENCH=64230
IDSOLVER=367
FILE ID=node90/1126323-1218135648
PBS_JOBID= 8000797
Free space on /tmp= 64732 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fcb6a1c26690975d98fc38ceb3564bbb
RANDOM SEED=2070224919

node90.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.265
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	: 5931.00
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.265
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:       1273800 kB
Buffers:          3056 kB
Cached:         626000 kB
SwapCached:      10008 kB
Active:          91960 kB
Inactive:       603528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273800 kB
SwapTotal:     4192956 kB
SwapFree:      4175816 kB
Dirty:           89928 kB
Writeback:           0 kB
Mapped:          84564 kB
Slab:            71708 kB
Committed_AS:   249836 kB
PageTables:       2052 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= 64732 MiB
End job on node90 at 2008-08-07 21:32:38