Trace number 2080396

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 DC 2009-07-14? 341 342.415

DiagnosticValue
CHECKS132531000
NODES0

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-6.xml
MD5SUM86cc81d2eef8616c56c5321a1700a380
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark127.328
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1235
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

2.89/2.97	c CPU-LOAD 1.39
2.89/2.97	c LOADED 225 V (1235 E), 210 DiffConstraint, 1575 DTConstraint, arity 2, 1.39 cpu
339.00/340.42	c [ 339.994] WARNING : java.lang.OutOfMemoryError: Java heap space
339.00/340.42	cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17)
339.00/340.42	cspfj.util.BitVector.factory(BitVector.java:36)
339.00/340.42	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:20)
339.00/340.42	cspfj.problem.Problem.learnConstraint(Problem.java:405)
339.00/340.42	cspfj.filter.DC2.noGoods(DC2.java:263)
339.00/340.42	cspfj.filter.DC2.singletonTest(DC2.java:206)
339.00/340.42	cspfj.filter.DC2.cdcReduce(DC2.java:125)
339.00/340.42	cspfj.filter.DC2.reduceAll(DC2.java:92)
339.00/340.42	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
339.00/340.42	cspfj.MGACIter.runSolver(MGACIter.java:206)
339.00/340.42	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
339.00/340.42	concrete.Concrete.solve(Concrete.java:187)
339.00/340.42	concrete.Concrete.run(Concrete.java:112)
339.00/340.42	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
339.00/340.42	s UNKNOWN
339.00/340.42	d NODES 0
339.00/340.42	d CHECKS 132530566
339.00/340.42	c java.lang.OutOfMemoryError: Java heap space[cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17), cspfj.util.BitVector.factory(BitVector.java:36), cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:20), cspfj.problem.Problem.learnConstraint(Problem.java:405), cspfj.filter.DC2.noGoods(DC2.java:263), cspfj.filter.DC2.singletonTest(DC2.java:206), cspfj.filter.DC2.cdcReduce(DC2.java:125), cspfj.filter.DC2.reduceAll(DC2.java:92), cspfj.AbstractSolver.preprocess(AbstractSolver.java:226), cspfj.MGACIter.runSolver(MGACIter.java:206), concrete.AbstractLauncher.solve(AbstractLauncher.java:401), concrete.Concrete.solve(Concrete.java:187), concrete.Concrete.run(Concrete.java:112), concrete.Concrete.main(Concrete.java:105)]
339.00/340.42	c CDC-added-constraints: 1326
339.00/340.42	c CDC-nbsingletontests: 4201
339.00/340.42	c CDC-nogoods: 54867599
339.00/340.42	c prepro-constraint-ccks: 0
339.00/340.42	c prepro-constraint-presenceccks: 0
339.00/340.42	c prepro-cpu: 301.91
339.00/340.42	c prepro-matrix2d-ccks: 132530566
339.00/340.42	c prepro-matrix2d-presenceccks: 1442900163
339.00/340.42	c prepro-removed: 174280
339.00/340.42	c total-assgn: 0
339.00/340.42	c total-constraint-ccks: 0
339.00/340.42	c total-constraint-presence-ccks: 0
339.00/340.42	c total-cpu: 301.97
339.00/340.42	c total-matrix2d-ccks: 132530566
339.00/340.42	c total-matrix2d-presence-ccks: 1442900163
339.00/340.42	c TOTAL-NODES 0
339.00/340.42	c TOTAL-CPU 0.0

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080396-1247717643/watcher-2080396-1247717643 -o /tmp/evaluation-result-2080396-1247717643/solver-2080396-1247717643 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2080396-1247717643.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 4/73 12631
/proc/meminfo: memFree=1145472/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 58829525 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 228044013650 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/12631/statm: 1339 230 191 169 0 50 0
[pid=12632] ppid=12631 vsize=5356 CPUtime=0
/proc/12632/stat : 12632 (concrete.sh) R 12631 12631 11359 0 -1 4194368 25 0 0 0 0 0 0 0 21 0 1 0 58829525 5484544 235 996147200 4194304 4889804 548682068736 18446744073709551615 228043844903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12632/statm: 1339 235 195 169 0 50 0

[startup+0.0365259 s]
/proc/loadavg: 2.05 2.02 2.00 4/73 12631
/proc/meminfo: memFree=1145472/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.113443 s]
/proc/loadavg: 2.05 2.02 2.00 4/73 12631
/proc/meminfo: memFree=1145472/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301481 s]
/proc/loadavg: 2.05 2.02 2.00 4/73 12631
/proc/meminfo: memFree=1145472/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701562 s]
/proc/loadavg: 2.05 2.02 2.00 4/73 12631
/proc/meminfo: memFree=1145472/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50272 s]
/proc/loadavg: 2.05 2.02 2.00 4/83 12644
/proc/meminfo: memFree=1130480/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=849552 CPUtime=1.49
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 10220 0 1 0 141 8 0 0 18 0 10 0 58829526 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 212388 9076 2624 9 0 206866 0
[pid=12636/tid=12637] ppid=12631 vsize=849552 CPUtime=0.91
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 3997 0 1 0 87 4 0 0 25 0 10 0 58829527 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=849552 CPUtime=0.25
/proc/12636/task/12638/stat : 12638 (java) R 12631 12631 11359 0 -1 64 4034 0 0 0 23 2 0 0 17 0 10 0 58829528 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 102509266 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=849552 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=849552 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58829528 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=849552 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=849552 CPUtime=0.31
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 1489 0 0 0 30 1 0 0 16 0 10 0 58829534 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=849552 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=849552 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 869941248 9076 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 854908

[startup+3.10204 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 12645
/proc/meminfo: memFree=1106728/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=3.09
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 14970 0 1 0 297 12 0 0 18 0 10 0 58829526 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 13694 2627 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=1.71
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 4367 0 1 0 166 5 0 0 25 0 10 0 58829527 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4127750232 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=0.66
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 7409 0 0 0 62 4 0 0 16 0 10 0 58829528 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.7
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2493 0 0 0 69 1 0 0 15 0 10 0 58829534 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 13694 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 857524

[startup+6.30267 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 12646
/proc/meminfo: memFree=1018848/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=6.28
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 35030 0 1 0 607 21 0 0 18 0 10 0 58829526 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 33728 2627 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=4.09
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 5265 0 1 0 403 6 0 0 25 0 10 0 58829527 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4127827158 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=1.44
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 26556 0 0 0 132 12 0 0 16 0 10 0 58829528 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.72
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2508 0 0 0 71 1 0 0 15 0 10 0 58829534 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12646/stat : 12646 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58829831 872620032 33728 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 857524

[startup+12.7029 s]
/proc/loadavg: 2.04 2.01 2.00 4/84 12646
/proc/meminfo: memFree=1002784/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=12.64
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 38664 0 1 0 1242 22 0 0 18 0 10 0 58829526 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 36078 2628 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=9.91
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 5267 0 1 0 985 6 0 0 25 0 10 0 58829527 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4127839091 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=1.96
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 30177 0 0 0 183 13 0 0 16 0 10 0 58829528 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.75
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2519 0 0 0 73 2 0 0 15 0 10 0 58829534 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12646/stat : 12646 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58829831 872620032 36078 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 857524

[startup+25.5015 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 12646
/proc/meminfo: memFree=993120/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=25.39
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 41299 0 1 0 2515 24 0 0 18 0 10 0 58829526 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 38698 2628 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=22.59
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 6034 0 1 0 2253 6 0 0 25 0 10 0 58829527 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4127790216 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=2.02
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 32045 0 0 0 188 14 0 0 17 0 10 0 58829528 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.75
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2519 0 0 0 73 2 0 0 16 0 10 0 58829534 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) R 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 38698 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0

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

[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 67446 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 67446 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12646/stat : 12646 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58829831 872620032 67446 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 857524

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 12646
/proc/meminfo: memFree=732192/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=101.88
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 102895 0 1 0 10138 50 0 0 18 0 10 0 58829526 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 98990 2628 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=96.32
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 9544 0 1 0 9624 8 0 0 25 0 10 0 58829527 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4127839091 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=4.78
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 90128 0 0 0 440 38 0 0 16 0 10 0 58829528 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.75
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2522 0 0 0 73 2 0 0 15 0 10 0 58829534 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12646/stat : 12646 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58829831 872620032 98990 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 857524

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12646
/proc/meminfo: memFree=606688/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=161.62
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 130086 0 1 0 16103 59 0 0 18 0 10 0 58829526 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 126169 2628 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=155.59
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 9556 0 1 0 15551 8 0 0 25 0 10 0 58829527 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4127839091 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=5.24
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 117305 0 0 0 477 47 0 0 16 0 10 0 58829528 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.76
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2524 0 0 0 74 2 0 0 15 0 10 0 58829534 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12646/stat : 12646 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58829831 872620032 126169 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 857524

[startup+222.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 12646
/proc/meminfo: memFree=474656/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=221.38
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 160025 0 1 0 22066 72 0 0 18 0 10 0 58829526 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 156101 2628 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=213.04
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 10314 0 1 0 21295 9 0 0 25 0 10 0 58829527 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4127839018 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=7.55
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 146486 0 0 0 696 59 0 0 16 0 10 0 58829528 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.76
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2524 0 0 0 74 2 0 0 15 0 10 0 58829534 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12646/stat : 12646 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58829831 872620032 156101 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 857524

[startup+282.302 s]
/proc/loadavg: 2.01 2.01 2.00 4/84 12646
/proc/meminfo: memFree=346656/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=281.14
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 186865 0 1 0 28031 83 0 0 18 0 10 0 58829526 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 182935 2628 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=266.66
/proc/12636/task/12637/stat : 12637 (java) R 12631 12631 11359 0 -1 64 10320 0 1 0 26657 9 0 0 25 0 10 0 58829527 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=13.7
/proc/12636/task/12638/stat : 12638 (java) R 12631 12631 11359 0 -1 64 173320 0 0 0 1299 71 0 0 18 0 10 0 58829528 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58829528 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58829531 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.76
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2524 0 0 0 74 2 0 0 15 0 10 0 58829534 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58829534 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 58829534 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12646] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12646/stat : 12646 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58829831 872620032 182935 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 857524

[startup+342.303 s]
/proc/loadavg: 2.09 2.03 2.01 3/83 12646
/proc/meminfo: memFree=300256/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=852168 CPUtime=340.87
/proc/12636/stat : 12636 (java) S 12631 12631 11359 0 -1 0 194815 0 1 0 34000 87 0 0 18 0 9 0 58829526 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12636/statm: 213042 190873 2630 9 0 207520 0
[pid=12636/tid=12637] ppid=12631 vsize=852168 CPUtime=303.6
/proc/12636/task/12637/stat : 12637 (java) S 12631 12631 11359 0 -1 64 10358 0 1 0 30351 9 0 0 17 0 9 0 58829527 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12638] ppid=12631 vsize=852168 CPUtime=36.48
/proc/12636/task/12638/stat : 12638 (java) S 12631 12631 11359 0 -1 64 181232 0 0 0 3574 74 0 0 25 0 9 0 58829528 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12639] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12631 12631 11359 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58829528 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12640] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12631 12631 11359 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58829528 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12641] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12631 12631 11359 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58829531 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12642] ppid=12631 vsize=852168 CPUtime=0.76
/proc/12636/task/12642/stat : 12642 (java) S 12631 12631 11359 0 -1 64 2524 0 0 0 74 2 0 0 15 0 9 0 58829534 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=12636/tid=12643] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58829534 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12636/tid=12644] ppid=12631 vsize=852168 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12631 12631 11359 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 58829534 872620032 190873 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.87
Current children cumulated vsize (KiB) 857524

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

[startup+342.403 s]
/proc/loadavg: 2.09 2.03 2.01 3/83 12646
/proc/meminfo: memFree=300256/2055920 swapFree=4192812/4192956
[pid=12631] ppid=12629 vsize=5356 CPUtime=0
/proc/12631/stat : 12631 (concrete.sh) S 12629 12631 11359 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58829525 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12631/statm: 1339 244 201 169 0 50 0
[pid=12636] ppid=12631 vsize=0 CPUtime=340.97
/proc/12636/stat : 12636 (java) Z 12631 12631 11359 0 -1 12 194819 0 1 0 34000 97 0 0 16 0 2 0 58829526 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/12636/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 340.97
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 342.415
CPU time (s): 341
CPU user time (s): 340.011
CPU system time (s): 0.988849
CPU usage (%): 99.5868
Max. virtual memory (cumulated for all children) (KiB): 862652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.011
system time used= 0.988849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195462
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= 10981
involuntary context switches= 9075

runsolver used 0.441932 second user time and 1.12983 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-16 06:14:03
IDJOB=2080396
IDBENCH=57081
IDSOLVER=736
FILE ID=node77/2080396-1247717643
PBS_JOBID= 9521359
Free space on /tmp= 66164 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-6.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080396-1247717643/watcher-2080396-1247717643 -o /tmp/evaluation-result-2080396-1247717643/solver-2080396-1247717643 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2080396-1247717643.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 86cc81d2eef8616c56c5321a1700a380
RANDOM SEED=763067804

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.256
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.256
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:       1145952 kB
Buffers:         86276 kB
Cached:         660024 kB
SwapCached:          0 kB
Active:         280880 kB
Inactive:       534852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          80968 kB
Slab:            79540 kB
Committed_AS:   518120 kB
PageTables:       1828 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= 66164 MiB
End job on node77 at 2009-07-16 06:19:46