Trace number 1111298

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? 514.729 524.956

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-08.xml
MD5SUMcc16c493dbfac3e6a3e2b2c64b0d62cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.71	c 0	Sugar v1-13 + HOME/minisat
0.02/0.79	c 0	BEGIN Thu Aug  7 20:20:21 2008
0.02/0.79	c 0	PID 13543
0.04/0.80	c 0	HOST node68.alineos.net
0.04/0.80	c 0	CONVERTING HOME/instance-1111298-1218133219.xml TO HOME/temp.csp
0.04/0.80	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111298-1218133219.xml' 'HOME/temp.csp'
3.13/4.52	c 4	1 domains, 8710 variables, 89 predicates, 0 relations, 48484 constraints
3.13/4.58	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.13/4.58	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.16/4.66	c 4	Parsing HOME/temp.csp
3.16/5.24	c 4	parsed 10000 expressions
4.02/5.42	c 5	parsed 20000 expressions
4.22/5.66	c 5	parsed 30000 expressions
4.42/5.83	c 5	parsed 40000 expressions
4.62/6.08	c 5	parsed 50000 expressions
4.91/6.30	c 5	parsed 57284 expressions
4.91/6.30	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.31/6.72	c 6	MAX CSP: 48484 constraints
5.31/6.72	c 6	Converting to clausal form CSP
5.51/6.97	c 6	converted 10578 (10%) expressions
5.91/7.34	c 6	converted 21155 (20%) expressions
6.11/7.56	c 7	converted 31732 (30%) expressions
6.40/7.83	c 7	converted 42309 (40%) expressions
6.60/8.08	c 7	converted 52886 (50%) expressions
6.90/8.34	c 7	converted 63463 (60%) expressions
7.50/8.94	c 8	converted 74040 (70%) expressions
7.80/9.20	c 8	converted 84617 (80%) expressions
8.00/9.49	c 9	converted 95194 (90%) expressions
16.74/18.28	c 17	converted 105771 (100%) expressions
16.83/18.30	c 17	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 72727
16.83/18.30	c 17	Heap : 169 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.83/18.30	c 17	Propagation in CSP
19.72/21.30	c 20	48475 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.82/21.31	c 20	CSP : 144940 integers, 0 booleans, 223975 clauses, largest domain size 48485
19.82/21.31	c 20	Heap : 181 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.82/21.38	c 21	Simplifing CSP by introducing new Boolean variables
20.31/21.83	c 21	CSP : 144940 integers, 72704 booleans, 296679 clauses, largest domain size 48485
20.31/21.83	c 21	Heap : 200 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.41/22.92	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.51/23.04	c 22	14494 (10%) CSP integer variables are encoded (52260 clauses, 764926 bytes)
21.51/23.06	c 22	28988 (20%) CSP integer variables are encoded (52260 clauses, 764926 bytes)
21.51/23.08	c 22	43482 (30%) CSP integer variables are encoded (52260 clauses, 764926 bytes)
21.61/23.17	c 22	57976 (40%) CSP integer variables are encoded (112802 clauses, 1794140 bytes)
21.91/23.42	c 23	72470 (50%) CSP integer variables are encoded (312208 clauses, 5184042 bytes)
22.20/23.70	c 23	86964 (60%) CSP integer variables are encoded (540786 clauses, 9069868 bytes)
22.50/24.05	c 23	101458 (70%) CSP integer variables are encoded (839397 clauses, 14146255 bytes)
23.48/25.05	c 24	115952 (80%) CSP integer variables are encoded (1678074 clauses, 29967489 bytes)
23.78/25.35	c 24	130446 (90%) CSP integer variables are encoded (1906327 clauses, 34304296 bytes)
24.06/25.64	c 25	144940 (100%) CSP integer variables are encoded (2129782 clauses, 38549941 bytes)
24.46/26.02	c 25	29668 (10%) CSP clauses are encoded (2232810 clauses, 40737352 bytes)
24.86/26.43	c 26	59336 (20%) CSP clauses are encoded (2367758 clauses, 43861591 bytes)
25.25/26.85	c 26	89004 (30%) CSP clauses are encoded (2503732 clauses, 47010187 bytes)
26.94/28.59	c 28	118672 (40%) CSP clauses are encoded (3321944 clauses, 65465119 bytes)
30.95/32.69	c 32	148340 (50%) CSP clauses are encoded (5423644 clauses, 110889363 bytes)
36.05/37.88	c 37	178008 (60%) CSP clauses are encoded (8163928 clauses, 171938961 bytes)
60.51/63.26	c 62	207676 (70%) CSP clauses are encoded (21957111 clauses, 503930848 bytes)
513.98/522.18	c 521	ERROR Exception Too large HOME/temp.cnf
513.98/522.19	c 521	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
513.98/522.19	c 521	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
513.98/522.19	c 521	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
513.98/522.19	s UNKNOWN
514.06/522.24	c 521	CPU 498.68 (0.04 0.01 498.64 15.43)
514.06/522.24	c 521	END Thu Aug  7 20:29:02 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-1111298-1218133219/watcher-1111298-1218133219 -o /tmp/evaluation-result-1111298-1218133219/solver-1111298-1218133219 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111298-1218133219.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.63 1.27 0.51 2/72 13543
/proc/meminfo: memFree=1942848/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=18572 CPUtime=0
/proc/13543/stat : 13543 (runsolver) D 13541 13543 13365 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140379162 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 209560595751 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13543/statm: 4643 292 257 25 0 2626 0

[startup+0.03589 s]
/proc/loadavg: 2.63 1.27 0.51 2/72 13543
/proc/meminfo: memFree=1942848/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=124 CPUtime=0
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140379162 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 209557976457 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/13543/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102896 s]
/proc/loadavg: 2.63 1.27 0.51 2/72 13543
/proc/meminfo: memFree=1942848/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=2504 CPUtime=0
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140379162 2564096 23 996147200 4194304 4206940 548682068592 18446744073709551615 209557979856 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/13543/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.302914 s]
/proc/loadavg: 2.63 1.27 0.51 2/72 13543
/proc/meminfo: memFree=1942848/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=12272 CPUtime=0
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 356 0 4 0 0 0 0 0 18 0 1 0 140379162 12566528 328 996147200 4194304 4206940 548682068592 18446744073709551615 209569496062 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/13543/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701952 s]
/proc/loadavg: 2.63 1.27 0.51 2/72 13543
/proc/meminfo: memFree=1942848/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13204 CPUtime=0.02
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 683 0 4 0 2 0 0 0 18 0 1 0 140379162 13520896 655 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13543/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+1.50122 s]
/proc/loadavg: 2.58 1.28 0.52 1/70 13564
/proc/meminfo: memFree=1944400/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=0.04
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 894 127 4 0 3 1 0 0 16 0 1 0 140379162 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13543/statm: 3400 796 370 3 0 500 0
[pid=13549] ppid=13543 vsize=5356 CPUtime=0
/proc/13549/stat : 13549 (sh) S 13543 13543 13365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140379242 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13549/statm: 1339 233 193 169 0 50 0
[pid=13550] ppid=13549 vsize=863720 CPUtime=0.12
/proc/13550/stat : 13550 (java) S 13549 13543 13365 0 -1 0 3316 0 61 0 8 4 0 0 18 0 9 0 140379243 884449280 2856 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13550/statm: 215930 2856 1685 9 0 210512 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 882676

[startup+3.10237 s]
/proc/loadavg: 2.58 1.28 0.52 4/93 13593
/proc/meminfo: memFree=1887960/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=0.04
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 894 127 4 0 3 1 0 0 16 0 1 0 140379162 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13543/statm: 3400 796 370 3 0 500 0
[pid=13549] ppid=13543 vsize=5356 CPUtime=0
/proc/13549/stat : 13549 (sh) S 13543 13543 13365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140379242 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13549/statm: 1339 233 193 169 0 50 0
[pid=13550] ppid=13549 vsize=864676 CPUtime=1.7
/proc/13550/stat : 13550 (java) S 13549 13543 13365 0 -1 0 20447 0 62 0 157 13 0 0 18 0 9 0 140379243 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13550/statm: 216169 17084 2529 9 0 210751 0
[pid=13550/tid=13567] ppid=13549 vsize=864676 CPUtime=0.83
/proc/13550/task/13567/stat : 13567 (java) S 13549 13543 13365 0 -1 64 3288 0 26 0 78 5 0 0 16 0 9 0 140379273 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13550/tid=13576] ppid=13549 vsize=864676 CPUtime=0.72
/proc/13550/task/13576/stat : 13576 (java) R 13549 13543 13365 0 -1 64 15994 0 0 0 66 6 0 0 20 0 9 0 140379297 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 102723045 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13550/tid=13577] ppid=13549 vsize=864676 CPUtime=0
/proc/13550/task/13577/stat : 13577 (java) S 13549 13543 13365 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140379298 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13550/tid=13578] ppid=13549 vsize=864676 CPUtime=0
/proc/13550/task/13578/stat : 13578 (java) S 13549 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379298 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13550/tid=13579] ppid=13549 vsize=864676 CPUtime=0
/proc/13550/task/13579/stat : 13579 (java) S 13549 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379301 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13550/tid=13580] ppid=13549 vsize=864676 CPUtime=0.12
/proc/13550/task/13580/stat : 13580 (java) S 13549 13543 13365 0 -1 64 502 0 0 0 12 0 0 0 15 0 9 0 140379301 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13550/tid=13581] ppid=13549 vsize=864676 CPUtime=0
/proc/13550/task/13581/stat : 13581 (java) S 13549 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 140379301 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13550/tid=13582] ppid=13549 vsize=864676 CPUtime=0
/proc/13550/task/13582/stat : 13582 (java) S 13549 13543 13365 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140379301 885428224 17084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 883632

[startup+6.30265 s]
/proc/loadavg: 2.61 1.31 0.53 3/93 13613
/proc/meminfo: memFree=1867544/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.16
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 3 1 294 18 15 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13543/statm: 3400 797 370 3 0 500 0
[pid=13604] ppid=13543 vsize=5356 CPUtime=0
/proc/13604/stat : 13604 (sh) S 13543 13543 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140379620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13604/statm: 1339 233 193 169 0 50 0
[pid=13605] ppid=13604 vsize=864104 CPUtime=1.75
/proc/13605/stat : 13605 (java) S 13604 13543 13365 0 -1 0 9735 0 1 0 168 7 0 0 18 0 9 0 140379620 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 216026 8447 2532 9 0 210608 0
[pid=13605/tid=13606] ppid=13604 vsize=864104 CPUtime=1.25
/proc/13605/task/13606/stat : 13606 (java) R 13604 13543 13365 0 -1 64 2732 0 1 0 123 2 0 0 23 0 9 0 140379621 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4126455393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13607] ppid=13604 vsize=864104 CPUtime=0.41
/proc/13605/task/13607/stat : 13607 (java) S 13604 13543 13365 0 -1 64 5966 0 0 0 37 4 0 0 16 0 9 0 140379622 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13608] ppid=13604 vsize=864104 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13604 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379623 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13609] ppid=13604 vsize=864104 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13604 13543 13365 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140379623 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13610] ppid=13604 vsize=864104 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140379625 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13604 vsize=864104 CPUtime=0.06
/proc/13605/task/13611/stat : 13611 (java) S 13604 13543 13365 0 -1 64 340 0 0 0 6 0 0 0 16 0 9 0 140379625 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13612] ppid=13604 vsize=864104 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379625 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13613] ppid=13604 vsize=864104 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140379625 884842496 8447 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 883060

[startup+12.7022 s]
/proc/loadavg: 2.65 1.33 0.55 3/93 13613
/proc/meminfo: memFree=1673496/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.16
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 3 1 294 18 15 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13543/statm: 3400 797 370 3 0 500 0
[pid=13604] ppid=13543 vsize=5356 CPUtime=0
/proc/13604/stat : 13604 (sh) S 13543 13543 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140379620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13604/statm: 1339 233 193 169 0 50 0
[pid=13605] ppid=13604 vsize=868468 CPUtime=8.11
/proc/13605/stat : 13605 (java) S 13604 13543 13365 0 -1 0 48356 0 1 0 781 30 0 0 18 0 9 0 140379620 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 217117 36040 2541 9 0 211692 0
[pid=13605/tid=13606] ppid=13604 vsize=868468 CPUtime=4.73
/proc/13605/task/13606/stat : 13606 (java) R 13604 13543 13365 0 -1 64 4444 0 1 0 468 5 0 0 25 0 9 0 140379621 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4126678688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13607] ppid=13604 vsize=868468 CPUtime=3.14
/proc/13605/task/13607/stat : 13607 (java) S 13604 13543 13365 0 -1 64 41729 0 0 0 290 24 0 0 16 0 9 0 140379622 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13604 vsize=868468 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13604 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379623 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13604 vsize=868468 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13604 13543 13365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140379623 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13610] ppid=13604 vsize=868468 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140379625 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13604 vsize=868468 CPUtime=0.21
/proc/13605/task/13611/stat : 13611 (java) S 13604 13543 13365 0 -1 64 1486 0 0 0 21 0 0 0 16 0 9 0 140379625 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13604 vsize=868468 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379625 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13613] ppid=13604 vsize=868468 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140379625 889311232 36040 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 887424

[startup+25.5014 s]
/proc/loadavg: 2.50 1.37 0.57 3/93 13613
/proc/meminfo: memFree=1371160/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.16
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 3 1 294 18 15 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13543/statm: 3400 797 370 3 0 500 0
[pid=13604] ppid=13543 vsize=5356 CPUtime=0
/proc/13604/stat : 13604 (sh) S 13543 13543 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140379620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13604/statm: 1339 233 193 169 0 50 0
[pid=13605] ppid=13604 vsize=868580 CPUtime=20.81
/proc/13605/stat : 13605 (java) S 13604 13543 13365 0 -1 0 81611 0 1 0 2014 67 0 0 18 0 9 0 140379620 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 217145 57423 2565 9 0 211692 0
[pid=13605/tid=13606] ppid=13604 vsize=868580 CPUtime=13.76
/proc/13605/task/13606/stat : 13606 (java) R 13604 13543 13365 0 -1 64 5406 0 1 0 1348 28 0 0 25 0 9 0 140379621 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13607] ppid=13604 vsize=868580 CPUtime=6.74
/proc/13605/task/13607/stat : 13607 (java) S 13604 13543 13365 0 -1 64 73987 0 0 0 637 37 0 0 16 0 9 0 140379622 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13604 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13604 13543 13365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140379625 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13604 vsize=868580 CPUtime=0.27
/proc/13605/task/13611/stat : 13611 (java) S 13604 13543 13365 0 -1 64 1521 0 0 0 27 0 0 0 16 0 9 0 140379625 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379625 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13613] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140379625 889425920 57423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 887536

[startup+51.1017 s]
/proc/loadavg: 2.33 1.41 0.60 3/93 13613
/proc/meminfo: memFree=749656/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.17
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 4 1 294 18 16 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[startup+282.301 s]
/proc/loadavg: 2.27 1.86 0.96 3/93 13750
/proc/meminfo: memFree=15064/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.17
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 4 1 294 18 16 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13543/statm: 3400 797 370 3 0 500 0
[pid=13604] ppid=13543 vsize=5356 CPUtime=0
/proc/13604/stat : 13604 (sh) S 13543 13543 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140379620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13604/statm: 1339 233 193 169 0 50 0
[pid=13605] ppid=13604 vsize=868580 CPUtime=273.49
/proc/13605/stat : 13605 (java) S 13604 13543 13365 0 -1 0 84320 0 1 0 26458 891 0 0 18 0 9 0 140379620 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 217145 57436 2565 9 0 211692 0
[pid=13605/tid=13606] ppid=13604 vsize=868580 CPUtime=264.23
/proc/13605/task/13606/stat : 13606 (java) R 13604 13543 13365 0 -1 64 8104 0 1 0 25592 831 0 0 25 0 9 0 140379621 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4127093681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13607] ppid=13604 vsize=868580 CPUtime=8.92
/proc/13605/task/13607/stat : 13607 (java) S 13604 13543 13365 0 -1 64 73987 0 0 0 835 57 0 0 16 0 9 0 140379622 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13604 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13604 13543 13365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13604 vsize=868580 CPUtime=0.3
/proc/13605/task/13611/stat : 13611 (java) S 13604 13543 13365 0 -1 64 1532 0 0 0 29 1 0 0 16 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13613] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.66
Current children cumulated vsize (KiB) 887536

[startup+342.307 s]
/proc/loadavg: 2.10 1.88 1.02 3/93 13750
/proc/meminfo: memFree=18008/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.17
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 4 1 294 18 16 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13543/statm: 3400 797 370 3 0 500 0
[pid=13604] ppid=13543 vsize=5356 CPUtime=0
/proc/13604/stat : 13604 (sh) S 13543 13543 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140379620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13604/statm: 1339 233 193 169 0 50 0
[pid=13605] ppid=13604 vsize=868580 CPUtime=333.15
/proc/13605/stat : 13605 (java) S 13604 13543 13365 0 -1 0 84725 0 1 0 32414 901 0 0 18 0 9 0 140379620 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 217145 57436 2565 9 0 211692 0
[pid=13605/tid=13606] ppid=13604 vsize=868580 CPUtime=323.58
/proc/13605/task/13606/stat : 13606 (java) R 13604 13543 13365 0 -1 64 8509 0 1 0 31519 839 0 0 25 0 9 0 140379621 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4126652685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13607] ppid=13604 vsize=868580 CPUtime=9.23
/proc/13605/task/13607/stat : 13607 (java) S 13604 13543 13365 0 -1 64 73987 0 0 0 864 59 0 0 16 0 9 0 140379622 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13604 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13604 13543 13365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13604 vsize=868580 CPUtime=0.3
/proc/13605/task/13611/stat : 13611 (java) S 13604 13543 13365 0 -1 64 1532 0 0 0 29 1 0 0 16 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13613] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 336.32
Current children cumulated vsize (KiB) 887536

[startup+402.301 s]
/proc/loadavg: 2.26 1.95 1.09 3/93 13750
/proc/meminfo: memFree=16216/2055920 swapFree=4179988/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.17
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 4 1 294 18 16 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13543/statm: 3400 797 370 3 0 500 0
[pid=13604] ppid=13543 vsize=5356 CPUtime=0
/proc/13604/stat : 13604 (sh) S 13543 13543 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140379620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13604/statm: 1339 233 193 169 0 50 0
[pid=13605] ppid=13604 vsize=868580 CPUtime=392.83
/proc/13605/stat : 13605 (java) S 13604 13543 13365 0 -1 0 85130 0 1 0 38372 911 0 0 18 0 9 0 140379620 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 217145 57436 2565 9 0 211692 0
[pid=13605/tid=13606] ppid=13604 vsize=868580 CPUtime=382.95
/proc/13605/task/13606/stat : 13606 (java) R 13604 13543 13365 0 -1 64 8914 0 1 0 37449 846 0 0 25 0 9 0 140379621 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4127091771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13607] ppid=13604 vsize=868580 CPUtime=9.56
/proc/13605/task/13607/stat : 13607 (java) S 13604 13543 13365 0 -1 64 73987 0 0 0 893 63 0 0 16 0 9 0 140379622 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13604 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13604 13543 13365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13604 vsize=868580 CPUtime=0.3
/proc/13605/task/13611/stat : 13611 (java) S 13604 13543 13365 0 -1 64 1532 0 0 0 29 1 0 0 16 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13613] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 396
Current children cumulated vsize (KiB) 887536

[startup+462.301 s]
/proc/loadavg: 2.81 2.15 1.22 4/93 13800
/proc/meminfo: memFree=1520352/2055920 swapFree=4180048/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=3.17
/proc/13543/stat : 13543 (sugar) S 13541 13543 13365 0 -1 4194304 970 26802 4 62 4 1 294 18 16 0 1 0 140379162 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13543/statm: 3400 797 370 3 0 500 0
[pid=13604] ppid=13543 vsize=5356 CPUtime=0
/proc/13604/stat : 13604 (sh) S 13543 13543 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140379620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13604/statm: 1339 233 193 169 0 50 0
[pid=13605] ppid=13604 vsize=868580 CPUtime=452.28
/proc/13605/stat : 13605 (java) S 13604 13543 13365 0 -1 0 85647 0 1 0 44214 1014 0 0 18 0 9 0 140379620 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13605/statm: 217145 57436 2565 9 0 211692 0
[pid=13605/tid=13606] ppid=13604 vsize=868580 CPUtime=442
/proc/13605/task/13606/stat : 13606 (java) R 13604 13543 13365 0 -1 64 9431 0 1 0 43255 945 0 0 25 0 9 0 140379621 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13607] ppid=13604 vsize=868580 CPUtime=9.95
/proc/13605/task/13607/stat : 13607 (java) S 13604 13543 13365 0 -1 64 73987 0 0 0 929 66 0 0 16 0 9 0 140379622 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13608] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13608/stat : 13608 (java) S 13604 13543 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13609] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13609/stat : 13609 (java) S 13604 13543 13365 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140379623 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13610] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13610/stat : 13610 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13611] ppid=13604 vsize=868580 CPUtime=0.3
/proc/13605/task/13611/stat : 13611 (java) S 13604 13543 13365 0 -1 64 1532 0 0 0 29 1 0 0 16 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13605/tid=13612] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13612/stat : 13612 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13605/tid=13613] ppid=13604 vsize=868580 CPUtime=0
/proc/13605/task/13613/stat : 13613 (java) S 13604 13543 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140379625 889425920 57436 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 455.45
Current children cumulated vsize (KiB) 887536

[startup+522.302 s]
/proc/loadavg: 3.06 2.35 1.34 3/93 13800
/proc/meminfo: memFree=394784/2055920 swapFree=4180048/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=514.15
/proc/13543/stat : 13543 (sugar) R 13541 13543 13365 0 -1 4194304 994 113844 4 63 4 4 49864 1543 16 0 1 0 140379162 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13543/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 514.15
Current children cumulated vsize (KiB) 13600

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

[startup+523.302 s]
/proc/loadavg: 3.06 2.35 1.34 3/83 13800
/proc/meminfo: memFree=1371952/2055920 swapFree=4180048/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=514.66
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 994 113844 4 63 4 55 49864 1543 15 0 1 0 140379162 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13543/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 514.66
Current children cumulated vsize (KiB) 13600

[startup+524.102 s]
/proc/loadavg: 3.06 2.35 1.34 2/83 13800
/proc/meminfo: memFree=1598512/2055920 swapFree=4180048/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=514.68
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 994 113844 4 63 4 57 49864 1543 15 0 1 0 140379162 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13543/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 514.68
Current children cumulated vsize (KiB) 13600

[startup+524.502 s]
/proc/loadavg: 3.06 2.35 1.34 2/83 13800
/proc/meminfo: memFree=1598512/2055920 swapFree=4180048/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=514.7
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 994 113844 4 63 4 59 49864 1543 15 0 1 0 140379162 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13543/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 514.7
Current children cumulated vsize (KiB) 13600

[startup+524.906 s]
/proc/loadavg: 3.06 2.35 1.34 2/83 13800
/proc/meminfo: memFree=1593776/2055920 swapFree=4180048/4192956
[pid=13543] ppid=13541 vsize=13600 CPUtime=514.71
/proc/13543/stat : 13543 (sugar) D 13541 13543 13365 0 -1 4194304 994 113844 4 63 4 60 49864 1543 15 0 1 0 140379162 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13543/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 514.71
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 524.956
CPU time (s): 514.729
CPU user time (s): 498.684
CPU system time (s): 16.0446
CPU usage (%): 98.0518
Max. virtual memory (cumulated for all children) (KiB): 915040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.684
system time used= 16.0446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114868
page faults= 67
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51195
involuntary context switches= 61406

runsolver used 0.696894 second user time and 1.88371 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-08-07 20:20:20
IDJOB=1111298
IDBENCH=61258
IDSOLVER=368
FILE ID=node68/1111298-1218133219
PBS_JOBID= 8000839
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-08.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111298-1218133219/watcher-1111298-1218133219 -o /tmp/evaluation-result-1111298-1218133219/solver-1111298-1218133219 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111298-1218133219.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc16c493dbfac3e6a3e2b2c64b0d62cb
RANDOM SEED=63727820

node68.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.236
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.236
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:       1943648 kB
Buffers:          4720 kB
Cached:          33768 kB
SwapCached:       5100 kB
Active:          40996 kB
Inactive:         9048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1943648 kB
SwapTotal:     4192956 kB
SwapFree:      4179988 kB
Dirty:            8736 kB
Writeback:           0 kB
Mapped:          19292 kB
Slab:            47508 kB
Committed_AS:   109972 kB
PageTables:       1824 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= 66380 MiB
End job on node68 at 2008-08-07 20:29:05