Trace number 1087011

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? 457.193 509.993

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-2.xml
MD5SUMe9fca648ca088ce6fc443985c24dc948
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.99824
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Sat Jul  5 09:18:57 2008
0.02/0.04	c 0	PID 15166
0.02/0.05	c 0	HOST node80.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1087011-1215242337.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087011-1215242337.xml' 'HOME/temp.csp'
1.35/1.48	c 1	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.43/1.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.51	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.43/1.59	c 2	Parsing HOME/temp.csp
1.45/1.96	c 2	parsed 10000 expressions
2.12/2.29	c 2	parsed 20000 expressions
2.21/2.32	c 2	parsed 21230 expressions
2.21/2.33	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.33	c 2	Converting to clausal form CSP
2.21/2.39	c 2	converted 2123 (10%) expressions
4.60/4.75	c 5	converted 4246 (20%) expressions
6.87/7.04	c 7	converted 6369 (30%) expressions
9.07/9.28	c 9	converted 8492 (40%) expressions
11.15/11.30	c 11	converted 10615 (50%) expressions
13.04/13.24	c 13	converted 12738 (60%) expressions
15.33/15.56	c 15	converted 14861 (70%) expressions
17.22/17.43	c 17	converted 16984 (80%) expressions
18.80/19.09	c 19	converted 19107 (90%) expressions
20.40/20.66	c 21	converted 21230 (100%) expressions
20.40/20.67	c 21	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
20.40/20.67	c 21	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.40/20.67	c 21	Propagation in CSP
23.68/23.90	c 24	209280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
23.68/23.91	c 24	CSP : 7035 integers, 55276 booleans, 127783 clauses, largest domain size 2821
23.68/23.91	c 24	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.68/23.95	c 24	Simplifing CSP by introducing new Boolean variables
23.98/24.24	c 24	CSP : 7035 integers, 97918 booleans, 170425 clauses, largest domain size 2821
23.98/24.24	c 24	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.67/24.97	c 25	Encoding CSP to SAT : HOME/temp.cnf
28.74/29.02	c 29	704 (10%) CSP integer variables are encoded (192006 clauses, 3042757 bytes)
32.62/32.97	c 33	1407 (20%) CSP integer variables are encoded (381534 clauses, 6264733 bytes)
36.70/37.01	c 37	2111 (30%) CSP integer variables are encoded (573566 clauses, 9529277 bytes)
39.18/39.56	c 39	2814 (40%) CSP integer variables are encoded (2121738 clauses, 38096434 bytes)
41.36/41.78	c 42	3518 (50%) CSP integer variables are encoded (3905084 clauses, 71980008 bytes)
43.62/44.06	c 44	4221 (60%) CSP integer variables are encoded (5698155 clauses, 106048357 bytes)
45.91/46.33	c 46	4925 (70%) CSP integer variables are encoded (7483657 clauses, 139972895 bytes)
48.19/48.66	c 49	5628 (80%) CSP integer variables are encoded (9273524 clauses, 173980368 bytes)
50.59/51.04	c 51	6332 (90%) CSP integer variables are encoded (11068698 clauses, 210237895 bytes)
53.04/53.53	c 53	7035 (100%) CSP integer variables are encoded (12882757 clauses, 248333134 bytes)
132.92/135.34	c 135	17043 (10%) CSP clauses are encoded (26145152 clauses, 571792162 bytes)
194.24/199.26	c 199	34085 (20%) CSP clauses are encoded (37518328 clauses, 857625560 bytes)
252.49/260.09	c 260	51128 (30%) CSP clauses are encoded (48400478 clauses, 1132416160 bytes)
312.07/322.13	c 322	68170 (40%) CSP clauses are encoded (59546441 clauses, 1415232261 bytes)
368.99/380.81	c 381	85213 (50%) CSP clauses are encoded (70399743 clauses, 1691618745 bytes)
422.01/437.05	c 437	102255 (60%) CSP clauses are encoded (81029173 clauses, 1963204215 bytes)
456.25/473.65	c 474	ERROR Exception Too large HOME/temp.cnf
456.25/473.65	c 474	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
456.25/473.65	c 474	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
456.25/473.65	c 474	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
456.25/473.65	s UNKNOWN
456.33/473.70	c 474	CPU 442.75 (0.03 0.01 442.72 13.58)
456.33/473.70	c 474	END Sat Jul  5 09:26:51 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087011-1215242337/watcher-1087011-1215242337 -o /tmp/evaluation-result-1087011-1215242337/solver-1087011-1215242337 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1087011-1215242337.xml 

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


[startup+0 s]
/proc/loadavg: 2.33 2.23 2.09 4/84 15166
/proc/meminfo: memFree=1012352/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=18572 CPUtime=0
/proc/15166/stat : 15166 (runsolver) R 15164 15166 13782 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 689359130 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226686987559 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15166/statm: 4643 292 257 25 0 2626 0

[startup+0.04351 s]
/proc/loadavg: 2.33 2.23 2.09 4/84 15166
/proc/meminfo: memFree=1012352/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13468 CPUtime=0.02
/proc/15166/stat : 15166 (sugar) R 15164 15166 13782 0 -1 4194304 769 0 0 0 2 0 0 0 20 0 1 0 689359130 13791232 737 996147200 4194304 4206940 548682068608 18446744073709551615 226704536000 0 0 4224 0 0 0 0 17 0 0 0
/proc/15166/statm: 3367 737 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.102513 s]
/proc/loadavg: 2.33 2.23 2.09 4/84 15166
/proc/meminfo: memFree=1012352/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=0.03
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 900 127 0 0 3 0 0 0 22 0 1 0 689359130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302538 s]
/proc/loadavg: 2.33 2.23 2.09 4/84 15166
/proc/meminfo: memFree=1012352/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=0.03
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 900 127 0 0 3 0 0 0 22 0 1 0 689359130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702587 s]
/proc/loadavg: 2.33 2.23 2.09 4/84 15166
/proc/meminfo: memFree=1012352/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=0.03
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 900 127 0 0 3 0 0 0 22 0 1 0 689359130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50168 s]
/proc/loadavg: 2.33 2.23 2.09 4/95 15178
/proc/meminfo: memFree=977640/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=0.03
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 689359130 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 796 370 3 0 500 0
[pid=15169] ppid=15166 vsize=5356 CPUtime=0
/proc/15169/stat : 15169 (sh) S 15166 15166 13782 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 689359135 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15169/statm: 1339 233 193 169 0 50 0
[pid=15170] ppid=15169 vsize=864664 CPUtime=1.4
/proc/15170/stat : 15170 (java) S 15169 15166 13782 0 -1 0 12785 0 1 0 132 8 0 0 24 0 9 0 689359136 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15170/statm: 216166 10826 2529 9 0 210748 0
[pid=15170/tid=15171] ppid=15169 vsize=864664 CPUtime=0.73
/proc/15170/task/15171/stat : 15171 (java) S 15169 15166 13782 0 -1 64 3004 0 1 0 70 3 0 0 25 0 9 0 689359137 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15170/tid=15172] ppid=15169 vsize=864664 CPUtime=0.52
/proc/15170/task/15172/stat : 15172 (java) S 15169 15166 13782 0 -1 64 8561 0 0 0 48 4 0 0 16 0 9 0 689359138 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15170/tid=15173] ppid=15169 vsize=864664 CPUtime=0
/proc/15170/task/15173/stat : 15173 (java) S 15169 15166 13782 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 689359138 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15170/tid=15174] ppid=15169 vsize=864664 CPUtime=0
/proc/15170/task/15174/stat : 15174 (java) S 15169 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359138 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15170/tid=15175] ppid=15169 vsize=864664 CPUtime=0
/proc/15170/task/15175/stat : 15175 (java) S 15169 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 689359140 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15170/tid=15176] ppid=15169 vsize=864664 CPUtime=0.13
/proc/15170/task/15176/stat : 15176 (java) S 15169 15166 13782 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 689359140 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15170/tid=15177] ppid=15169 vsize=864664 CPUtime=0
/proc/15170/task/15177/stat : 15177 (java) S 15169 15166 13782 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 689359140 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15170/tid=15178] ppid=15169 vsize=864664 CPUtime=0
/proc/15170/task/15178/stat : 15178 (java) S 15169 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689359140 885415936 10826 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883620

[startup+3.10189 s]
/proc/loadavg: 2.33 2.23 2.09 4/95 15188
/proc/meminfo: memFree=997416/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=1.45
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 974 13203 0 1 3 0 133 9 15 0 1 0 689359130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 797 370 3 0 500 0
[pid=15179] ppid=15166 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15166 15166 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689359282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=868428 CPUtime=1.55
/proc/15180/stat : 15180 (java) S 15179 15166 13782 0 -1 0 8915 0 1 0 149 6 0 0 20 0 9 0 689359282 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 217107 7875 2544 9 0 211682 0
[pid=15180/tid=15181] ppid=15179 vsize=868428 CPUtime=1.06
/proc/15180/task/15181/stat : 15181 (java) R 15179 15166 13782 0 -1 64 2732 0 1 0 104 2 0 0 25 0 9 0 689359283 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4126428774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15179 vsize=868428 CPUtime=0.27
/proc/15180/task/15182/stat : 15182 (java) S 15179 15166 13782 0 -1 64 4009 0 0 0 25 2 0 0 16 0 9 0 689359284 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359285 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 689359285 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15179 vsize=868428 CPUtime=0.19
/proc/15180/task/15186/stat : 15186 (java) S 15179 15166 13782 0 -1 64 1478 0 0 0 19 0 0 0 15 0 9 0 689359286 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15187] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689359286 889270272 7875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887384

[startup+6.30228 s]
/proc/loadavg: 2.39 2.24 2.10 5/95 15188
/proc/meminfo: memFree=977448/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=1.45
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 974 13203 0 1 3 0 133 9 16 0 1 0 689359130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 797 370 3 0 500 0
[pid=15179] ppid=15166 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15166 15166 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689359282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=868428 CPUtime=4.73
/proc/15180/stat : 15180 (java) S 15179 15166 13782 0 -1 0 12542 0 1 0 461 12 0 0 20 0 9 0 689359282 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 217107 11124 2541 9 0 211682 0
[pid=15180/tid=15181] ppid=15179 vsize=868428 CPUtime=3.69
/proc/15180/task/15181/stat : 15181 (java) R 15179 15166 13782 0 -1 64 3190 0 1 0 366 3 0 0 25 0 9 0 689359283 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4126428764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15179 vsize=868428 CPUtime=0.8
/proc/15180/task/15182/stat : 15182 (java) S 15179 15166 13782 0 -1 64 7164 0 0 0 73 7 0 0 16 0 9 0 689359284 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359285 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 689359285 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15179 vsize=868428 CPUtime=0.21
/proc/15180/task/15186/stat : 15186 (java) S 15179 15166 13782 0 -1 64 1492 0 0 0 21 0 0 0 15 0 9 0 689359286 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15187] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689359286 889270272 11124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887384

[startup+12.7021 s]
/proc/loadavg: 2.44 2.25 2.10 4/95 15188
/proc/meminfo: memFree=948392/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=1.45
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 974 13203 0 1 3 0 133 9 16 0 1 0 689359130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 797 370 3 0 500 0
[pid=15179] ppid=15166 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15166 15166 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689359282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=868428 CPUtime=11.09
/proc/15180/stat : 15180 (java) S 15179 15166 13782 0 -1 0 21285 0 1 0 1090 19 0 0 20 0 9 0 689359282 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 217107 18343 2541 9 0 211682 0
[pid=15180/tid=15181] ppid=15179 vsize=868428 CPUtime=9.15
/proc/15180/task/15181/stat : 15181 (java) R 15179 15166 13782 0 -1 64 3656 0 1 0 911 4 0 0 25 0 9 0 689359283 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4126568579 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15179 vsize=868428 CPUtime=1.69
/proc/15180/task/15182/stat : 15182 (java) S 15179 15166 13782 0 -1 64 15439 0 0 0 156 13 0 0 16 0 9 0 689359284 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359285 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 689359285 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15179 vsize=868428 CPUtime=0.22
/proc/15180/task/15186/stat : 15186 (java) S 15179 15166 13782 0 -1 64 1494 0 0 0 22 0 0 0 15 0 9 0 689359286 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15187] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15179 vsize=868428 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689359286 889270272 18343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887384

[startup+25.5027 s]
/proc/loadavg: 2.56 2.29 2.11 3/95 15188
/proc/meminfo: memFree=881384/2055920 swapFree=4147000/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=1.45
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 974 13203 0 1 3 0 133 9 15 0 1 0 689359130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 797 370 3 0 500 0
[pid=15179] ppid=15166 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15166 15166 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689359282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=868540 CPUtime=23.82
/proc/15180/stat : 15180 (java) S 15179 15166 13782 0 -1 0 41829 0 1 0 2349 33 0 0 20 0 9 0 689359282 889384960 34323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 217135 34323 2566 9 0 211682 0
[pid=15180/tid=15181] ppid=15179 vsize=868540 CPUtime=18.94
/proc/15180/task/15181/stat : 15181 (java) R 15179 15166 13782 0 -1 64 4960 0 1 0 1888 6 0 0 25 0 9 0 689359283 889384960 34323 996147200 134512640 134550740 4294955952 18446744073709551615 4126568600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15179 vsize=868540 CPUtime=4.57
/proc/15180/task/15182/stat : 15182 (java) S 15179 15166 13782 0 -1 64 34645 0 0 0 433 24 0 0 16 0 9 0 689359284 889384960 34323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15180/tid=15184] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15179 vsize=868540 CPUtime=0.31
/proc/15180/task/15186/stat : 15186 (java) S 15179 15166 13782 0 -1 64 1542 0 0 0 30 1 0 0 17 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15187] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.81
Current children cumulated vsize (KiB) 887496

[startup+342.303 s]
/proc/loadavg: 4.69 3.79 2.81 3/95 15196
/proc/meminfo: memFree=16176/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=1.46
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 974 13203 0 1 3 1 133 9 16 0 1 0 689359130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 797 370 3 0 500 0
[pid=15179] ppid=15166 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15166 15166 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689359282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=868540 CPUtime=330.06
/proc/15180/stat : 15180 (java) S 15179 15166 13782 0 -1 0 45358 0 1 0 32041 965 0 0 20 0 9 0 689359282 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 217135 34338 2566 9 0 211682 0
[pid=15180/tid=15181] ppid=15179 vsize=868540 CPUtime=322.75
/proc/15180/task/15181/stat : 15181 (java) R 15179 15166 13782 0 -1 64 8475 0 1 0 31362 913 0 0 25 0 9 0 689359283 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127086421 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15179 vsize=868540 CPUtime=6.96
/proc/15180/task/15182/stat : 15182 (java) S 15179 15166 13782 0 -1 64 34645 0 0 0 647 49 0 0 16 0 9 0 689359284 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15179 vsize=868540 CPUtime=0.31
/proc/15180/task/15186/stat : 15186 (java) S 15179 15166 13782 0 -1 64 1542 0 0 0 30 1 0 0 17 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15187] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 331.52
Current children cumulated vsize (KiB) 887496

[startup+402.302 s]
/proc/loadavg: 4.48 3.90 2.91 2/85 15199
/proc/meminfo: memFree=701672/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=1.46
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 974 13203 0 1 3 1 133 9 16 0 1 0 689359130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 797 370 3 0 500 0
[pid=15179] ppid=15166 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15166 15166 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689359282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=868540 CPUtime=387.49
/proc/15180/stat : 15180 (java) S 15179 15166 13782 0 -1 0 46009 0 1 0 37608 1141 0 0 20 0 9 0 689359282 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 217135 34338 2566 9 0 211682 0
[pid=15180/tid=15181] ppid=15179 vsize=868540 CPUtime=379.74
/proc/15180/task/15181/stat : 15181 (java) R 15179 15166 13782 0 -1 64 9126 0 1 0 36890 1084 0 0 25 0 9 0 689359283 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4127090661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15182] ppid=15179 vsize=868540 CPUtime=7.4
/proc/15180/task/15182/stat : 15182 (java) S 15179 15166 13782 0 -1 64 34645 0 0 0 687 53 0 0 16 0 9 0 689359284 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15183] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15179 vsize=868540 CPUtime=0.31
/proc/15180/task/15186/stat : 15186 (java) S 15179 15166 13782 0 -1 64 1542 0 0 0 30 1 0 0 17 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15187] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 388.95
Current children cumulated vsize (KiB) 887496

[startup+462.303 s]
/proc/loadavg: 4.24 3.96 2.99 3/85 15238
/proc/meminfo: memFree=310280/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=1.46
/proc/15166/stat : 15166 (sugar) S 15164 15166 13782 0 -1 4194304 974 13203 0 1 3 1 133 9 16 0 1 0 689359130 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15166/statm: 3400 797 370 3 0 500 0
[pid=15179] ppid=15166 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15166 15166 13782 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 689359282 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=868540 CPUtime=444.65
/proc/15180/stat : 15180 (java) S 15179 15166 13782 0 -1 0 46711 0 1 0 43148 1317 0 0 20 0 9 0 689359282 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15180/statm: 217135 34338 2566 9 0 211682 0
[pid=15180/tid=15181] ppid=15179 vsize=868540 CPUtime=436.49
/proc/15180/task/15181/stat : 15181 (java) R 15179 15166 13782 0 -1 64 9828 0 1 0 42394 1255 0 0 25 0 9 0 689359283 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4126639824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15182] ppid=15179 vsize=868540 CPUtime=7.81
/proc/15180/task/15182/stat : 15182 (java) S 15179 15166 13782 0 -1 64 34645 0 0 0 722 59 0 0 16 0 9 0 689359284 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15183] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15166 13782 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15184] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15166 13782 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 689359285 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15185] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15186] ppid=15179 vsize=868540 CPUtime=0.31
/proc/15180/task/15186/stat : 15186 (java) S 15179 15166 13782 0 -1 64 1542 0 0 0 30 1 0 0 17 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15187] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15166 13782 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15180/tid=15188] ppid=15179 vsize=868540 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15166 13782 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 689359286 889384960 34338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 446.11
Current children cumulated vsize (KiB) 887496

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

[startup+486.302 s]
/proc/loadavg: 4.34 4.01 3.03 2/76 15239
/proc/meminfo: memFree=1669648/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=456.92
/proc/15166/stat : 15166 (sugar) D 15164 15166 13782 0 -1 4194304 996 60334 0 2 3 59 44272 1358 18 0 1 0 689359130 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15166/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 456.92
Current children cumulated vsize (KiB) 13600

[startup+499.101 s]
/proc/loadavg: 4.19 3.99 3.04 2/75 15239
/proc/meminfo: memFree=1722392/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=456.96
/proc/15166/stat : 15166 (sugar) D 15164 15166 13782 0 -1 4194304 996 60334 0 2 3 63 44272 1358 18 0 1 0 689359130 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15166/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 456.96
Current children cumulated vsize (KiB) 13600

[startup+505.502 s]
/proc/loadavg: 4.09 3.97 3.04 2/75 15239
/proc/meminfo: memFree=1753944/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=456.98
/proc/15166/stat : 15166 (sugar) D 15164 15166 13782 0 -1 4194304 996 60334 0 2 3 65 44272 1358 18 0 1 0 689359130 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15166/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 456.98
Current children cumulated vsize (KiB) 13600

[startup+507.105 s]
/proc/loadavg: 4.09 3.97 3.04 2/75 15239
/proc/meminfo: memFree=1763416/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=456.98
/proc/15166/stat : 15166 (sugar) D 15164 15166 13782 0 -1 4194304 996 60334 0 2 3 65 44272 1358 18 0 1 0 689359130 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15166/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 456.98
Current children cumulated vsize (KiB) 13600

[startup+508.702 s]
/proc/loadavg: 4.09 3.97 3.04 2/75 15239
/proc/meminfo: memFree=1829528/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=457.11
/proc/15166/stat : 15166 (sugar) D 15164 15166 13782 0 -1 4194304 996 60334 0 2 3 78 44272 1358 18 0 1 0 689359130 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15166/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 457.11
Current children cumulated vsize (KiB) 13600

[startup+509.502 s]
/proc/loadavg: 4.00 3.96 3.04 2/75 15239
/proc/meminfo: memFree=1829400/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=457.14
/proc/15166/stat : 15166 (sugar) D 15164 15166 13782 0 -1 4194304 996 60334 0 2 3 81 44272 1358 18 0 1 0 689359130 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15166/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 457.14
Current children cumulated vsize (KiB) 13600

[startup+509.902 s]
/proc/loadavg: 4.00 3.96 3.04 2/75 15239
/proc/meminfo: memFree=1829400/2055920 swapFree=4147428/4192956
[pid=15166] ppid=15164 vsize=13600 CPUtime=457.17
/proc/15166/stat : 15166 (sugar) D 15164 15166 13782 0 -1 4194304 996 60334 0 2 3 84 44272 1358 18 0 1 0 689359130 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15166/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 457.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 509.993
CPU time (s): 457.193
CPU user time (s): 442.759
CPU system time (s): 14.4348
CPU usage (%): 89.647
Max. virtual memory (cumulated for all children) (KiB): 892512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.759
system time used= 14.4348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61360
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52489
involuntary context switches= 65520

runsolver used 0.690894 second user time and 1.66675 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 09:18:57
IDJOB=1087011
IDBENCH=57915
IDSOLVER=346
FILE ID=node80/1087011-1215242337
PBS_JOBID= 7881871
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-2.xml
COMMAND LINE= DIR/sugar -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-1087011-1215242337/watcher-1087011-1215242337 -o /tmp/evaluation-result-1087011-1215242337/solver-1087011-1215242337 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087011-1215242337.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9fca648ca088ce6fc443985c24dc948
RANDOM SEED=1223727933

node80.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.232
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.232
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:       1012832 kB
Buffers:         61784 kB
Cached:         181932 kB
SwapCached:      39844 kB
Active:         904552 kB
Inactive:        84264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012832 kB
SwapTotal:     4192956 kB
SwapFree:      4147000 kB
Dirty:            3916 kB
Writeback:           0 kB
Mapped:         756108 kB
Slab:            38208 kB
Committed_AS:  1808444 kB
PageTables:       3192 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= 66524 MiB
End job on node80 at 2008-07-05 09:27:27