Trace number 2065788

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? 1344.45 1351.73

DiagnosticValue
CHECKS2568030000
NODES0

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-2.xml
MD5SUMe37c7fc937e58b291ac15eb0bfb94ef9
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 benchmark0.300953
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size899
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

3.84/4.00	c CPU-LOAD 2.23
3.84/4.00	c LOADED 225 V (899 E), 3150 DTConstraint, arity 2, 2.23 cpu
1344.25/1351.57	c [1351.151] WARNING : java.lang.OutOfMemoryError: Java heap space
1344.25/1351.57	cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17)
1344.25/1351.57	cspfj.util.BitVector.factory(BitVector.java:36)
1344.25/1351.57	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:20)
1344.25/1351.57	cspfj.problem.Problem.learnConstraint(Problem.java:405)
1344.25/1351.57	cspfj.filter.DC2.noGoods(DC2.java:263)
1344.25/1351.57	cspfj.filter.DC2.singletonTest(DC2.java:206)
1344.25/1351.57	cspfj.filter.DC2.cdcReduce(DC2.java:125)
1344.25/1351.57	cspfj.filter.DC2.reduceAll(DC2.java:92)
1344.25/1351.57	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
1344.25/1351.57	cspfj.MGACIter.runSolver(MGACIter.java:206)
1344.25/1351.57	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
1344.25/1351.57	concrete.Concrete.solve(Concrete.java:187)
1344.25/1351.57	concrete.Concrete.run(Concrete.java:112)
1344.25/1351.57	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
1344.25/1351.57	s UNKNOWN
1344.25/1351.57	d NODES 0
1344.25/1351.57	d CHECKS 2568032012
1344.25/1351.57	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)]
1344.25/1351.57	c CDC-added-constraints: 2657
1344.25/1351.57	c CDC-nbsingletontests: 141115
1344.25/1351.57	c CDC-nogoods: 208905971
1344.25/1351.57	c prepro-constraint-ccks: 0
1344.25/1351.57	c prepro-constraint-presenceccks: 0
1344.25/1351.57	c prepro-cpu: 881.3
1344.25/1351.57	c prepro-matrix2d-ccks: 2568032012
1344.25/1351.57	c prepro-matrix2d-presenceccks: 3360658221
1344.25/1351.57	c prepro-removed: 3464
1344.25/1351.57	c total-assgn: 0
1344.25/1351.57	c total-constraint-ccks: 0
1344.25/1351.57	c total-constraint-presence-ccks: 0
1344.25/1351.57	c total-cpu: 881.35004
1344.25/1351.57	c total-matrix2d-ccks: 2568032012
1344.25/1351.57	c total-matrix2d-presence-ccks: 3360658221
1344.25/1351.57	c TOTAL-NODES 0
1344.25/1351.57	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-2065788-1247703935/watcher-2065788-1247703935 -o /tmp/evaluation-result-2065788-1247703935/solver-2065788-1247703935 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2065788-1247703935.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: 1.94 2.23 2.11 4/81 11734
/proc/meminfo: memFree=1335312/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=18576 CPUtime=0
/proc/11734/stat : 11734 (runsolver) R 11732 11734 10935 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57459661 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11734/statm: 4644 284 249 26 0 2626 0

[startup+0.015836 s]
/proc/loadavg: 1.94 2.23 2.11 4/81 11734
/proc/meminfo: memFree=1335312/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102478 s]
/proc/loadavg: 1.94 2.23 2.11 4/81 11734
/proc/meminfo: memFree=1335312/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301526 s]
/proc/loadavg: 1.94 2.23 2.11 4/81 11734
/proc/meminfo: memFree=1335312/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70155 s]
/proc/loadavg: 1.94 2.23 2.11 4/81 11734
/proc/meminfo: memFree=1335312/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50256 s]
/proc/loadavg: 1.94 2.23 2.11 3/91 11747
/proc/meminfo: memFree=1320888/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=847564 CPUtime=1.46
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 7196 0 1 0 141 5 0 0 18 0 9 0 57459662 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 211891 6257 2004 9 0 206369 0
[pid=11739/tid=11740] ppid=11734 vsize=847564 CPUtime=1.03
/proc/11739/task/11740/stat : 11740 (java) R 11734 11734 10935 0 -1 64 3931 0 1 0 100 3 0 0 24 0 9 0 57459663 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4125182270 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11741] ppid=11734 vsize=847564 CPUtime=0.06
/proc/11739/task/11741/stat : 11741 (java) S 11734 11734 10935 0 -1 64 1081 0 0 0 6 0 0 0 16 0 9 0 57459665 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11742] ppid=11734 vsize=847564 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57459665 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=847564 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57459665 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=847564 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57459668 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=847564 CPUtime=0.34
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 1488 0 0 0 33 1 0 0 15 0 9 0 57459671 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=847564 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57459671 867905536 6257 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=847564 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57459672 867905536 6257 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) 852920

[startup+3.10266 s]
/proc/loadavg: 2.03 2.24 2.11 3/92 11748
/proc/meminfo: memFree=1301936/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=3.05
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 13548 0 1 0 296 9 0 0 18 0 10 0 57459662 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 12279 2626 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=1.74
/proc/11739/task/11740/stat : 11740 (java) R 11734 11734 10935 0 -1 64 4220 0 1 0 170 4 0 0 25 0 10 0 57459663 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=0.59
/proc/11739/task/11741/stat : 11741 (java) S 11734 11734 10935 0 -1 64 6186 0 0 0 57 2 0 0 16 0 10 0 57459665 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57459668 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.69
/proc/11739/task/11745/stat : 11745 (java) R 11734 11734 10935 0 -1 64 2442 0 0 0 67 2 0 0 16 0 10 0 57459671 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 103840700 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57459671 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57459672 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11748] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11748/stat : 11748 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57459829 871546880 12279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 856476

[startup+6.30187 s]
/proc/loadavg: 2.03 2.24 2.11 3/92 11749
/proc/meminfo: memFree=1291560/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=6.21
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 14647 0 1 0 611 10 0 0 18 0 10 0 57459662 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 13316 2627 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=4.57
/proc/11739/task/11740/stat : 11740 (java) R 11734 11734 10935 0 -1 64 4333 0 1 0 453 4 0 0 25 0 10 0 57459663 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4127831031 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=0.82
/proc/11739/task/11741/stat : 11741 (java) S 11734 11734 10935 0 -1 64 7093 0 0 0 79 3 0 0 16 0 10 0 57459665 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57459668 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.8
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2520 0 0 0 78 2 0 0 15 0 10 0 57459671 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57459671 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57459672 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11749] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11749/stat : 11749 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57460072 871546880 13316 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 856476

[startup+12.7023 s]
/proc/loadavg: 2.02 2.23 2.11 3/92 11749
/proc/meminfo: memFree=1288176/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=12.55
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 15477 0 1 0 1244 11 0 0 18 0 10 0 57459662 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 14121 2627 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=10.86
/proc/11739/task/11740/stat : 11740 (java) R 11734 11734 10935 0 -1 64 4358 0 1 0 1082 4 0 0 25 0 10 0 57459663 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4127785662 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=0.85
/proc/11739/task/11741/stat : 11741 (java) S 11734 11734 10935 0 -1 64 7897 0 0 0 82 3 0 0 16 0 10 0 57459665 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57459668 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.8
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2521 0 0 0 78 2 0 0 16 0 10 0 57459671 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57459671 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57459672 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11749] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11749/stat : 11749 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57460072 871546880 14121 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 856476

[startup+25.5021 s]
/proc/loadavg: 2.02 2.22 2.11 3/92 11749
/proc/meminfo: memFree=1266416/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=25.22
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 21235 0 1 0 2509 13 0 0 18 0 10 0 57459662 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 19528 2628 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=23.28
/proc/11739/task/11740/stat : 11740 (java) R 11734 11734 10935 0 -1 64 4628 0 1 0 2323 5 0 0 25 0 10 0 57459663 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4127833765 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=1.11
/proc/11739/task/11741/stat : 11741 (java) S 11734 11734 10935 0 -1 64 13381 0 0 0 106 5 0 0 16 0 10 0 57459665 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57459668 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.8
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2525 0 0 0 78 2 0 0 16 0 10 0 57459671 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57459671 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57459672 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11749] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11749/stat : 11749 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57460072 871546880 19528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0

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

[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57459668 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.81
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2527 0 0 0 79 2 0 0 16 0 10 0 57459671 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57459671 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57459672 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11749] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11749/stat : 11749 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57460072 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1323.95
Current children cumulated vsize (KiB) 856476

[startup+1343.9 s]
/proc/loadavg: 2.08 2.20 2.14 3/93 11900
/proc/meminfo: memFree=371168/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=1336.69
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 193068 0 1 0 133582 87 0 0 18 0 10 0 57459662 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 190849 2628 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=883.78
/proc/11739/task/11740/stat : 11740 (java) S 11734 11734 10935 0 -1 64 11728 0 1 0 88365 13 0 0 17 0 10 0 57459663 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=452.06
/proc/11739/task/11741/stat : 11741 (java) R 11734 11734 10935 0 -1 64 178112 0 0 0 45136 70 0 0 25 0 10 0 57459665 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 102758068 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57459668 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.81
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2527 0 0 0 79 2 0 0 16 0 10 0 57459671 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57459671 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57459672 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11749] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11749/stat : 11749 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57460072 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1336.69
Current children cumulated vsize (KiB) 856476

[startup+1347.1 s]
/proc/loadavg: 2.08 2.20 2.14 3/93 11900
/proc/meminfo: memFree=371168/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=1339.87
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 193069 0 1 0 133900 87 0 0 18 0 10 0 57459662 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 190849 2628 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=883.78
/proc/11739/task/11740/stat : 11740 (java) S 11734 11734 10935 0 -1 64 11729 0 1 0 88365 13 0 0 17 0 10 0 57459663 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=455.24
/proc/11739/task/11741/stat : 11741 (java) R 11734 11734 10935 0 -1 64 178112 0 0 0 45454 70 0 0 25 0 10 0 57459665 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57459665 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57459668 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.81
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2527 0 0 0 79 2 0 0 16 0 10 0 57459671 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57459671 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57459672 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11749] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11749/stat : 11749 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 57460072 871546880 190849 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1339.87
Current children cumulated vsize (KiB) 856476

[startup+1350.3 s]
/proc/loadavg: 2.07 2.20 2.14 3/92 11900
/proc/meminfo: memFree=371168/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=1343.05
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 193071 0 1 0 134218 87 0 0 18 0 9 0 57459662 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 190850 2629 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=883.78
/proc/11739/task/11740/stat : 11740 (java) S 11734 11734 10935 0 -1 64 11731 0 1 0 88365 13 0 0 17 0 9 0 57459663 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=458.42
/proc/11739/task/11741/stat : 11741 (java) R 11734 11734 10935 0 -1 64 178112 0 0 0 45772 70 0 0 25 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57459668 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.81
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2527 0 0 0 79 2 0 0 16 0 9 0 57459671 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57459671 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57459672 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1343.05
Current children cumulated vsize (KiB) 856476

[startup+1351.1 s]
/proc/loadavg: 2.07 2.20 2.14 3/92 11900
/proc/meminfo: memFree=371168/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=1343.85
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 193071 0 1 0 134298 87 0 0 18 0 9 0 57459662 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 190850 2629 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=883.78
/proc/11739/task/11740/stat : 11740 (java) S 11734 11734 10935 0 -1 64 11731 0 1 0 88365 13 0 0 17 0 9 0 57459663 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=459.22
/proc/11739/task/11741/stat : 11741 (java) R 11734 11734 10935 0 -1 64 178112 0 0 0 45852 70 0 0 25 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57459668 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.81
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2527 0 0 0 79 2 0 0 16 0 9 0 57459671 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57459671 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57459672 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1343.85
Current children cumulated vsize (KiB) 856476

[startup+1351.5 s]
/proc/loadavg: 2.07 2.20 2.14 3/92 11900
/proc/meminfo: memFree=371168/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=851120 CPUtime=1344.25
/proc/11739/stat : 11739 (java) S 11734 11734 10935 0 -1 0 193071 0 1 0 134338 87 0 0 18 0 9 0 57459662 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11739/statm: 212780 190850 2629 9 0 207258 0
[pid=11739/tid=11740] ppid=11734 vsize=851120 CPUtime=883.78
/proc/11739/task/11740/stat : 11740 (java) S 11734 11734 10935 0 -1 64 11731 0 1 0 88365 13 0 0 17 0 9 0 57459663 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11741] ppid=11734 vsize=851120 CPUtime=459.62
/proc/11739/task/11741/stat : 11741 (java) R 11734 11734 10935 0 -1 64 178112 0 0 0 45892 70 0 0 25 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 102768164 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=11739/tid=11742] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11742/stat : 11742 (java) S 11734 11734 10935 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11743] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11743/stat : 11743 (java) S 11734 11734 10935 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57459665 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11744] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11744/stat : 11744 (java) S 11734 11734 10935 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57459668 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11745] ppid=11734 vsize=851120 CPUtime=0.81
/proc/11739/task/11745/stat : 11745 (java) S 11734 11734 10935 0 -1 64 2527 0 0 0 79 2 0 0 16 0 9 0 57459671 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11746] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11746/stat : 11746 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57459671 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11739/tid=11747] ppid=11734 vsize=851120 CPUtime=0
/proc/11739/task/11747/stat : 11747 (java) S 11734 11734 10935 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57459672 871546880 190850 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1344.25
Current children cumulated vsize (KiB) 856476

[startup+1351.7 s]
/proc/loadavg: 2.07 2.20 2.14 3/92 11900
/proc/meminfo: memFree=371168/2055920 swapFree=4191900/4192956
[pid=11734] ppid=11732 vsize=5356 CPUtime=0
/proc/11734/stat : 11734 (concrete.sh) S 11732 11734 10935 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 57459661 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11734/statm: 1339 244 201 169 0 50 0
[pid=11739] ppid=11734 vsize=0 CPUtime=1344.4
/proc/11739/stat : 11739 (java) Z 11734 11734 10935 0 -1 12 193102 0 1 0 134345 95 0 0 16 0 2 0 57459662 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/11739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1344.4
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1351.73
CPU time (s): 1344.45
CPU user time (s): 1343.46
CPU system time (s): 0.991849
CPU usage (%): 99.4613
Max. virtual memory (cumulated for all children) (KiB): 857760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1343.46
system time used= 0.991849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193745
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= 34538
involuntary context switches= 38988

runsolver used 1.61675 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-16 02:25:35
IDJOB=2065788
IDBENCH=54422
IDSOLVER=736
FILE ID=node29/2065788-1247703935
PBS_JOBID= 9521253
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= e37c7fc937e58b291ac15eb0bfb94ef9
RANDOM SEED=340158479

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1335792 kB
Buffers:         76044 kB
Cached:         512852 kB
SwapCached:        392 kB
Active:         234464 kB
Inactive:       415384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335792 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          80612 kB
Slab:            55336 kB
Committed_AS:   705784 kB
PageTables:       2040 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= 66316 MiB
End job on node29 at 2009-07-16 02:48:07