Trace number 2080979

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? 845.55 846.402

DiagnosticValue
CHECKS1216420000
NODES0

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-18.xml
MD5SUM6c4fe0b768bfa979303b578f14aded5b
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 benchmark87.0218
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size962
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data

18.59/19.05	c CPU-LOAD 15.96
18.59/19.05	c LOADED 450 V (962 E), 225 ExtensionConstraint2D, 9450 DTConstraint, arity 2, 15.96 cpu
845.35/846.25	c [ 845.867] WARNING : java.lang.OutOfMemoryError: Java heap space
845.35/846.26	cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17)
845.35/846.26	cspfj.util.BitVector.factory(BitVector.java:36)
845.35/846.26	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:14)
845.35/846.26	cspfj.problem.Problem.learnConstraint(Problem.java:405)
845.35/846.26	cspfj.filter.DC2.noGoods(DC2.java:263)
845.35/846.26	cspfj.filter.DC2.singletonTest(DC2.java:206)
845.35/846.26	cspfj.filter.DC2.cdcReduce(DC2.java:125)
845.35/846.26	cspfj.filter.DC2.reduceAll(DC2.java:92)
845.35/846.26	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
845.35/846.26	cspfj.MGACIter.runSolver(MGACIter.java:206)
845.35/846.26	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
845.35/846.26	concrete.Concrete.solve(Concrete.java:187)
845.35/846.26	concrete.Concrete.run(Concrete.java:112)
845.35/846.26	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
845.35/846.26	s UNKNOWN
845.35/846.26	d NODES 0
845.35/846.26	d CHECKS 1216415263
845.35/846.26	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:14), 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)]
845.35/846.26	c CDC-added-constraints: 2205
845.35/846.26	c CDC-nbsingletontests: 63881
845.35/846.26	c CDC-nogoods: 190218891
845.35/846.26	c prepro-constraint-ccks: 0
845.35/846.26	c prepro-constraint-presenceccks: 0
845.35/846.26	c prepro-cpu: 751.07
845.35/846.26	c prepro-matrix2d-ccks: 1216415263
845.35/846.26	c prepro-matrix2d-presenceccks: 2509197805
845.35/846.26	c prepro-removed: 5803
845.35/846.26	c total-assgn: 0
845.35/846.26	c total-constraint-ccks: 0
845.35/846.26	c total-constraint-presence-ccks: 0
845.35/846.26	c total-cpu: 751.14
845.35/846.26	c total-matrix2d-ccks: 1216415263
845.35/846.26	c total-matrix2d-presence-ccks: 2509197805
845.35/846.26	c TOTAL-NODES 0
845.35/846.26	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-2080979-1247719187/watcher-2080979-1247719187 -o /tmp/evaluation-result-2080979-1247719187/solver-2080979-1247719187 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2080979-1247719187.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.00 2.00 2.00 4/82 15755
/proc/meminfo: memFree=944192/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 58983510 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 254613880914 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/15755/statm: 1339 230 191 169 0 50 0
[pid=15756] ppid=15755 vsize=5356 CPUtime=0
/proc/15756/stat : 15756 (concrete.sh) R 15755 15755 13004 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 58983510 5484544 235 996147200 4194304 4889804 548682068736 18446744073709551615 254613712167 0 0 4096 0 0 0 0 17 1 0 0
/proc/15756/statm: 1339 235 195 169 0 50 0

[startup+0.050494 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15755
/proc/meminfo: memFree=944192/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.105394 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15755
/proc/meminfo: memFree=944192/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301417 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15755
/proc/meminfo: memFree=944192/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702877 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 15755
/proc/meminfo: memFree=944192/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50155 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15768
/proc/meminfo: memFree=928496/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=847612 CPUtime=1.46
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 7213 0 1 0 139 7 0 0 18 0 9 0 58983511 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 211903 6409 2054 9 0 206381 0
[pid=15760/tid=15761] ppid=15755 vsize=847612 CPUtime=1.05
/proc/15760/task/15761/stat : 15761 (java) R 15755 15755 13004 0 -1 64 3886 0 1 0 101 4 0 0 22 0 9 0 58983512 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15755 vsize=847612 CPUtime=0.07
/proc/15760/task/15762/stat : 15762 (java) R 15755 15755 13004 0 -1 64 1267 0 0 0 7 0 0 0 16 0 9 0 58983514 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 102758174 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58983514 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15764] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58983514 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15765] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58983516 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=847612 CPUtime=0.3
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 1363 0 0 0 29 1 0 0 15 0 9 0 58983519 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15767] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58983519 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58983520 867954688 6409 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852968

[startup+3.10273 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15768
/proc/meminfo: memFree=923504/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=847612 CPUtime=2.86
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 8784 0 1 0 278 8 0 0 18 0 9 0 58983511 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 211903 7831 2624 9 0 206381 0
[pid=15760/tid=15761] ppid=15755 vsize=847612 CPUtime=2.29
/proc/15760/task/15761/stat : 15761 (java) R 15755 15755 13004 0 -1 64 3900 0 1 0 225 4 0 0 25 0 9 0 58983512 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4126376037 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15755 vsize=847612 CPUtime=0.23
/proc/15760/task/15762/stat : 15762 (java) S 15755 15755 13004 0 -1 64 2824 0 0 0 22 1 0 0 16 0 9 0 58983514 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58983514 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15764] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58983514 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15765] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58983516 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=847612 CPUtime=0.3
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 1363 0 0 0 29 1 0 0 15 0 9 0 58983519 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15767] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58983519 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=847612 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58983520 867954688 7831 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 852968

[startup+6.30382 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 15768
/proc/meminfo: memFree=918768/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=848640 CPUtime=6.03
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 10922 0 1 0 594 9 0 0 18 0 10 0 58983511 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212160 9305 2625 9 0 206638 0
[pid=15760/tid=15761] ppid=15755 vsize=848640 CPUtime=5.27
/proc/15760/task/15761/stat : 15761 (java) R 15755 15755 13004 0 -1 64 4009 0 1 0 523 4 0 0 25 0 10 0 58983512 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15755 vsize=848640 CPUtime=0.4
/proc/15760/task/15762/stat : 15762 (java) S 15755 15755 13004 0 -1 64 4843 0 0 0 39 1 0 0 15 0 10 0 58983514 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15755 vsize=848640 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58983514 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15764] ppid=15755 vsize=848640 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58983514 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15765] ppid=15755 vsize=848640 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58983516 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=848640 CPUtime=0.31
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 1369 0 0 0 30 1 0 0 15 0 10 0 58983519 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15767] ppid=15755 vsize=848640 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58983519 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=848640 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58983520 869007360 9305 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 853996

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 15769
/proc/meminfo: memFree=892392/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=851256 CPUtime=12.35
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 18720 0 1 0 1222 13 0 0 18 0 10 0 58983511 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212814 15598 2633 9 0 207292 0
[pid=15760/tid=15761] ppid=15755 vsize=851256 CPUtime=10.56
/proc/15760/task/15761/stat : 15761 (java) R 15755 15755 13004 0 -1 64 4419 0 1 0 1051 5 0 0 25 0 10 0 58983512 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4127711752 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15755 vsize=851256 CPUtime=1.06
/proc/15760/task/15762/stat : 15762 (java) S 15755 15755 13004 0 -1 64 11209 0 0 0 102 4 0 0 16 0 10 0 58983514 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58983514 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15764] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 58983514 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15765] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58983516 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=851256 CPUtime=0.7
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 2388 0 0 0 68 2 0 0 15 0 10 0 58983519 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15767] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58983519 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58983520 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15769] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15769/stat : 15769 (java) S 15755 15755 13004 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 58984122 871686144 15598 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 856612

[startup+25.5012 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 15812
/proc/meminfo: memFree=868832/2055920 swapFree=4192948/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=851256 CPUtime=25.08
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 28882 0 1 0 2490 18 0 0 18 0 10 0 58983511 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212814 25726 2634 9 0 207292 0
[pid=15760/tid=15761] ppid=15755 vsize=851256 CPUtime=22.23
/proc/15760/task/15761/stat : 15761 (java) R 15755 15755 13004 0 -1 64 5135 0 1 0 2217 6 0 0 25 0 10 0 58983512 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4127984883 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15755 vsize=851256 CPUtime=2.02
/proc/15760/task/15762/stat : 15762 (java) S 15755 15755 13004 0 -1 64 20596 0 0 0 195 7 0 0 16 0 10 0 58983514 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58983514 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 58983514 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58983516 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=851256 CPUtime=0.8
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 2446 0 0 0 77 3 0 0 15 0 10 0 58983519 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58983519 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58983520 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15811] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15811/stat : 15811 (java) S 15755 15755 13004 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58985443 871686144 25726 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.08

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

[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58983520 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15811] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15811/stat : 15811 (java) S 15755 15755 13004 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58985443 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 831.05
Current children cumulated vsize (KiB) 856612

[startup+838.301 s]
/proc/loadavg: 2.51 2.22 2.07 4/94 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=851256 CPUtime=837.45
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 194460 0 1 0 83643 102 0 0 18 0 10 0 58983511 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212814 191023 2634 9 0 207292 0
[pid=15760/tid=15761] ppid=15755 vsize=851256 CPUtime=767.26
/proc/15760/task/15761/stat : 15761 (java) S 15755 15755 13004 0 -1 64 11326 0 1 0 76714 12 0 0 17 0 10 0 58983512 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15755 vsize=851256 CPUtime=69.34
/proc/15760/task/15762/stat : 15762 (java) R 15755 15755 13004 0 -1 64 179979 0 0 0 6848 86 0 0 25 0 10 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58983516 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=851256 CPUtime=0.82
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 2450 0 0 0 79 3 0 0 16 0 10 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58983520 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15811] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15811/stat : 15811 (java) S 15755 15755 13004 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58985443 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 837.45
Current children cumulated vsize (KiB) 856612

[startup+841.507 s]
/proc/loadavg: 2.55 2.23 2.08 4/94 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=851256 CPUtime=840.65
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 194461 0 1 0 83963 102 0 0 18 0 10 0 58983511 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212814 191023 2634 9 0 207292 0
[pid=15760/tid=15761] ppid=15755 vsize=851256 CPUtime=767.26
/proc/15760/task/15761/stat : 15761 (java) S 15755 15755 13004 0 -1 64 11327 0 1 0 76714 12 0 0 17 0 10 0 58983512 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15755 vsize=851256 CPUtime=72.55
/proc/15760/task/15762/stat : 15762 (java) R 15755 15755 13004 0 -1 64 179979 0 0 0 7169 86 0 0 25 0 10 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 102768021 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58983516 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=851256 CPUtime=0.82
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 2450 0 0 0 79 3 0 0 16 0 10 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58983520 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15811] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15811/stat : 15811 (java) S 15755 15755 13004 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 58985443 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 840.65
Current children cumulated vsize (KiB) 856612

[startup+844.703 s]
/proc/loadavg: 2.55 2.23 2.08 4/93 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=851256 CPUtime=843.85
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 194462 0 1 0 84283 102 0 0 18 0 9 0 58983511 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212814 191023 2634 9 0 207292 0
[pid=15760/tid=15761] ppid=15755 vsize=851256 CPUtime=767.26
/proc/15760/task/15761/stat : 15761 (java) S 15755 15755 13004 0 -1 64 11328 0 1 0 76714 12 0 0 17 0 9 0 58983512 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15755 vsize=851256 CPUtime=75.75
/proc/15760/task/15762/stat : 15762 (java) R 15755 15755 13004 0 -1 64 179979 0 0 0 7489 86 0 0 25 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58983516 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=851256 CPUtime=0.82
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 2450 0 0 0 79 3 0 0 16 0 9 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58983520 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 843.85
Current children cumulated vsize (KiB) 856612

[startup+845.503 s]
/proc/loadavg: 2.55 2.23 2.08 4/93 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=851256 CPUtime=844.65
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 194462 0 1 0 84363 102 0 0 18 0 9 0 58983511 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212814 191023 2634 9 0 207292 0
[pid=15760/tid=15761] ppid=15755 vsize=851256 CPUtime=767.26
/proc/15760/task/15761/stat : 15761 (java) S 15755 15755 13004 0 -1 64 11328 0 1 0 76714 12 0 0 17 0 9 0 58983512 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15755 vsize=851256 CPUtime=76.54
/proc/15760/task/15762/stat : 15762 (java) R 15755 15755 13004 0 -1 64 179979 0 0 0 7568 86 0 0 25 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58983516 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=851256 CPUtime=0.82
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 2450 0 0 0 79 3 0 0 16 0 9 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58983520 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 844.65
Current children cumulated vsize (KiB) 856612

[startup+845.907 s]
/proc/loadavg: 2.55 2.23 2.08 3/93 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=851256 CPUtime=845.05
/proc/15760/stat : 15760 (java) S 15755 15755 13004 0 -1 0 194462 0 1 0 84403 102 0 0 18 0 9 0 58983511 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 212814 191023 2634 9 0 207292 0
[pid=15760/tid=15761] ppid=15755 vsize=851256 CPUtime=767.26
/proc/15760/task/15761/stat : 15761 (java) S 15755 15755 13004 0 -1 64 11328 0 1 0 76714 12 0 0 17 0 9 0 58983512 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15755 vsize=851256 CPUtime=76.94
/proc/15760/task/15762/stat : 15762 (java) R 15755 15755 13004 0 -1 64 179979 0 0 0 7608 86 0 0 25 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 104516152 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15755 15755 13004 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15755 15755 13004 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 58983514 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58983516 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15766] ppid=15755 vsize=851256 CPUtime=0.82
/proc/15760/task/15766/stat : 15766 (java) S 15755 15755 13004 0 -1 64 2450 0 0 0 79 3 0 0 16 0 9 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58983519 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15755 vsize=851256 CPUtime=0
/proc/15760/task/15768/stat : 15768 (java) S 15755 15755 13004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58983520 871686144 191023 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 845.05
Current children cumulated vsize (KiB) 856612

[startup+846.302 s]
/proc/loadavg: 2.55 2.23 2.08 3/93 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=0
/proc/15755/stat : 15755 (concrete.sh) S 15753 15755 13004 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15755/statm: 1339 244 201 169 0 50 0
[pid=15760] ppid=15755 vsize=0 CPUtime=845.44
/proc/15760/stat : 15760 (java) Z 15755 15755 13004 0 -1 12 194471 0 1 0 84439 105 0 0 16 0 2 0 58983511 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 845.44
Current children cumulated vsize (KiB) 5356

[startup+846.402 s]
/proc/loadavg: 2.55 2.23 2.08 3/93 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=15755] ppid=15753 vsize=5356 CPUtime=845.54
/proc/15755/stat : 15755 (concrete.sh) R 15753 15755 13004 0 -1 4194308 349 194765 0 1 0 0 84439 115 18 0 1 0 58983510 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 254613712106 0 0 4100 65536 0 0 0 17 0 0 0
/proc/15755/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 845.54
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 846.402
CPU time (s): 845.55
CPU user time (s): 844.397
CPU system time (s): 1.15382
CPU usage (%): 99.8994
Max. virtual memory (cumulated for all children) (KiB): 857900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 844.397
system time used= 1.15382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195114
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= 24915
involuntary context switches= 23794

runsolver used 1.16382 second user time and 2.72358 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 06:39:47
IDJOB=2080979
IDBENCH=57218
IDSOLVER=736
FILE ID=node87/2080979-1247719187
PBS_JOBID= 9521330
Free space on /tmp= 66164 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-15/normalized-super-os-taillard-15-18.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-2080979-1247719187/watcher-2080979-1247719187 -o /tmp/evaluation-result-2080979-1247719187/solver-2080979-1247719187 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2080979-1247719187.xml

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

MD5SUM BENCH= 6c4fe0b768bfa979303b578f14aded5b
RANDOM SEED=1947092410

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        944608 kB
Buffers:        122248 kB
Cached:         809684 kB
SwapCached:          8 kB
Active:         140224 kB
Inactive:       866584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        944608 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:          95140 kB
Slab:            89408 kB
Committed_AS:   661540 kB
PageTables:       2072 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= 66160 MiB
End job on node87 at 2009-07-16 06:53:53