Trace number 1112859

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 298.186 364.213

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-1.xml
MD5SUMbcc19e6f7720c8259d2ed7a295277868
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints37
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/1.38	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/1.40	c 0	BEGIN Thu Aug  7 20:29:58 2008
0.06/1.40	c 0	PID 18434
0.06/1.43	c 0	HOST node82.alineos.net
0.06/1.43	c 0	CONVERTING HOME/instance-1112859-1218133796.xml TO HOME/temp.csp
0.06/1.43	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112859-1218133796.xml' 'HOME/temp.csp'
1.20/3.60	c 2	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.20/3.61	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.20/3.61	c 2	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.21/3.70	c 2	Parsing HOME/temp.csp
1.21/4.11	c 3	parsed 10000 expressions
1.21/4.26	c 3	parsed 16058 expressions
1.21/4.26	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.98/4.41	c 3	MAX CSP: 15032 constraints
1.98/4.41	c 3	Converting to clausal form CSP
3.57/6.10	c 5	converted 3110 (10%) expressions
5.33/7.89	c 6	converted 6219 (20%) expressions
6.82/9.37	c 8	converted 9328 (30%) expressions
8.50/11.07	c 10	converted 12438 (40%) expressions
9.78/12.38	c 11	converted 15547 (50%) expressions
11.18/13.70	c 12	converted 18656 (60%) expressions
12.87/15.46	c 14	converted 21766 (70%) expressions
14.26/16.80	c 15	converted 24875 (80%) expressions
15.54/18.13	c 17	converted 27984 (90%) expressions
18.70/21.38	c 20	converted 31093 (100%) expressions
18.70/21.39	c 20	CSP : 32058 integers, 58669 booleans, 136755 clauses, largest domain size 22549
18.70/21.39	c 20	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.70/21.39	c 20	Propagation in CSP
20.58/23.25	c 22	15024 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.58/23.26	c 22	CSP : 32058 integers, 58669 booleans, 136755 clauses, largest domain size 15033
20.58/23.26	c 22	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.68/23.30	c 22	Simplifing CSP by introducing new Boolean variables
20.88/23.52	c 22	CSP : 32058 integers, 89673 booleans, 167759 clauses, largest domain size 15033
20.88/23.52	c 22	Heap : 124 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.58/24.29	c 23	Encoding CSP to SAT : HOME/temp.cnf
28.40/31.12	c 30	3206 (10%) CSP integer variables are encoded (1642363 clauses, 28987321 bytes)
29.29/32.04	c 31	6412 (20%) CSP integer variables are encoded (2416587 clauses, 43697577 bytes)
29.50/32.24	c 31	9618 (30%) CSP integer variables are encoded (2582599 clauses, 46851805 bytes)
29.50/32.27	c 31	12824 (40%) CSP integer variables are encoded (2607216 clauses, 47319528 bytes)
29.50/32.28	c 31	16029 (50%) CSP integer variables are encoded (2607216 clauses, 47319528 bytes)
29.79/32.51	c 31	19235 (60%) CSP integer variables are encoded (2804524 clauses, 51068380 bytes)
29.79/32.56	c 31	22441 (70%) CSP integer variables are encoded (2849890 clauses, 51930334 bytes)
29.89/32.63	c 31	25647 (80%) CSP integer variables are encoded (2901404 clauses, 52909100 bytes)
29.89/32.68	c 31	28853 (90%) CSP integer variables are encoded (2937237 clauses, 53589927 bytes)
29.99/32.73	c 31	32058 (100%) CSP integer variables are encoded (2981673 clauses, 54434211 bytes)
83.42/87.89	c 86	16776 (10%) CSP clauses are encoded (12135576 clauses, 271026909 bytes)
116.78/121.45	c 120	33552 (20%) CSP clauses are encoded (19325218 clauses, 455023252 bytes)
138.51/144.08	c 143	50328 (30%) CSP clauses are encoded (25053059 clauses, 606995856 bytes)
156.06/162.54	c 161	67104 (40%) CSP clauses are encoded (30348112 clauses, 750060887 bytes)
171.88/179.07	c 178	83880 (50%) CSP clauses are encoded (35455530 clauses, 889161234 bytes)
185.81/193.64	c 192	100656 (60%) CSP clauses are encoded (40006454 clauses, 1013888873 bytes)
200.42/209.13	c 208	117432 (70%) CSP clauses are encoded (44855955 clauses, 1147857484 bytes)
215.03/225.05	c 224	134208 (80%) CSP clauses are encoded (49733485 clauses, 1282318042 bytes)
297.11/314.01	c 313	ERROR Exception Too large HOME/temp.cnf
297.11/314.02	c 313	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
297.11/314.02	c 313	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
297.11/314.02	c 313	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
297.11/314.02	s UNKNOWN
297.16/315.96	c 315	CPU 282.25 (0.05 0.02 282.2 14.89)
297.16/315.96	c 315	END Thu Aug  7 20:35:13 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-1112859-1218133796/watcher-1112859-1218133796 -o /tmp/evaluation-result-1112859-1218133796/solver-1112859-1218133796 -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-1112859-1218133796.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.51 4.54 2.69 2/73 18434
/proc/meminfo: memFree=1949456/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=18572 CPUtime=0
/proc/18434/stat : 18434 (runsolver) D 18432 18434 18258 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 140465578 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 224264776999 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 4643 292 257 25 0 2626 0

[startup+0.0904651 s]
/proc/loadavg: 4.51 4.54 2.69 2/73 18434
/proc/meminfo: memFree=1949456/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=124 CPUtime=0
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140465578 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 224262157801 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101467 s]
/proc/loadavg: 4.51 4.54 2.69 2/73 18434
/proc/meminfo: memFree=1949456/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=124 CPUtime=0
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140465578 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 224262157801 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.301503 s]
/proc/loadavg: 4.51 4.54 2.69 2/73 18434
/proc/meminfo: memFree=1949456/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=12272 CPUtime=0
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 356 0 4 0 0 0 0 0 18 0 1 0 140465578 12566528 328 996147200 4194304 4206940 548682068528 18446744073709551615 224264944229 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701577 s]
/proc/loadavg: 4.51 4.54 2.69 2/73 18434
/proc/meminfo: memFree=1949456/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=13336 CPUtime=0.03
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 728 0 4 0 2 1 0 0 18 0 1 0 140465578 13656064 700 996147200 4194304 4206940 548682068528 18446744073709551615 224264944229 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+1.50173 s]
/proc/loadavg: 4.51 4.54 2.69 1/74 18435
/proc/meminfo: memFree=1946952/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=0.06
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1213 128 6 0 5 1 0 0 18 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+3.10203 s]
/proc/loadavg: 4.51 4.54 2.69 1/77 18439
/proc/meminfo: memFree=1941096/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=0.06
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1213 128 6 0 5 1 0 0 18 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18437] ppid=18434 vsize=5356 CPUtime=0
/proc/18437/stat : 18437 (sh) S 18434 18434 18258 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140465721 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 233 193 169 0 50 0
[pid=18438] ppid=18437 vsize=864664 CPUtime=0.64
/proc/18438/stat : 18438 (java) S 18437 18434 18258 0 -1 0 8553 0 51 0 57 7 0 0 18 0 9 0 140465721 885415936 7593 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18438/statm: 216166 7593 2529 9 0 210748 0
[pid=18438/tid=18439] ppid=18437 vsize=864664 CPUtime=0.38
/proc/18438/task/18439/stat : 18439 (java) R 18437 18434 18258 0 -1 64 2695 0 27 0 34 4 0 0 16 0 9 0 140465753 885415936 7593 996147200 134512640 134550740 4294956000 18446744073709551615 4126654279 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 886760

[startup+6.30262 s]
/proc/loadavg: 4.31 4.50 2.69 3/93 18493
/proc/meminfo: memFree=1884584/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=1.21
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1291 11124 6 51 5 1 104 11 16 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18484] ppid=18434 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18434 18434 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140465939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18484/statm: 1339 233 193 169 0 50 0
[pid=18485] ppid=18484 vsize=868444 CPUtime=2.65
/proc/18485/stat : 18485 (java) S 18484 18434 18258 0 -1 0 11442 0 2 0 257 8 0 0 20 0 9 0 140465940 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18485/statm: 217111 10190 2541 9 0 211686 0
[pid=18485/tid=18486] ppid=18484 vsize=868444 CPUtime=1.96
/proc/18485/task/18486/stat : 18486 (java) R 18484 18434 18258 0 -1 64 2862 0 2 0 194 2 0 0 25 0 9 0 140465941 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4126605771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18487] ppid=18484 vsize=868444 CPUtime=0.45
/proc/18485/task/18487/stat : 18487 (java) S 18484 18434 18258 0 -1 64 6410 0 0 0 42 3 0 0 16 0 9 0 140465942 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18488] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18488/stat : 18488 (java) S 18484 18434 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140465942 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18489] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18489/stat : 18489 (java) S 18484 18434 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140465942 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18490] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18490/stat : 18490 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18491] ppid=18484 vsize=868444 CPUtime=0.2
/proc/18485/task/18491/stat : 18491 (java) S 18484 18434 18258 0 -1 64 1473 0 0 0 19 1 0 0 15 0 9 0 140465944 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18492] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18492/stat : 18492 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18493] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18493/stat : 18493 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140465944 889286656 10190 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 890540

[startup+12.7018 s]
/proc/loadavg: 4.20 4.47 2.69 3/93 18493
/proc/meminfo: memFree=1845168/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=1.21
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1291 11124 6 51 5 1 104 11 16 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18484] ppid=18434 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18434 18434 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140465939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18484/statm: 1339 233 193 169 0 50 0
[pid=18485] ppid=18484 vsize=868444 CPUtime=8.97
/proc/18485/stat : 18485 (java) S 18484 18434 18258 0 -1 0 23212 0 2 0 882 15 0 0 20 0 9 0 140465940 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18485/statm: 217111 17987 2540 9 0 211686 0
[pid=18485/tid=18486] ppid=18484 vsize=868444 CPUtime=7.23
/proc/18485/task/18486/stat : 18486 (java) R 18484 18434 18258 0 -1 64 3489 0 2 0 719 4 0 0 25 0 9 0 140465941 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4126605728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18487] ppid=18484 vsize=868444 CPUtime=1.51
/proc/18485/task/18487/stat : 18487 (java) S 18484 18434 18258 0 -1 64 17551 0 0 0 142 9 0 0 16 0 9 0 140465942 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18488] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18488/stat : 18488 (java) S 18484 18434 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140465942 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18489] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18489/stat : 18489 (java) S 18484 18434 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140465942 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18490] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18490/stat : 18490 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18491] ppid=18484 vsize=868444 CPUtime=0.21
/proc/18485/task/18491/stat : 18491 (java) S 18484 18434 18258 0 -1 64 1475 0 0 0 20 1 0 0 16 0 9 0 140465944 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18492] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18492/stat : 18492 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18493] ppid=18484 vsize=868444 CPUtime=0
/proc/18485/task/18493/stat : 18493 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140465944 889286656 17987 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 890540

[startup+25.5022 s]
/proc/loadavg: 3.72 4.35 2.68 3/93 18493
/proc/meminfo: memFree=1756400/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=1.22
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1291 11124 6 51 5 2 104 11 15 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18484] ppid=18434 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18434 18434 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140465939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18484/statm: 1339 233 193 169 0 50 0
[pid=18485] ppid=18484 vsize=868556 CPUtime=21.64
/proc/18485/stat : 18485 (java) S 18484 18434 18258 0 -1 0 52345 0 3 0 2132 32 0 0 20 0 9 0 140465940 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18485/statm: 217139 37774 2566 9 0 211686 0
[pid=18485/tid=18486] ppid=18484 vsize=868556 CPUtime=16.79
/proc/18485/task/18486/stat : 18486 (java) R 18484 18434 18258 0 -1 64 4769 0 3 0 1673 6 0 0 25 0 9 0 140465941 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4127122529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18487] ppid=18484 vsize=868556 CPUtime=4.54
/proc/18485/task/18487/stat : 18487 (java) S 18484 18434 18258 0 -1 64 45359 0 0 0 431 23 0 0 16 0 9 0 140465942 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18488] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18488/stat : 18488 (java) S 18484 18434 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140465942 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18489] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18489/stat : 18489 (java) S 18484 18434 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140465942 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18490] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18490/stat : 18490 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18491] ppid=18484 vsize=868556 CPUtime=0.28
/proc/18485/task/18491/stat : 18491 (java) S 18484 18434 18258 0 -1 64 1520 0 0 0 27 1 0 0 15 0 9 0 140465944 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18492] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18492/stat : 18492 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18493] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18493/stat : 18493 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140465944 889401344 37774 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.86
Current children cumulated vsize (KiB) 890652

[startup+51.1029 s]
/proc/loadavg: 3.27 4.20 2.67 3/93 18493
/proc/meminfo: memFree=1638128/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=1.22
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1291 11124 6 51 5 2 104 11 15 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18484] ppid=18434 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18434 18434 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140465939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18484/statm: 1339 233 193 169 0 50 0
[pid=18485] ppid=18484 vsize=868556 CPUtime=46.27
/proc/18485/stat : 18485 (java) S 18484 18434 18258 0 -1 0 52623 0 3 0 4522 105 0 0 20 0 9 0 140465940 889401344 37792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18485/statm: 217139 37792 2566 9 0 211686 0
[pid=18485/tid=18486] ppid=18484 vsize=868556 CPUtime=41.21
/proc/18485/task/18486/stat : 18486 (java) R 18484 18434 18258 0 -1 64 5030 0 3 0 4044 77 0 0 25 0 9 0 140465941 889401344 37792 996147200 134512640 134550740 4294955920 18446744073709551615 4127120835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18487] ppid=18484 vsize=868556 CPUtime=4.71
/proc/18485/task/18487/stat : 18487 (java) S 18484 18434 18258 0 -1 64 45359 0 0 0 446 25 0 0 16 0 9 0 140465942 889401344 37792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18488] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18488/stat : 18488 (java) S 18484 18434 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140465942 889401344 37792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18489] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18489/stat : 18489 (java) S 18484 18434 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140465942 889401344 37792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18490] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18490/stat : 18490 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18491] ppid=18484 vsize=868556 CPUtime=0.31
/proc/18485/task/18491/stat : 18491 (java) S 18484 18434 18258 0 -1 64 1537 0 0 0 30 1 0 0 17 0 9 0 140465944 889401344 37792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18492] ppid=18484 vsize=868556 CPUtime=0

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

/proc/18485/task/18493/stat : 18493 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.83
Current children cumulated vsize (KiB) 890652

[startup+162.303 s]
/proc/loadavg: 2.52 3.59 2.62 3/93 18493
/proc/meminfo: memFree=988656/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=1.22
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1291 11124 6 51 5 2 104 11 16 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18484] ppid=18434 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18434 18434 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140465939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18484/statm: 1339 233 193 169 0 50 0
[pid=18485] ppid=18484 vsize=868556 CPUtime=154.64
/proc/18485/stat : 18485 (java) S 18484 18434 18258 0 -1 0 53964 0 3 0 14992 472 0 0 20 0 9 0 140465940 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18485/statm: 217139 37795 2566 9 0 211686 0
[pid=18485/tid=18486] ppid=18484 vsize=868556 CPUtime=148.69
/proc/18485/task/18486/stat : 18486 (java) R 18484 18434 18258 0 -1 64 6368 0 3 0 14431 438 0 0 25 0 9 0 140465941 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4127120188 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18487] ppid=18484 vsize=868556 CPUtime=5.61
/proc/18485/task/18487/stat : 18487 (java) S 18484 18434 18258 0 -1 64 45359 0 0 0 529 32 0 0 16 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18488] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18488/stat : 18488 (java) S 18484 18434 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18489] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18489/stat : 18489 (java) S 18484 18434 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18490] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18490/stat : 18490 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18491] ppid=18484 vsize=868556 CPUtime=0.32
/proc/18485/task/18491/stat : 18491 (java) S 18484 18434 18258 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18492] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18492/stat : 18492 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18493] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18493/stat : 18493 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 155.86
Current children cumulated vsize (KiB) 890652

[startup+222.301 s]
/proc/loadavg: 3.12 3.56 2.67 3/93 18493
/proc/meminfo: memFree=463920/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=1.22
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1291 11124 6 51 5 2 104 11 16 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18484] ppid=18434 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18434 18434 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140465939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18484/statm: 1339 233 193 169 0 50 0
[pid=18485] ppid=18484 vsize=868556 CPUtime=211.66
/proc/18485/stat : 18485 (java) S 18484 18434 18258 0 -1 0 54986 0 3 0 20390 776 0 0 20 0 9 0 140465940 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18485/statm: 217139 37795 2566 9 0 211686 0
[pid=18485/tid=18486] ppid=18484 vsize=868556 CPUtime=205
/proc/18485/task/18486/stat : 18486 (java) R 18484 18434 18258 0 -1 64 7391 0 3 0 19767 733 0 0 25 0 9 0 140465941 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18487] ppid=18484 vsize=868556 CPUtime=6.31
/proc/18485/task/18487/stat : 18487 (java) R 18484 18434 18258 0 -1 64 45359 0 0 0 591 40 0 0 15 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18488] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18488/stat : 18488 (java) S 18484 18434 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18489] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18489/stat : 18489 (java) S 18484 18434 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18490] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18490/stat : 18490 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18491] ppid=18484 vsize=868556 CPUtime=0.32
/proc/18485/task/18491/stat : 18491 (java) S 18484 18434 18258 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18492] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18492/stat : 18492 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18493] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18493/stat : 18493 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 212.88
Current children cumulated vsize (KiB) 890652

[startup+282.302 s]
/proc/loadavg: 3.93 3.70 2.77 3/94 18499
/proc/meminfo: memFree=16232/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=1.22
/proc/18434/stat : 18434 (sugar++) S 18432 18434 18258 0 -1 4194304 1291 11124 6 51 5 2 104 11 16 0 1 0 140465578 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18434/statm: 4185 1104 409 3 0 764 0
[pid=18484] ppid=18434 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18434 18434 18258 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140465939 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18484/statm: 1339 233 193 169 0 50 0
[pid=18485] ppid=18484 vsize=868556 CPUtime=266.6
/proc/18485/stat : 18485 (java) S 18484 18434 18258 0 -1 0 56481 0 3 0 25433 1227 0 0 20 0 9 0 140465940 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18485/statm: 217139 37795 2566 9 0 211686 0
[pid=18485/tid=18486] ppid=18484 vsize=868556 CPUtime=258.98
/proc/18485/task/18486/stat : 18486 (java) D 18484 18434 18258 0 -1 64 8885 0 3 0 24723 1175 0 0 25 0 9 0 140465941 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=18485/tid=18487] ppid=18484 vsize=868556 CPUtime=7.28
/proc/18485/task/18487/stat : 18487 (java) S 18484 18434 18258 0 -1 64 45359 0 0 0 679 49 0 0 16 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18488] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18488/stat : 18488 (java) S 18484 18434 18258 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18489] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18489/stat : 18489 (java) S 18484 18434 18258 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140465942 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18485/tid=18490] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18490/stat : 18490 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18491] ppid=18484 vsize=868556 CPUtime=0.32
/proc/18485/task/18491/stat : 18491 (java) S 18484 18434 18258 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18492] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18492/stat : 18492 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18485/tid=18493] ppid=18484 vsize=868556 CPUtime=0
/proc/18485/task/18493/stat : 18493 (java) S 18484 18434 18258 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140465944 889401344 37795 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.82
Current children cumulated vsize (KiB) 890652

[startup+342.303 s]
/proc/loadavg: 4.75 3.97 2.92 2/85 18501
/proc/meminfo: memFree=1562552/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=297.85
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 71 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 297.85
Current children cumulated vsize (KiB) 16740

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

[startup+346.202 s]
/proc/loadavg: 4.61 3.95 2.92 2/85 18501
/proc/meminfo: memFree=1596024/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=297.86
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 72 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 297.86
Current children cumulated vsize (KiB) 16740

[startup+352.602 s]
/proc/loadavg: 4.48 3.94 2.92 2/84 18501
/proc/meminfo: memFree=1668992/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=297.93
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 79 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 297.93
Current children cumulated vsize (KiB) 16740

[startup+359.002 s]
/proc/loadavg: 4.44 3.94 2.92 2/84 18501
/proc/meminfo: memFree=1717888/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=297.97
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 83 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 297.97
Current children cumulated vsize (KiB) 16740

[startup+362.203 s]
/proc/loadavg: 4.32 3.92 2.92 2/84 18501
/proc/meminfo: memFree=1749184/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=297.99
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 85 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 297.99
Current children cumulated vsize (KiB) 16740

[startup+363.002 s]
/proc/loadavg: 4.32 3.92 2.92 2/84 18501
/proc/meminfo: memFree=1764224/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=297.99
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 85 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 297.99
Current children cumulated vsize (KiB) 16740

[startup+363.802 s]
/proc/loadavg: 4.14 3.89 2.92 2/84 18501
/proc/meminfo: memFree=1765248/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=298.13
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 99 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 298.13
Current children cumulated vsize (KiB) 16740

[startup+364.202 s]
/proc/loadavg: 4.14 3.89 2.92 2/84 18501
/proc/meminfo: memFree=1765248/2055920 swapFree=4181028/4192956
[pid=18434] ppid=18432 vsize=16740 CPUtime=298.15
/proc/18434/stat : 18434 (sugar++) D 18432 18434 18258 0 -1 4194304 1314 68736 6 54 5 101 28220 1489 15 0 1 0 140465578 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18434/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 298.15
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 364.213
CPU time (s): 298.186
CPU user time (s): 282.266
CPU system time (s): 15.9196
CPU usage (%): 81.8713
Max. virtual memory (cumulated for all children) (KiB): 900788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.266
system time used= 15.9196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70106
page faults= 60
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47717
involuntary context switches= 49363

runsolver used 0.432934 second user time and 1.22581 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-08-07 20:29:56
IDJOB=1112859
IDBENCH=61486
IDSOLVER=367
FILE ID=node82/1112859-1218133796
PBS_JOBID= 8000812
Free space on /tmp= 65952 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-1.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-1112859-1218133796/watcher-1112859-1218133796 -o /tmp/evaluation-result-1112859-1218133796/solver-1112859-1218133796 -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-1112859-1218133796.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bcc19e6f7720c8259d2ed7a295277868
RANDOM SEED=1518850340

node82.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1950064 kB
Buffers:          6136 kB
Cached:          28268 kB
SwapCached:       4968 kB
Active:          39344 kB
Inactive:         6152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1950064 kB
SwapTotal:     4192956 kB
SwapFree:      4181028 kB
Dirty:            3348 kB
Writeback:           0 kB
Mapped:          18168 kB
Slab:            45784 kB
Committed_AS:   115020 kB
PageTables:       1756 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node82 at 2008-08-07 20:36:01