Trace number 1112673

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? 279.495 290.938

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-4.xml
MD5SUM86f27dad5b32c8754684e5fda2e6b575
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints13
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints21540
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21540
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.08	c 0	BEGIN Sat Jul 12 16:19:08 2008
0.03/0.08	c 0	PID 18330
0.03/0.08	c 0	HOST node47.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-1112673-1215872348.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112673-1215872348.xml' 'HOME/temp.csp'
1.64/1.70	c 2	1 domains, 240 variables, 2 predicates, 0 relations, 21540 constraints
1.64/1.77	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.77	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.66/2.29	c 2	Parsing HOME/temp.csp
2.02/2.62	c 3	parsed 10000 expressions
2.22/2.81	c 3	parsed 20000 expressions
2.22/2.84	c 3	parsed 21783 expressions
2.22/2.84	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.42/3.08	c 3	MAX CSP: 21540 constraints
2.42/3.08	c 3	Converting to clausal form CSP
2.92/3.53	c 4	converted 4333 (10%) expressions
3.22/3.89	c 4	converted 8666 (20%) expressions
3.53/4.13	c 4	converted 12998 (30%) expressions
3.73/4.36	c 4	converted 17331 (40%) expressions
4.12/4.80	c 5	converted 21663 (50%) expressions
4.42/5.03	c 5	converted 25996 (60%) expressions
4.62/5.26	c 5	converted 30329 (70%) expressions
4.82/5.50	c 6	converted 34661 (80%) expressions
5.41/6.03	c 6	converted 38994 (90%) expressions
7.32/7.97	c 8	converted 43326 (100%) expressions
7.32/7.98	c 8	CSP : 43320 integers, 42840 booleans, 150299 clauses, largest domain size 32311
7.32/7.98	c 8	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.32/7.98	c 8	Propagation in CSP
9.52/10.16	c 10	21535 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.52/10.17	c 10	CSP : 43320 integers, 42840 booleans, 150299 clauses, largest domain size 21541
9.52/10.17	c 10	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.61/10.21	c 10	Simplifing CSP by introducing new Boolean variables
10.11/10.70	c 11	CSP : 43320 integers, 128754 booleans, 236213 clauses, largest domain size 21541
10.11/10.70	c 11	Heap : 129 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.81/11.50	c 12	Encoding CSP to SAT : HOME/temp.cnf
10.91/11.57	c 12	4332 (10%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
10.91/11.58	c 12	8664 (20%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
10.91/11.58	c 12	12996 (30%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
10.91/11.59	c 12	17328 (40%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
10.91/11.60	c 12	21660 (50%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
11.31/11.93	c 12	25992 (60%) CSP integer variables are encoded (326199 clauses, 5372370 bytes)
11.41/12.04	c 12	30324 (70%) CSP integer variables are encoded (412333 clauses, 6836648 bytes)
11.52/12.12	c 12	34656 (80%) CSP integer variables are encoded (483230 clauses, 8041897 bytes)
11.52/12.19	c 12	38988 (90%) CSP integer variables are encoded (534527 clauses, 8913946 bytes)
11.61/12.26	c 12	43320 (100%) CSP integer variables are encoded (598678 clauses, 10004513 bytes)
14.10/14.75	c 15	23622 (10%) CSP clauses are encoded (1891440 clauses, 39551615 bytes)
16.69/17.85	c 18	47243 (20%) CSP clauses are encoded (3211455 clauses, 70732595 bytes)
19.53/20.74	c 21	70864 (30%) CSP clauses are encoded (4589208 clauses, 103496352 bytes)
22.39/23.68	c 24	94486 (40%) CSP clauses are encoded (6004542 clauses, 137376685 bytes)
25.45/26.77	c 27	118107 (50%) CSP clauses are encoded (7474727 clauses, 173271951 bytes)
28.74/30.30	c 30	141728 (60%) CSP clauses are encoded (9009265 clauses, 212014628 bytes)
32.07/33.72	c 34	165350 (70%) CSP clauses are encoded (10619912 clauses, 252808541 bytes)
35.62/37.31	c 37	188971 (80%) CSP clauses are encoded (12335605 clauses, 296432403 bytes)
278.41/288.07	c 288	ERROR Exception Too large HOME/temp.cnf
278.41/288.09	c 288	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
278.41/288.09	c 288	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
278.41/288.09	c 288	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
278.41/288.09	s UNKNOWN
278.48/288.17	c 288	CPU 263 (0.06 0.02 262.94 15.52)
278.48/288.17	c 288	END Sat Jul 12 16:23:56 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112673-1215872348/watcher-1112673-1215872348 -o /tmp/evaluation-result-1112673-1215872348/solver-1112673-1215872348 -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-1112673-1215872348.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: 2.60 2.57 2.60 5/80 18330
/proc/meminfo: memFree=1790456/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=12268 CPUtime=0
/proc/18330/stat : 18330 (sugar++) R 18328 18330 17622 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43933941 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18330/statm: 3067 316 241 3 0 167 0

[startup+0.0500199 s]
/proc/loadavg: 2.60 2.57 2.60 5/80 18330
/proc/meminfo: memFree=1790456/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=13600 CPUtime=0.03
/proc/18330/stat : 18330 (sugar++) R 18328 18330 17622 0 -1 4194304 779 0 0 0 2 1 0 0 18 0 1 0 43933941 13926400 747 996147200 4194304 4206940 548682068528 18446744073709551615 208717386465 0 0 4224 0 0 0 0 17 1 0 0
/proc/18330/statm: 3400 747 338 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101016 s]
/proc/loadavg: 2.60 2.57 2.60 5/80 18330
/proc/meminfo: memFree=1790456/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=0.07
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301035 s]
/proc/loadavg: 2.60 2.57 2.60 5/80 18330
/proc/meminfo: memFree=1790456/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=0.07
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701083 s]
/proc/loadavg: 2.60 2.57 2.60 5/80 18330
/proc/meminfo: memFree=1790456/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=0.07
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50117 s]
/proc/loadavg: 2.60 2.57 2.60 3/91 18342
/proc/meminfo: memFree=1763744/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=0.07
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18333] ppid=18330 vsize=5356 CPUtime=0
/proc/18333/stat : 18333 (sh) S 18330 18330 17622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43933949 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18333/statm: 1339 233 193 169 0 50 0
[pid=18334] ppid=18333 vsize=864696 CPUtime=1.37
/proc/18334/stat : 18334 (java) S 18333 18330 17622 0 -1 0 12847 0 1 0 131 6 0 0 18 0 9 0 43933950 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18334/statm: 216174 10894 2529 9 0 210756 0
[pid=18334/tid=18335] ppid=18333 vsize=864696 CPUtime=0.76
/proc/18334/task/18335/stat : 18335 (java) R 18333 18330 17622 0 -1 64 3000 0 1 0 75 1 0 0 24 0 9 0 43933953 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4125950500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18334/tid=18336] ppid=18333 vsize=864696 CPUtime=0.44
/proc/18334/task/18336/stat : 18336 (java) S 18333 18330 17622 0 -1 64 8634 0 0 0 41 3 0 0 16 0 9 0 43933954 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18334/tid=18337] ppid=18333 vsize=864696 CPUtime=0
/proc/18334/task/18337/stat : 18337 (java) S 18333 18330 17622 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 43933955 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18334/tid=18338] ppid=18333 vsize=864696 CPUtime=0
/proc/18334/task/18338/stat : 18338 (java) S 18333 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43933955 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18334/tid=18339] ppid=18333 vsize=864696 CPUtime=0
/proc/18334/task/18339/stat : 18339 (java) S 18333 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43933957 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18334/tid=18340] ppid=18333 vsize=864696 CPUtime=0.13
/proc/18334/task/18340/stat : 18340 (java) S 18333 18330 17622 0 -1 64 514 0 0 0 13 0 0 0 16 0 9 0 43933957 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18334/tid=18341] ppid=18333 vsize=864696 CPUtime=0
/proc/18334/task/18341/stat : 18341 (java) S 18333 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43933957 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18334/tid=18342] ppid=18333 vsize=864696 CPUtime=0
/proc/18334/task/18342/stat : 18342 (java) S 18333 18330 17622 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43933957 885448704 10894 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886792

[startup+3.10133 s]
/proc/loadavg: 2.63 2.58 2.60 3/84 18345
/proc/meminfo: memFree=1784984/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 15 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=864268 CPUtime=0.87
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 8369 0 1 0 83 4 0 0 20 0 9 0 43934119 885010432 7249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 216067 7249 2540 9 0 210642 0
[pid=18344/tid=18345] ppid=18343 vsize=864268 CPUtime=0.49
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 2613 0 1 0 47 2 0 0 25 0 9 0 43934120 885010432 7249 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 886364

[startup+6.30269 s]
/proc/loadavg: 2.63 2.58 2.60 4/91 18352
/proc/meminfo: memFree=1720928/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 15 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=868436 CPUtime=4.07
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 24588 0 1 0 394 13 0 0 20 0 9 0 43934119 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 217109 22758 2540 9 0 211684 0
[pid=18344/tid=18345] ppid=18343 vsize=868436 CPUtime=2.28
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 3598 0 1 0 225 3 0 0 25 0 9 0 43934120 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4126613383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18346] ppid=18343 vsize=868436 CPUtime=1.58
/proc/18344/task/18346/stat : 18346 (java) S 18343 18330 17622 0 -1 64 18823 0 0 0 150 8 0 0 16 0 9 0 43934166 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18347] ppid=18343 vsize=868436 CPUtime=0
/proc/18344/task/18347/stat : 18347 (java) S 18343 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43934166 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18348] ppid=18343 vsize=868436 CPUtime=0
/proc/18344/task/18348/stat : 18348 (java) S 18343 18330 17622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43934166 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18349] ppid=18343 vsize=868436 CPUtime=0
/proc/18344/task/18349/stat : 18349 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43934168 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18350] ppid=18343 vsize=868436 CPUtime=0.19
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1469 0 0 0 18 1 0 0 16 0 9 0 43934168 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868436 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868436 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889278464 22758 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 890532

[startup+12.7024 s]
/proc/loadavg: 2.77 2.61 2.61 3/91 18352
/proc/meminfo: memFree=1632672/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 15 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=868548 CPUtime=10.46
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 59972 0 1 0 1009 37 0 0 20 0 9 0 43934119 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 217137 39289 2565 9 0 211684 0
[pid=18344/tid=18345] ppid=18343 vsize=868548 CPUtime=6.44
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 4378 0 1 0 633 11 0 0 25 0 9 0 43934120 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18346] ppid=18343 vsize=868548 CPUtime=3.71
/proc/18344/task/18346/stat : 18346 (java) S 18343 18330 17622 0 -1 64 53369 0 0 0 349 22 0 0 16 0 9 0 43934166 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18347] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18347/stat : 18347 (java) S 18343 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18348] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18348/stat : 18348 (java) S 18343 18330 17622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18349] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18349/stat : 18349 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18350] ppid=18343 vsize=868548 CPUtime=0.27
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1527 0 0 0 26 1 0 0 16 0 9 0 43934168 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889393152 39289 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 890644

[startup+25.5018 s]
/proc/loadavg: 2.72 2.61 2.61 4/91 18352
/proc/meminfo: memFree=1484640/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 16 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=868548 CPUtime=22.61
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 60295 0 1 0 2140 121 0 0 20 0 9 0 43934119 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 217137 39290 2565 9 0 211684 0
[pid=18344/tid=18345] ppid=18343 vsize=868548 CPUtime=18.39
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 4700 0 1 0 1745 94 0 0 25 0 9 0 43934120 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18344/tid=18346] ppid=18343 vsize=868548 CPUtime=3.91
/proc/18344/task/18346/stat : 18346 (java) S 18343 18330 17622 0 -1 64 53369 0 0 0 367 24 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18344/tid=18347] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18347/stat : 18347 (java) S 18343 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18348] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18348/stat : 18348 (java) S 18343 18330 17622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18349] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18349/stat : 18349 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18350] ppid=18343 vsize=868548 CPUtime=0.28
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1528 0 0 0 27 1 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 890644

[startup+51.1023 s]
/proc/loadavg: 2.69 2.60 2.61 4/91 18352
/proc/meminfo: memFree=1186400/2055920 swapFree=4177044/4192956

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

[pid=18344/tid=18350] ppid=18343 vsize=868548 CPUtime=0.28
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1528 0 0 0 27 1 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.7
Current children cumulated vsize (KiB) 890644

[startup+162.302 s]
/proc/loadavg: 3.12 2.74 2.65 3/91 18352
/proc/meminfo: memFree=659360/2055920 swapFree=4177044/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 16 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=868548 CPUtime=156.77
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 62651 0 1 0 15072 605 0 0 20 0 9 0 43934119 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 217137 39290 2565 9 0 211684 0
[pid=18344/tid=18345] ppid=18343 vsize=868548 CPUtime=150.99
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 7056 0 1 0 14537 562 0 0 25 0 9 0 43934120 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4127148664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18346] ppid=18343 vsize=868548 CPUtime=5.46
/proc/18344/task/18346/stat : 18346 (java) S 18343 18330 17622 0 -1 64 53369 0 0 0 506 40 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18347] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18347/stat : 18347 (java) S 18343 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18348] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18348/stat : 18348 (java) S 18343 18330 17622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18349] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18349/stat : 18349 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18350] ppid=18343 vsize=868548 CPUtime=0.28
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1528 0 0 0 27 1 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.42
Current children cumulated vsize (KiB) 890644

[startup+222.303 s]
/proc/loadavg: 3.76 2.98 2.74 5/91 18352
/proc/meminfo: memFree=14816/2055920 swapFree=4181068/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 16 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=868548 CPUtime=214.02
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 64256 0 1 0 20352 1050 0 0 20 0 9 0 43934119 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 217137 39290 2565 9 0 211684 0
[pid=18344/tid=18345] ppid=18343 vsize=868548 CPUtime=207.22
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 8661 0 1 0 19725 997 0 0 25 0 9 0 43934120 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4127096666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18344/tid=18346] ppid=18343 vsize=868548 CPUtime=6.49
/proc/18344/task/18346/stat : 18346 (java) S 18343 18330 17622 0 -1 64 53369 0 0 0 599 50 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18344/tid=18347] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18347/stat : 18347 (java) S 18343 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18348] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18348/stat : 18348 (java) S 18343 18330 17622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18349] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18349/stat : 18349 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18350] ppid=18343 vsize=868548 CPUtime=0.28
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1528 0 0 0 27 1 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.67
Current children cumulated vsize (KiB) 890644

[startup+282.301 s]
/proc/loadavg: 4.30 3.25 2.84 3/91 18352
/proc/meminfo: memFree=15712/2055920 swapFree=4181068/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 16 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=868548 CPUtime=271.18
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 65887 0 1 0 25625 1493 0 0 20 0 9 0 43934119 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 217137 39290 2565 9 0 211684 0
[pid=18344/tid=18345] ppid=18343 vsize=868548 CPUtime=263.35
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 10292 0 1 0 24904 1431 0 0 25 0 9 0 43934120 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18346] ppid=18343 vsize=868548 CPUtime=7.53
/proc/18344/task/18346/stat : 18346 (java) S 18343 18330 17622 0 -1 64 53369 0 0 0 693 60 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18347] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18347/stat : 18347 (java) S 18343 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18348] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18348/stat : 18348 (java) S 18343 18330 17622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18349] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18349/stat : 18349 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18350] ppid=18343 vsize=868548 CPUtime=0.28
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1528 0 0 0 27 1 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 272.83
Current children cumulated vsize (KiB) 890644

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

[startup+287.903 s]
/proc/loadavg: 4.44 3.29 2.86 3/91 18352
/proc/meminfo: memFree=15200/2055920 swapFree=4181068/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=1.65
/proc/18330/stat : 18330 (sugar++) S 18328 18330 17622 0 -1 4194304 1297 13700 0 1 5 2 151 7 16 0 1 0 43933941 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18330/statm: 4185 1104 409 3 0 764 0
[pid=18343] ppid=18330 vsize=5356 CPUtime=0
/proc/18343/stat : 18343 (sh) S 18330 18330 17622 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43934119 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18343/statm: 1339 233 193 169 0 50 0
[pid=18344] ppid=18343 vsize=868548 CPUtime=276.67
/proc/18344/stat : 18344 (java) S 18343 18330 17622 0 -1 0 66045 0 1 0 26127 1540 0 0 20 0 9 0 43934119 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18344/statm: 217137 39290 2565 9 0 211684 0
[pid=18344/tid=18345] ppid=18343 vsize=868548 CPUtime=268.74
/proc/18344/task/18345/stat : 18345 (java) R 18343 18330 17622 0 -1 64 10450 0 1 0 25397 1477 0 0 25 0 9 0 43934120 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18346] ppid=18343 vsize=868548 CPUtime=7.63
/proc/18344/task/18346/stat : 18346 (java) S 18343 18330 17622 0 -1 64 53369 0 0 0 702 61 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18347] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18347/stat : 18347 (java) S 18343 18330 17622 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18348] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18348/stat : 18348 (java) S 18343 18330 17622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43934166 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18349] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18349/stat : 18349 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18350] ppid=18343 vsize=868548 CPUtime=0.28
/proc/18344/task/18350/stat : 18350 (java) S 18343 18330 17622 0 -1 64 1528 0 0 0 27 1 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18351] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18351/stat : 18351 (java) S 18343 18330 17622 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18344/tid=18352] ppid=18343 vsize=868548 CPUtime=0
/proc/18344/task/18352/stat : 18352 (java) S 18343 18330 17622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43934168 889393152 39290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.32
Current children cumulated vsize (KiB) 890644

[startup+289.502 s]
/proc/loadavg: 4.44 3.29 2.86 3/81 18352
/proc/meminfo: memFree=1890928/2055920 swapFree=4181068/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=279.43
/proc/18330/stat : 18330 (sugar++) D 18328 18330 17622 0 -1 4194304 1320 80045 0 2 6 91 26294 1552 15 0 1 0 43933941 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18330/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 16740

[startup+290.302 s]
/proc/loadavg: 4.44 3.29 2.86 3/81 18352
/proc/meminfo: memFree=1890608/2055920 swapFree=4181068/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=279.46
/proc/18330/stat : 18330 (sugar++) D 18328 18330 17622 0 -1 4194304 1320 80045 0 2 6 94 26294 1552 15 0 1 0 43933941 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18330/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 279.46
Current children cumulated vsize (KiB) 16740

[startup+290.702 s]
/proc/loadavg: 4.44 3.29 2.86 3/81 18352
/proc/meminfo: memFree=1890608/2055920 swapFree=4181068/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=279.48
/proc/18330/stat : 18330 (sugar++) D 18328 18330 17622 0 -1 4194304 1320 80045 0 2 6 96 26294 1552 15 0 1 0 43933941 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18330/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 16740

[startup+290.901 s]
/proc/loadavg: 4.44 3.29 2.86 3/81 18352
/proc/meminfo: memFree=1890608/2055920 swapFree=4181068/4192956
[pid=18330] ppid=18328 vsize=16740 CPUtime=279.48
/proc/18330/stat : 18330 (sugar++) D 18328 18330 17622 0 -1 4194304 1320 80045 0 2 6 96 26294 1552 15 0 1 0 43933941 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 208717714473 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18330/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 290.938
CPU time (s): 279.495
CPU user time (s): 263.001
CPU system time (s): 16.4945
CPU usage (%): 96.0669
Max. virtual memory (cumulated for all children) (KiB): 913028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 263.001
system time used= 16.4945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81421
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= 51960
involuntary context switches= 64804

runsolver used 0.362944 second user time and 1.00585 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-12 16:19:08
IDJOB=1112673
IDBENCH=61455
IDSOLVER=367
FILE ID=node47/1112673-1215872348
PBS_JOBID= 7903486
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-4.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-1112673-1215872348/watcher-1112673-1215872348 -o /tmp/evaluation-result-1112673-1215872348/solver-1112673-1215872348 -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-1112673-1215872348.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86f27dad5b32c8754684e5fda2e6b575
RANDOM SEED=1074825737

node47.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1791000 kB
Buffers:         44184 kB
Cached:          85620 kB
SwapCached:       9936 kB
Active:         157868 kB
Inactive:        63688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791000 kB
SwapTotal:     4192956 kB
SwapFree:      4177044 kB
Dirty:            3452 kB
Writeback:           0 kB
Mapped:         104000 kB
Slab:            28536 kB
Committed_AS:  1034996 kB
PageTables:       2016 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= 66504 MiB
End job on node47 at 2008-07-12 16:23:59