Trace number 1057268

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 213.361 215.243

DiagnosticValue
CHECKS986536000
NODES300000

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-3-1.xml
MD5SUMab461ed37098537e7bbe7441b6b00ab2
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.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

11.77/11.98	c Thu Jul 03 20:29:11 CEST 2008 concrete.relationconverter.RelationManager strongOptimizeMemory
11.77/11.98	c WARNING: Could not free more memory in relations
11.88/12.08	c CPU-LOAD 3.72
11.88/12.08	c LOADED 100 V (96 E), 20 PredicateConstraint, arity 4, 3.72 cpu
213.22/215.11	v 82 89 16 38 64 49 59 90 5 82 73 13 39 21 4 47 95 8 87 57 68 30 6 54 40 26 83 61 57 73 42 17 38 9 26 29 87 90 12 70 47 43 97 67 89 73 23 21 45 3 28 4 33 7 70 92 10 72 70 73 35 64 95 14 37 60 5 12 33 2 26 77 40 89 46 68 7 3 34 8 84 21 65 50 26 71 7 66 7 26 52 66 24 80 43 83 26 78 36 15 
213.22/215.11	s SATISFIABLE
213.22/215.11	d NODES 300000
213.22/215.11	d CHECKS 986536067
213.22/215.11	c gac3-effective-revisions: 50
213.22/215.11	c gac3-useless-revisions: 80
213.22/215.11	c prepro-constraint-ccks: 860303347
213.22/215.11	c prepro-constraint-presenceccks: 0
213.22/215.11	c prepro-cpu: 174.35
213.22/215.11	c prepro-matrix2d-ccks: 0
213.22/215.11	c prepro-matrix2d-presenceccks: 0
213.22/215.11	c prepro-removed: 1207
213.22/215.11	c total-assgn: 300000
213.22/215.11	c total-constraint-ccks: 986536067
213.22/215.11	c total-constraint-presence-ccks: 0
213.22/215.11	c total-cpu: 200.70999
213.22/215.11	c total-matrix2d-ccks: 0
213.22/215.11	c total-matrix2d-presence-ccks: 0
213.22/215.11	c tuples: 0
213.22/215.11	c tuples-collisions: 0
213.22/215.11	c TOTAL-NODES 300000
213.22/215.11	c TOTAL-CPU 200.70999

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-1057268-1215109739/watcher-1057268-1215109739 -o /tmp/evaluation-result-1057268-1215109739/solver-1057268-1215109739 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1057268-1215109739.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: 1.89 1.94 1.90 4/72 10139
/proc/meminfo: memFree=1501936/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=18572 CPUtime=0
/proc/10139/stat : 10139 (runsolver) R 10137 10139 9730 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 694940342 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10139/statm: 4643 292 257 25 0 2626 0

[startup+0.032406 s]
/proc/loadavg: 1.89 1.94 1.90 4/72 10139
/proc/meminfo: memFree=1501936/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101929 s]
/proc/loadavg: 1.89 1.94 1.90 4/72 10139
/proc/meminfo: memFree=1501936/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301963 s]
/proc/loadavg: 1.89 1.94 1.90 4/72 10139
/proc/meminfo: memFree=1501936/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701031 s]
/proc/loadavg: 1.89 1.94 1.90 4/72 10139
/proc/meminfo: memFree=1501936/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50217 s]
/proc/loadavg: 1.89 1.94 1.90 4/83 10151
/proc/meminfo: memFree=1393176/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=851732 CPUtime=1.47
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 41333 0 1 0 127 20 0 0 22 0 10 0 694940343 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 212933 40458 2578 9 0 207493 0
[pid=10142/tid=10143] ppid=10139 vsize=851732 CPUtime=0.68
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 23325 0 1 0 57 11 0 0 22 0 10 0 694940344 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=851732 CPUtime=0.66
/proc/10142/task/10144/stat : 10144 (java) R 10139 10139 9730 0 -1 64 16580 0 0 0 58 8 0 0 17 0 10 0 694940345 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 103828976 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=851732 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 694940345 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=851732 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 694940345 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=851732 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 694940347 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=851732 CPUtime=0.11
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 693 0 0 0 11 0 0 0 17 0 10 0 694940347 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=851732 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 694940347 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=851732 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 694940347 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10151] ppid=10139 vsize=851732 CPUtime=0
/proc/10142/task/10151/stat : 10151 (java) S 10139 10139 9730 0 -1 64 3 0 0 0 0 0 0 0 19 0 10 0 694940377 872173568 40458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 857088

[startup+3.10144 s]
/proc/loadavg: 1.98 1.96 1.91 3/83 10151
/proc/meminfo: memFree=1327512/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=863888 CPUtime=3.05
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 69262 0 1 0 273 32 0 0 22 0 10 0 694940343 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 215972 68381 2578 9 0 210532 0
[pid=10142/tid=10143] ppid=10139 vsize=863888 CPUtime=1.05
/proc/10142/task/10143/stat : 10143 (java) S 10139 10139 9730 0 -1 64 27394 0 1 0 93 12 0 0 16 0 10 0 694940344 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=863888 CPUtime=1.86
/proc/10142/task/10144/stat : 10144 (java) R 10139 10139 9730 0 -1 64 40440 0 0 0 167 19 0 0 25 0 10 0 694940345 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 102514541 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=863888 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 694940345 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=863888 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 694940345 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=863888 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 694940347 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=863888 CPUtime=0.11
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 693 0 0 0 11 0 0 0 17 0 10 0 694940347 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=863888 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 694940347 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=863888 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 694940347 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10151] ppid=10139 vsize=863888 CPUtime=0
/proc/10142/task/10151/stat : 10151 (java) S 10139 10139 9730 0 -1 64 3 0 0 0 0 0 0 0 19 0 10 0 694940377 884621312 68381 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 869244

[startup+6.30297 s]
/proc/loadavg: 1.98 1.96 1.91 3/83 10151
/proc/meminfo: memFree=1126680/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=885160 CPUtime=6.23
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 115957 0 1 0 572 51 0 0 22 0 10 0 694940343 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 221290 115069 2578 9 0 215850 0
[pid=10142/tid=10143] ppid=10139 vsize=885160 CPUtime=1.71
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 34526 0 1 0 156 15 0 0 16 0 10 0 694940344 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 104454966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=885160 CPUtime=4.37
/proc/10142/task/10144/stat : 10144 (java) R 10139 10139 9730 0 -1 64 80003 0 0 0 403 34 0 0 25 0 10 0 694940345 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=885160 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 694940345 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=885160 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 694940345 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=885160 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 694940347 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=885160 CPUtime=0.11
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 693 0 0 0 11 0 0 0 17 0 10 0 694940347 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=885160 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 694940347 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=885160 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 694940347 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10151] ppid=10139 vsize=885160 CPUtime=0
/proc/10142/task/10151/stat : 10151 (java) S 10139 10139 9730 0 -1 64 3 0 0 0 0 0 0 0 19 0 10 0 694940377 906403840 115069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890516

[startup+12.702 s]
/proc/loadavg: 1.98 1.96 1.91 3/83 10151
/proc/meminfo: memFree=737880/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=910596 CPUtime=12.57
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 193954 0 2 0 1173 84 0 0 22 0 9 0 694940343 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 227649 193035 2593 9 0 222209 0
[pid=10142/tid=10143] ppid=10139 vsize=910596 CPUtime=4.15
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 60763 0 2 0 388 27 0 0 25 0 9 0 694940344 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4126252753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=910596 CPUtime=8.21
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 766 55 0 0 17 0 9 0 694940345 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=910596 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=910596 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=910596 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=910596 CPUtime=0.18
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 747 0 0 0 18 0 0 0 16 0 9 0 694940347 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=910596 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=910596 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 932450304 193035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915952

[startup+25.5022 s]
/proc/loadavg: 1.98 1.96 1.91 3/82 10152
/proc/meminfo: memFree=801880/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=846164 CPUtime=25.25
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 193991 0 2 0 2440 85 0 0 22 0 9 0 694940343 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 211541 176952 2593 9 0 206101 0
[pid=10142/tid=10143] ppid=10139 vsize=846164 CPUtime=16.8
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 60799 0 2 0 1653 27 0 0 25 0 9 0 694940344 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4126261796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=846164 CPUtime=8.23
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 768 55 0 0 16 0 9 0 694940345 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=846164 CPUtime=0.18
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 748 0 0 0 18 0 0 0 17 0 9 0 694940347 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 866471936 176952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25

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

[pid=10142/tid=10143] ppid=10139 vsize=846164 CPUtime=194.21
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 61269 0 2 0 19392 29 0 0 25 0 9 0 694940344 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4126254137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=846164 CPUtime=8.44
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 786 58 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=846164 CPUtime=0.22
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 766 0 0 0 22 0 0 0 16 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.9
Current children cumulated vsize (KiB) 851520

[startup+211.101 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 10152
/proc/meminfo: memFree=801816/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=846164 CPUtime=209.25
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 194495 0 2 0 20835 90 0 0 22 0 9 0 694940343 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 211541 176974 2595 9 0 206101 0
[pid=10142/tid=10143] ppid=10139 vsize=846164 CPUtime=200.54
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 61285 0 2 0 20025 29 0 0 25 0 9 0 694940344 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4126256360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=846164 CPUtime=8.45
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 787 58 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=846164 CPUtime=0.22
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 766 0 0 0 22 0 0 0 16 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 209.25
Current children cumulated vsize (KiB) 851520

[startup+212.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 10152
/proc/meminfo: memFree=801816/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=846164 CPUtime=210.84
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 194499 0 2 0 20994 90 0 0 22 0 9 0 694940343 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 211541 176974 2595 9 0 206101 0
[pid=10142/tid=10143] ppid=10139 vsize=846164 CPUtime=202.13
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 61289 0 2 0 20184 29 0 0 25 0 9 0 694940344 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4125836415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=846164 CPUtime=8.45
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 787 58 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=846164 CPUtime=0.22
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 766 0 0 0 22 0 0 0 16 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 210.84
Current children cumulated vsize (KiB) 851520

[startup+214.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 10152
/proc/meminfo: memFree=801816/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=846164 CPUtime=212.42
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 194504 0 2 0 21152 90 0 0 22 0 9 0 694940343 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 211541 176974 2595 9 0 206101 0
[pid=10142/tid=10143] ppid=10139 vsize=846164 CPUtime=203.71
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 61294 0 2 0 20342 29 0 0 25 0 9 0 694940344 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4126261796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=846164 CPUtime=8.45
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 787 58 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=846164 CPUtime=0.22
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 766 0 0 0 22 0 0 0 16 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 212.42
Current children cumulated vsize (KiB) 851520

[startup+214.703 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 10152
/proc/meminfo: memFree=801816/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=846164 CPUtime=212.82
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 194505 0 2 0 21192 90 0 0 22 0 9 0 694940343 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 211541 176974 2595 9 0 206101 0
[pid=10142/tid=10143] ppid=10139 vsize=846164 CPUtime=204.11
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 61295 0 2 0 20382 29 0 0 25 0 9 0 694940344 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4126253918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=846164 CPUtime=8.45
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 787 58 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=846164 CPUtime=0.22
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 766 0 0 0 22 0 0 0 16 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 212.82
Current children cumulated vsize (KiB) 851520

[startup+215.102 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 10152
/proc/meminfo: memFree=801816/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=846164 CPUtime=213.22
/proc/10142/stat : 10142 (java) S 10139 10139 9730 0 -1 0 194506 0 2 0 21232 90 0 0 22 0 9 0 694940343 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 211541 176974 2595 9 0 206101 0
[pid=10142/tid=10143] ppid=10139 vsize=846164 CPUtime=204.51
/proc/10142/task/10143/stat : 10143 (java) R 10139 10139 9730 0 -1 64 61296 0 2 0 20422 29 0 0 25 0 9 0 694940344 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4126061006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10144] ppid=10139 vsize=846164 CPUtime=8.45
/proc/10142/task/10144/stat : 10144 (java) S 10139 10139 9730 0 -1 64 131706 0 0 0 787 58 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10145] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10145/stat : 10145 (java) S 10139 10139 9730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10146] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10146/stat : 10146 (java) S 10139 10139 9730 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 694940345 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10147] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10147/stat : 10147 (java) S 10139 10139 9730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10148] ppid=10139 vsize=846164 CPUtime=0.22
/proc/10142/task/10148/stat : 10148 (java) S 10139 10139 9730 0 -1 64 766 0 0 0 22 0 0 0 16 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10149] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10149/stat : 10149 (java) S 10139 10139 9730 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10142/tid=10150] ppid=10139 vsize=846164 CPUtime=0
/proc/10142/task/10150/stat : 10150 (java) S 10139 10139 9730 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 694940347 866471936 176974 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.22
Current children cumulated vsize (KiB) 851520

[startup+215.203 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 10152
/proc/meminfo: memFree=801816/2055920 swapFree=4156332/4192956
[pid=10139] ppid=10137 vsize=5356 CPUtime=0
/proc/10139/stat : 10139 (concrete.sh) S 10137 10139 9730 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 694940342 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10139/statm: 1339 242 201 169 0 50 0
[pid=10142] ppid=10139 vsize=0 CPUtime=213.31
/proc/10142/stat : 10142 (java) Z 10139 10139 9730 0 -1 12 194514 0 2 0 21233 98 0 0 16 0 2 0 694940343 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10142/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.31
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 215.243
CPU time (s): 213.361
CPU user time (s): 212.341
CPU system time (s): 1.01984
CPU usage (%): 99.1254
Max. virtual memory (cumulated for all children) (KiB): 915952

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

runsolver used 0.320951 second user time and 0.671897 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 20:28:59
IDJOB=1057268
IDBENCH=54020
IDSOLVER=303
FILE ID=node58/1057268-1215109739
PBS_JOBID= 7877090
Free space on /tmp= 66540 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-20-3-1.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-1057268-1215109739/watcher-1057268-1215109739 -o /tmp/evaluation-result-1057268-1215109739/solver-1057268-1215109739 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1057268-1215109739.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ab461ed37098537e7bbe7441b6b00ab2
RANDOM SEED=2022641918

node58.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.261
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.261
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:       1502416 kB
Buffers:         63216 kB
Cached:         373592 kB
SwapCached:      30964 kB
Active:         265840 kB
Inactive:       227940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1502416 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          64088 kB
Slab:            45168 kB
Committed_AS:  1029560 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= 66540 MiB
End job on node58 at 2008-07-03 20:32:35