Trace number 2076447

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? 863.454 866.97

DiagnosticValue
CHECKS1649180000
NODES0

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-2.xml
MD5SUMcf2755c41c9629ae5bc712eeb2cf6ab2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.20766
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1229
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data

8.86/8.95	c CPU-LOAD 6.53
8.86/8.95	c LOADED 400 V (1229 E), 7600 DTConstraint, arity 2, 6.53 cpu
863.30/866.82	c [ 866.407] WARNING : java.lang.OutOfMemoryError: Java heap space
863.30/866.82	cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17)
863.30/866.82	cspfj.util.BitVector.factory(BitVector.java:36)
863.30/866.82	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:20)
863.30/866.82	cspfj.problem.Problem.learnConstraint(Problem.java:405)
863.30/866.82	cspfj.filter.DC2.noGoods(DC2.java:263)
863.30/866.82	cspfj.filter.DC2.singletonTest(DC2.java:206)
863.30/866.82	cspfj.filter.DC2.cdcReduce(DC2.java:125)
863.30/866.82	cspfj.filter.DC2.reduceAll(DC2.java:92)
863.30/866.82	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
863.30/866.82	cspfj.MGACIter.runSolver(MGACIter.java:206)
863.30/866.82	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
863.30/866.82	concrete.Concrete.solve(Concrete.java:187)
863.30/866.82	concrete.Concrete.run(Concrete.java:112)
863.30/866.82	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
863.30/866.82	s UNKNOWN
863.30/866.82	d NODES 0
863.30/866.82	d CHECKS 1649183947
863.30/866.82	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)]
863.30/866.83	c CDC-added-constraints: 1510
863.30/866.83	c CDC-nbsingletontests: 62185
863.30/866.83	c CDC-nogoods: 185961990
863.30/866.83	c prepro-constraint-ccks: 0
863.30/866.83	c prepro-constraint-presenceccks: 0
863.30/866.83	c prepro-cpu: 706.08997
863.30/866.83	c prepro-matrix2d-ccks: 1649183947
863.30/866.83	c prepro-matrix2d-presenceccks: 2777738627
863.30/866.83	c prepro-removed: 3856
863.30/866.83	c total-assgn: 0
863.30/866.83	c total-constraint-ccks: 0
863.30/866.83	c total-constraint-presence-ccks: 0
863.30/866.83	c total-cpu: 706.15
863.30/866.83	c total-matrix2d-ccks: 1649183947
863.30/866.83	c total-matrix2d-presence-ccks: 2777738627
863.30/866.83	c TOTAL-NODES 0
863.30/866.83	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-2076447-1247714197/watcher-2076447-1247714197 -o /tmp/evaluation-result-2076447-1247714197/solver-2076447-1247714197 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2076447-1247714197.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.18 2.20 2.12 4/72 20086
/proc/meminfo: memFree=1246664/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5260 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) R 20084 20086 18528 0 -1 4194304 63 0 0 0 0 0 0 0 20 0 1 0 58483565 5386240 48 996147200 4194304 4889804 548682068736 18446744073709551615 264837855276 0 0 4096 0 0 0 0 17 1 0 0
/proc/20086/statm: 1315 48 37 169 0 14 0

[startup+0.0543851 s]
/proc/loadavg: 2.18 2.20 2.12 4/72 20086
/proc/meminfo: memFree=1246664/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101374 s]
/proc/loadavg: 2.18 2.20 2.12 4/72 20086
/proc/meminfo: memFree=1246664/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301394 s]
/proc/loadavg: 2.18 2.20 2.12 4/72 20086
/proc/meminfo: memFree=1246664/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701435 s]
/proc/loadavg: 2.18 2.20 2.12 4/72 20086
/proc/meminfo: memFree=1246664/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50252 s]
/proc/loadavg: 2.25 2.21 2.13 4/82 20099
/proc/meminfo: memFree=1234104/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=847588 CPUtime=1.47
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 7115 0 1 0 142 5 0 0 18 0 9 0 58483567 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 211897 6267 2004 9 0 206375 0
[pid=20091/tid=20092] ppid=20086 vsize=847588 CPUtime=1.02
/proc/20091/task/20092/stat : 20092 (java) R 20086 20086 18528 0 -1 64 3888 0 1 0 99 3 0 0 21 0 9 0 58483568 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4126466271 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20093] ppid=20086 vsize=847588 CPUtime=0.07
/proc/20091/task/20093/stat : 20093 (java) S 20086 20086 18528 0 -1 64 1072 0 0 0 7 0 0 0 16 0 9 0 58483569 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20094] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58483569 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20095] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58483569 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20096] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58483572 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=847588 CPUtime=0.33
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 1459 0 0 0 33 0 0 0 16 0 9 0 58483575 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20098] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58483575 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58483576 867930112 6267 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 852944

[startup+3.10268 s]
/proc/loadavg: 2.25 2.21 2.13 3/82 20099
/proc/meminfo: memFree=1228280/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=847588 CPUtime=3.06
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 9184 0 1 0 300 6 0 0 18 0 9 0 58483567 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 211897 8122 2624 9 0 206375 0
[pid=20091/tid=20092] ppid=20086 vsize=847588 CPUtime=2.41
/proc/20091/task/20092/stat : 20092 (java) R 20086 20086 18528 0 -1 64 3906 0 1 0 238 3 0 0 17 0 9 0 58483568 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4126454118 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=847588 CPUtime=0.28
/proc/20091/task/20093/stat : 20093 (java) S 20086 20086 18528 0 -1 64 3123 0 0 0 27 1 0 0 16 0 9 0 58483569 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20094] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58483569 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20095] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58483569 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20096] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58483572 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=847588 CPUtime=0.33
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 1459 0 0 0 33 0 0 0 16 0 9 0 58483575 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20098] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58483575 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=847588 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58483576 867930112 8122 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 852944

[startup+6.30201 s]
/proc/loadavg: 2.25 2.21 2.13 3/83 20132
/proc/meminfo: memFree=1507888/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=6.27
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 25918 0 1 0 613 14 0 0 18 0 10 0 58483567 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 19641 2629 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=4.38
/proc/20091/task/20092/stat : 20092 (java) R 20086 20086 18528 0 -1 64 4563 0 1 0 434 4 0 0 25 0 10 0 58483568 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4125621907 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=1.18
/proc/20091/task/20093/stat : 20093 (java) S 20086 20086 18528 0 -1 64 18264 0 0 0 111 7 0 0 16 0 10 0 58483569 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58483572 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.68
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2390 0 0 0 67 1 0 0 15 0 10 0 58483575 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58483575 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58483576 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20101] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20101/stat : 20101 (java) S 20086 20086 18528 0 -1 64 5 0 0 0 0 0 0 0 20 0 10 0 58483966 872632320 19641 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 857536

[startup+12.7027 s]
/proc/loadavg: 2.21 2.20 2.13 3/83 20133
/proc/meminfo: memFree=1456168/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=12.63
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 28448 0 1 0 1248 15 0 0 18 0 10 0 58483567 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 22083 2628 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=10.19
/proc/20091/task/20092/stat : 20092 (java) R 20086 20086 18528 0 -1 64 4686 0 1 0 1015 4 0 0 25 0 10 0 58483568 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4127873865 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=1.63
/proc/20091/task/20093/stat : 20093 (java) S 20086 20086 18528 0 -1 64 20597 0 0 0 155 8 0 0 16 0 10 0 58483569 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58483572 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.78
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2463 0 0 0 77 1 0 0 15 0 10 0 58483575 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58483575 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58483576 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20133] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20133/stat : 20133 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58484481 872632320 22083 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 857536

[startup+25.503 s]
/proc/loadavg: 2.18 2.19 2.12 3/83 20133
/proc/meminfo: memFree=1450024/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=25.39
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 29607 0 1 0 2523 16 0 0 18 0 10 0 58483567 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 23214 2628 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=22.6
/proc/20091/task/20092/stat : 20092 (java) R 20086 20086 18528 0 -1 64 5130 0 1 0 2255 5 0 0 25 0 10 0 58483568 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4127772644 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=1.97
/proc/20091/task/20093/stat : 20093 (java) S 20086 20086 18528 0 -1 64 21312 0 0 0 189 8 0 0 17 0 10 0 58483569 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58483572 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.78
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2463 0 0 0 77 1 0 0 16 0 10 0 58483575 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58483575 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58483576 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20133] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20133/stat : 20133 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58484481 872632320 23214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 857536

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

[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58483572 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.79
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2469 0 0 0 78 1 0 0 16 0 10 0 58483575 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58483575 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58483576 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20133] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20133/stat : 20133 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58484481 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 841.29
Current children cumulated vsize (KiB) 857536

[startup+857.503 s]
/proc/loadavg: 2.79 2.40 2.20 4/83 20133
/proc/meminfo: memFree=502696/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=854.03
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 197619 0 1 0 85315 88 0 0 18 0 10 0 58483567 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 190904 2628 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=712.88
/proc/20091/task/20092/stat : 20092 (java) R 20086 20086 18528 0 -1 64 11100 0 1 0 71278 10 0 0 24 0 10 0 58483568 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=140.32
/proc/20091/task/20093/stat : 20093 (java) R 20086 20086 18528 0 -1 64 183348 0 0 0 13957 75 0 0 17 0 10 0 58483569 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58483572 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.79
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2469 0 0 0 78 1 0 0 16 0 10 0 58483575 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58483575 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58483576 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20133] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20133/stat : 20133 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58484481 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 854.03
Current children cumulated vsize (KiB) 857536

[startup+863.902 s]
/proc/loadavg: 2.73 2.39 2.20 3/83 20133
/proc/meminfo: memFree=500840/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=860.41
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 197620 0 1 0 85953 88 0 0 18 0 10 0 58483567 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 190904 2628 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=712.88
/proc/20091/task/20092/stat : 20092 (java) S 20086 20086 18528 0 -1 64 11101 0 1 0 71278 10 0 0 16 0 10 0 58483568 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=146.7
/proc/20091/task/20093/stat : 20093 (java) R 20086 20086 18528 0 -1 64 183348 0 0 0 14595 75 0 0 25 0 10 0 58483569 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 102768030 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58483569 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58483572 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.79
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2469 0 0 0 78 1 0 0 16 0 10 0 58483575 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 58483575 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58483576 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20133] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20133/stat : 20133 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 58484481 872632320 190904 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 860.41
Current children cumulated vsize (KiB) 857536

[startup+865.502 s]
/proc/loadavg: 2.73 2.39 2.20 3/83 20133
/proc/meminfo: memFree=500520/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=862
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 197622 0 1 0 86112 88 0 0 18 0 9 0 58483567 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 190905 2629 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=712.88
/proc/20091/task/20092/stat : 20092 (java) S 20086 20086 18528 0 -1 64 11103 0 1 0 71278 10 0 0 17 0 9 0 58483568 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=148.29
/proc/20091/task/20093/stat : 20093 (java) R 20086 20086 18528 0 -1 64 183348 0 0 0 14754 75 0 0 25 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58483572 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.79
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2469 0 0 0 78 1 0 0 16 0 9 0 58483575 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58483575 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58483576 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 862
Current children cumulated vsize (KiB) 857536

[startup+866.302 s]
/proc/loadavg: 2.67 2.38 2.19 3/82 20133
/proc/meminfo: memFree=500264/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=862.79
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 197622 0 1 0 86191 88 0 0 18 0 9 0 58483567 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 190905 2629 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=712.88
/proc/20091/task/20092/stat : 20092 (java) S 20086 20086 18528 0 -1 64 11103 0 1 0 71278 10 0 0 17 0 9 0 58483568 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=149.09
/proc/20091/task/20093/stat : 20093 (java) R 20086 20086 18528 0 -1 64 183348 0 0 0 14834 75 0 0 25 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58483572 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.79
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2469 0 0 0 78 1 0 0 16 0 9 0 58483575 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58483575 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58483576 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 862.79
Current children cumulated vsize (KiB) 857536

[startup+866.702 s]
/proc/loadavg: 2.67 2.38 2.19 3/82 20133
/proc/meminfo: memFree=500008/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=852180 CPUtime=863.2
/proc/20091/stat : 20091 (java) S 20086 20086 18528 0 -1 0 197622 0 1 0 86232 88 0 0 18 0 9 0 58483567 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20091/statm: 213045 190905 2629 9 0 207523 0
[pid=20091/tid=20092] ppid=20086 vsize=852180 CPUtime=712.88
/proc/20091/task/20092/stat : 20092 (java) S 20086 20086 18528 0 -1 64 11103 0 1 0 71278 10 0 0 17 0 9 0 58483568 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20093] ppid=20086 vsize=852180 CPUtime=149.49
/proc/20091/task/20093/stat : 20093 (java) R 20086 20086 18528 0 -1 64 183348 0 0 0 14874 75 0 0 25 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 103831009 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20094] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20094/stat : 20094 (java) S 20086 20086 18528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20095] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20095/stat : 20095 (java) S 20086 20086 18528 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58483569 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20096] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20096/stat : 20096 (java) S 20086 20086 18528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58483572 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20097] ppid=20086 vsize=852180 CPUtime=0.79
/proc/20091/task/20097/stat : 20097 (java) S 20086 20086 18528 0 -1 64 2469 0 0 0 78 1 0 0 16 0 9 0 58483575 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=20091/tid=20098] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20098/stat : 20098 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58483575 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20091/tid=20099] ppid=20086 vsize=852180 CPUtime=0
/proc/20091/task/20099/stat : 20099 (java) S 20086 20086 18528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58483576 872632320 190905 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 863.2
Current children cumulated vsize (KiB) 857536

[startup+866.902 s]
/proc/loadavg: 2.67 2.38 2.19 3/82 20133
/proc/meminfo: memFree=500008/2055920 swapFree=4192812/4192956
[pid=20086] ppid=20084 vsize=5356 CPUtime=0
/proc/20086/stat : 20086 (concrete.sh) S 20084 20086 18528 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58483565 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20086/statm: 1339 244 201 169 0 50 0
[pid=20091] ppid=20086 vsize=0 CPUtime=863.37
/proc/20091/stat : 20091 (java) Z 20086 20086 18528 0 -1 12 197663 0 1 0 86244 93 0 0 16 0 2 0 58483567 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/20091/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 863.37
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 866.97
CPU time (s): 863.454
CPU user time (s): 862.446
CPU system time (s): 1.00785
CPU usage (%): 99.5945
Max. virtual memory (cumulated for all children) (KiB): 867872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 862.446
system time used= 1.00785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198306
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= 24372
involuntary context switches= 19093

runsolver used 1.03684 second user time and 2.93355 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-16 05:16:37
IDJOB=2076447
IDBENCH=56424
IDSOLVER=736
FILE ID=node44/2076447-1247714197
PBS_JOBID= 9521388
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= cf2755c41c9629ae5bc712eeb2cf6ab2
RANDOM SEED=1225812975

node44.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.219
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.219
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:       1249064 kB
Buffers:         76848 kB
Cached:         313812 kB
SwapCached:          0 kB
Active:         422484 kB
Inactive:       298164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:         341416 kB
Slab:            70816 kB
Committed_AS:   896320 kB
PageTables:       2396 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= 66276 MiB
End job on node44 at 2009-07-16 05:31:04