Trace number 1055418

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CSP4J - Tabu Engine 2008-05-30SAT 1556 1569.86

DiagnosticValue
CHECKS3501020000
NODES5558290

General information on the benchmark

Namecsp/nengfa/
normalized-radi.xml
MD5SUM721069b46612331b45c8be673b18e6c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints141
Maximum constraint arity10
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension141
Global constraints used (with number of constraints)

Solver Data (download as text)

37.89/38.11	c CPU-LOAD 14.92
37.89/38.11	c LOADED 86 V (71 E), 97 PredicateConstraint, 4 ExtensionConstraint2D, arity 10, 14.92 cpu
1555.84/1569.75	v 0 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 1 1 1 1 0 0 0 1 1 0 0 0 0 1 0 1 0 1 1 1 1 0 1 0 0 0 1 0 1 1 1 0 1 0 0 0 1 1 1 1 0 1 0 0 0 1 0 0 7 5 5 2 1 20 
1555.84/1569.75	s SATISFIABLE
1555.84/1569.75	d NODES 5558286
1555.84/1569.75	d CHECKS 3501023999
1555.84/1569.75	c gac3-effective-revisions: 0
1555.84/1569.75	c gac3-useless-revisions: 414
1555.84/1569.75	c prepro-constraint-ccks: 81282918
1555.84/1569.75	c prepro-constraint-presenceccks: 427
1555.84/1569.75	c prepro-cpu: 22.03
1555.84/1569.75	c prepro-matrix2d-ccks: 120
1555.84/1569.75	c prepro-matrix2d-presenceccks: 120
1555.84/1569.75	c prepro-removed: 0
1555.84/1569.75	c total-assgn: 5558286
1555.84/1569.75	c total-constraint-ccks: 3501022745
1555.84/1569.75	c total-constraint-presence-ccks: 18667
1555.84/1569.75	c total-cpu: 1516.77
1555.84/1569.75	c total-matrix2d-ccks: 1254
1555.84/1569.75	c total-matrix2d-presence-ccks: 4680
1555.84/1569.75	c tuples: 0
1555.84/1569.75	c tuples-collisions: 0
1555.84/1569.75	c TOTAL-NODES 5558286
1555.84/1569.75	c TOTAL-CPU 1516.77

Verifier Data (download as text)

OK

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-1055418-1215059540/watcher-1055418-1215059540 -o /tmp/evaluation-result-1055418-1215059540/solver-1055418-1215059540 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1055418-1215059540.xml 

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


[startup+0 s]
/proc/loadavg: 2.61 2.22 2.07 4/77 11137
/proc/meminfo: memFree=1719880/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5352 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) R 11135 11137 10560 0 -1 4194304 161 0 0 0 0 0 0 0 20 0 1 0 619171839 5480448 132 996147200 4194304 4889804 548682068784 18446744073709551615 228043722544 0 0 4096 0 0 0 0 17 1 0 0
/proc/11137/statm: 1338 132 106 169 0 49 0

[startup+0.041586 s]
/proc/loadavg: 2.61 2.22 2.07 4/77 11137
/proc/meminfo: memFree=1719880/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101597 s]
/proc/loadavg: 2.61 2.22 2.07 4/77 11137
/proc/meminfo: memFree=1719880/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301637 s]
/proc/loadavg: 2.61 2.22 2.07 4/77 11137
/proc/meminfo: memFree=1719880/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701716 s]
/proc/loadavg: 2.61 2.22 2.07 4/77 11137
/proc/meminfo: memFree=1719880/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50188 s]
/proc/loadavg: 2.56 2.21 2.07 3/88 11149
/proc/meminfo: memFree=1668720/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=848252 CPUtime=1.48
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 26383 0 1 0 136 12 0 0 20 0 10 0 619171840 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 212063 25493 2579 9 0 206623 0
[pid=11140/tid=11141] ppid=11137 vsize=848252 CPUtime=0.59
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 9355 0 1 0 55 4 0 0 25 0 10 0 619171840 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=848252 CPUtime=0.62
/proc/11140/task/11142/stat : 11142 (java) R 11137 11137 10560 0 -1 64 15289 0 0 0 57 5 0 0 18 0 10 0 619171842 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 102687508 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=848252 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 619171842 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=848252 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 619171842 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=848252 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 619171844 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=848252 CPUtime=0.23
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1004 0 0 0 23 0 0 0 16 0 10 0 619171844 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11147] ppid=11137 vsize=848252 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 619171844 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=848252 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 619171844 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11149] ppid=11137 vsize=848252 CPUtime=0
/proc/11140/task/11149/stat : 11149 (java) S 11137 11137 10560 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 619171895 868610048 25493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 853608

[startup+3.10219 s]
/proc/loadavg: 2.56 2.21 2.07 3/88 11149
/proc/meminfo: memFree=1570928/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=857372 CPUtime=3.07
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 60056 0 1 0 283 24 0 0 20 0 10 0 619171840 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 214343 59154 2579 9 0 208903 0
[pid=11140/tid=11141] ppid=11137 vsize=857372 CPUtime=0.88
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 13266 0 1 0 82 6 0 0 19 0 10 0 619171840 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=857372 CPUtime=1.93
/proc/11140/task/11142/stat : 11142 (java) R 11137 11137 10560 0 -1 64 45051 0 0 0 177 16 0 0 18 0 10 0 619171842 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 102516768 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=857372 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 619171842 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=857372 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 619171842 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=857372 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 619171844 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=857372 CPUtime=0.23
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1004 0 0 0 23 0 0 0 16 0 10 0 619171844 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11147] ppid=11137 vsize=857372 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 619171844 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=857372 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 619171844 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11149] ppid=11137 vsize=857372 CPUtime=0
/proc/11140/task/11149/stat : 11149 (java) S 11137 11137 10560 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 619171895 877948928 59154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 862728

[startup+6.30183 s]
/proc/loadavg: 2.59 2.22 2.07 4/88 11149
/proc/meminfo: memFree=1330736/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=863292 CPUtime=6.25
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 119641 0 1 0 576 49 0 0 20 0 10 0 619171840 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 215823 118730 2580 9 0 210383 0
[pid=11140/tid=11141] ppid=11137 vsize=863292 CPUtime=1.87
/proc/11140/task/11141/stat : 11141 (java) S 11137 11137 10560 0 -1 64 16617 0 1 0 179 8 0 0 25 0 10 0 619171840 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863292 CPUtime=4.12
/proc/11140/task/11142/stat : 11142 (java) R 11137 11137 10560 0 -1 64 101272 0 0 0 373 39 0 0 20 0 10 0 619171842 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 619171842 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 619171842 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 619171844 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863292 CPUtime=0.24
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1017 0 0 0 24 0 0 0 16 0 10 0 619171844 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 619171844 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 619171844 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11149] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11149/stat : 11149 (java) S 11137 11137 10560 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 619171895 884011008 118730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868648

[startup+12.7021 s]
/proc/loadavg: 2.63 2.24 2.08 3/88 11149
/proc/meminfo: memFree=1253368/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=863292 CPUtime=12.62
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 130123 0 1 0 1208 54 0 0 20 0 10 0 619171840 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 215823 113515 2581 9 0 210383 0
[pid=11140/tid=11141] ppid=11137 vsize=863292 CPUtime=4.59
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 16647 0 1 0 451 8 0 0 25 0 10 0 619171840 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863292 CPUtime=7.75
/proc/11140/task/11142/stat : 11142 (java) R 11137 11137 10560 0 -1 64 111719 0 0 0 731 44 0 0 16 0 10 0 619171842 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 104185411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 619171842 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 619171842 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 619171844 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863292 CPUtime=0.25
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1022 0 0 0 25 0 0 0 16 0 10 0 619171844 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 619171844 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 619171844 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11149] ppid=11137 vsize=863292 CPUtime=0
/proc/11140/task/11149/stat : 11149 (java) S 11137 11137 10560 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 619171895 884011008 113515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 868648

[startup+25.5016 s]
/proc/loadavg: 2.60 2.25 2.08 3/88 11149
/proc/meminfo: memFree=1145912/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=886356 CPUtime=25.35
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 186512 0 1 0 2457 78 0 0 20 0 10 0 619171840 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 221589 145629 2582 9 0 216149 0
[pid=11140/tid=11141] ppid=11137 vsize=886356 CPUtime=10.11
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 35285 0 1 0 995 16 0 0 25 0 10 0 619171840 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=886356 CPUtime=14.93
/proc/11140/task/11142/stat : 11142 (java) R 11137 11137 10560 0 -1 64 149409 0 0 0 1433 60 0 0 16 0 10 0 619171842 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 102514245 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=886356 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 619171842 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=886356 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 619171842 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=886356 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 619171844 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=886356 CPUtime=0.28
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1083 0 0 0 28 0 0 0 17 0 10 0 619171844 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11147] ppid=11137 vsize=886356 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 619171844 907628544 145629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=886356 CPUtime=0

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

[pid=11140/tid=11141] ppid=11137 vsize=863388 CPUtime=1523.58
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 37553 0 1 0 152328 30 0 0 25 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4126617720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863388 CPUtime=23.72
/proc/11140/task/11142/stat : 11142 (java) S 11137 11137 10560 0 -1 64 186223 0 0 0 2283 89 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863388 CPUtime=0.35
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1124 0 0 0 35 0 0 0 16 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1547.68
Current children cumulated vsize (KiB) 868744

[startup+1564.7 s]
/proc/loadavg: 2.13 2.10 2.03 3/85 11583
/proc/meminfo: memFree=1024056/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=863388 CPUtime=1550.86
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 225641 0 1 0 154965 121 0 0 20 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 215847 157850 2585 9 0 210407 0
[pid=11140/tid=11141] ppid=11137 vsize=863388 CPUtime=1526.76
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 37557 0 1 0 152646 30 0 0 25 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4126617581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863388 CPUtime=23.72
/proc/11140/task/11142/stat : 11142 (java) S 11137 11137 10560 0 -1 64 186223 0 0 0 2283 89 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863388 CPUtime=0.35
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1124 0 0 0 35 0 0 0 16 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1550.86
Current children cumulated vsize (KiB) 868744

[startup+1567.9 s]
/proc/loadavg: 2.12 2.10 2.03 3/85 11583
/proc/meminfo: memFree=1024120/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=863388 CPUtime=1554.05
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 225646 0 1 0 155284 121 0 0 20 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 215847 157850 2585 9 0 210407 0
[pid=11140/tid=11141] ppid=11137 vsize=863388 CPUtime=1529.94
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 37562 0 1 0 152964 30 0 0 25 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4126676915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863388 CPUtime=23.73
/proc/11140/task/11142/stat : 11142 (java) S 11137 11137 10560 0 -1 64 186223 0 0 0 2284 89 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863388 CPUtime=0.35
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1124 0 0 0 35 0 0 0 16 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1554.05
Current children cumulated vsize (KiB) 868744

[startup+1568.7 s]
/proc/loadavg: 2.12 2.10 2.03 3/85 11583
/proc/meminfo: memFree=1024120/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=863388 CPUtime=1554.84
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 225647 0 1 0 155363 121 0 0 20 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 215847 157850 2585 9 0 210407 0
[pid=11140/tid=11141] ppid=11137 vsize=863388 CPUtime=1530.74
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 37563 0 1 0 153044 30 0 0 25 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4126617634 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863388 CPUtime=23.73
/proc/11140/task/11142/stat : 11142 (java) S 11137 11137 10560 0 -1 64 186223 0 0 0 2284 89 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863388 CPUtime=0.35
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1124 0 0 0 35 0 0 0 16 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1554.84
Current children cumulated vsize (KiB) 868744

[startup+1569.5 s]
/proc/loadavg: 2.12 2.10 2.03 3/85 11583
/proc/meminfo: memFree=1024120/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=863388 CPUtime=1555.64
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 225648 0 1 0 155443 121 0 0 20 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 215847 157850 2585 9 0 210407 0
[pid=11140/tid=11141] ppid=11137 vsize=863388 CPUtime=1531.53
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 37564 0 1 0 153123 30 0 0 25 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4126603259 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863388 CPUtime=23.73
/proc/11140/task/11142/stat : 11142 (java) S 11137 11137 10560 0 -1 64 186223 0 0 0 2284 89 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863388 CPUtime=0.35
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1124 0 0 0 35 0 0 0 16 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1555.64
Current children cumulated vsize (KiB) 868744

[startup+1569.71 s]
/proc/loadavg: 2.12 2.10 2.03 3/85 11583
/proc/meminfo: memFree=1024120/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=863388 CPUtime=1555.84
/proc/11140/stat : 11140 (java) S 11137 11137 10560 0 -1 0 225648 0 1 0 155463 121 0 0 20 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 215847 157850 2585 9 0 210407 0
[pid=11140/tid=11141] ppid=11137 vsize=863388 CPUtime=1531.73
/proc/11140/task/11141/stat : 11141 (java) R 11137 11137 10560 0 -1 64 37564 0 1 0 153143 30 0 0 25 0 9 0 619171840 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4126210032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11142] ppid=11137 vsize=863388 CPUtime=23.73
/proc/11140/task/11142/stat : 11142 (java) S 11137 11137 10560 0 -1 64 186223 0 0 0 2284 89 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11143] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11143/stat : 11143 (java) S 11137 11137 10560 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11144] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11144/stat : 11144 (java) S 11137 11137 10560 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 619171842 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11145] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11145/stat : 11145 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11146] ppid=11137 vsize=863388 CPUtime=0.35
/proc/11140/task/11146/stat : 11146 (java) S 11137 11137 10560 0 -1 64 1124 0 0 0 35 0 0 0 16 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11140/tid=11147] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11147/stat : 11147 (java) S 11137 11137 10560 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11140/tid=11148] ppid=11137 vsize=863388 CPUtime=0
/proc/11140/task/11148/stat : 11148 (java) S 11137 11137 10560 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619171844 884109312 157850 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1555.84
Current children cumulated vsize (KiB) 868744

[startup+1569.8 s]
/proc/loadavg: 2.12 2.10 2.03 3/85 11583
/proc/meminfo: memFree=1024120/2055920 swapFree=4165996/4192956
[pid=11137] ppid=11135 vsize=5356 CPUtime=0
/proc/11137/stat : 11137 (concrete.sh) S 11135 11137 10560 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 619171839 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11137/statm: 1339 242 201 169 0 50 0
[pid=11140] ppid=11137 vsize=0 CPUtime=1555.93
/proc/11140/stat : 11140 (java) Z 11137 11137 10560 0 -1 12 225656 0 1 0 155468 125 0 0 16 0 2 0 619171840 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11140/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1555.93
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1569.86
CPU time (s): 1556
CPU user time (s): 1554.68
CPU system time (s): 1.3178
CPU usage (%): 99.1171
Max. virtual memory (cumulated for all children) (KiB): 891712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1554.68
system time used= 1.3178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226108
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48049
involuntary context switches= 72841

runsolver used 1.9707 second user time and 5.14622 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-03 06:32:20
IDJOB=1055418
IDBENCH=56819
IDSOLVER=303
FILE ID=node77/1055418-1215059540
PBS_JOBID= 7875180
Free space on /tmp= 66500 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/nengfa/normalized-radi.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055418-1215059540/watcher-1055418-1215059540 -o /tmp/evaluation-result-1055418-1215059540/solver-1055418-1215059540 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1055418-1215059540.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 721069b46612331b45c8be673b18e6c8
RANDOM SEED=1907108428

node77.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.274
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.274
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1720296 kB
Buffers:         54240 kB
Cached:         178992 kB
SwapCached:      20884 kB
Active:         127628 kB
Inactive:       133304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720296 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          33768 kB
Slab:            59976 kB
Committed_AS:  1099144 kB
PageTables:       1748 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= 66480 MiB
End job on node77 at 2008-07-03 06:58:30