Trace number 2081617

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? 218.584 218.683

DiagnosticValue
CHECKS31396800
NODES0

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-24.xml
MD5SUM32c080069cd6a9f51c8c0a6f1b619a56
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 benchmark3.9544
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1288
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

26.71/26.77	c CPU-LOAD 23.59
26.71/26.77	c LOADED 600 V (1288 E), 300 ExtensionConstraint2D, 840 DiffConstraint, 8550 DTConstraint, arity 2, 23.59 cpu
218.42/218.53	c [ 218.149] WARNING : java.lang.OutOfMemoryError: Java heap space
218.42/218.53	cspfj.util.LargeBitVector.<init>(LargeBitVector.java:17)
218.42/218.53	cspfj.util.BitVector.factory(BitVector.java:36)
218.42/218.53	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:20)
218.42/218.53	cspfj.problem.Problem.learnConstraint(Problem.java:405)
218.42/218.53	cspfj.filter.DC2.noGoods(DC2.java:263)
218.42/218.53	cspfj.filter.DC2.singletonTest(DC2.java:206)
218.42/218.53	cspfj.filter.DC2.cdcReduce(DC2.java:125)
218.42/218.53	cspfj.filter.DC2.reduceAll(DC2.java:92)
218.42/218.53	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
218.42/218.53	cspfj.MGACIter.runSolver(MGACIter.java:206)
218.42/218.53	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
218.42/218.53	concrete.Concrete.solve(Concrete.java:187)
218.42/218.53	concrete.Concrete.run(Concrete.java:112)
218.42/218.53	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
218.42/218.53	s UNKNOWN
218.42/218.53	d NODES 0
218.42/218.53	d CHECKS 31396779
218.42/218.53	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)]
218.42/218.54	c CDC-added-constraints: 1196
218.42/218.54	c CDC-nbsingletontests: 1141
218.42/218.54	c CDC-nogoods: 39561474
218.42/218.54	c prepro-constraint-ccks: 0
218.42/218.54	c prepro-constraint-presenceccks: 0
218.42/218.54	c prepro-cpu: 165.26
218.42/218.54	c prepro-matrix2d-ccks: 31396779
218.42/218.54	c prepro-matrix2d-presenceccks: 564983026
218.42/218.54	c prepro-removed: 406268
218.42/218.54	c total-assgn: 0
218.42/218.54	c total-constraint-ccks: 0
218.42/218.54	c total-constraint-presence-ccks: 0
218.42/218.54	c total-cpu: 165.32999
218.42/218.54	c total-matrix2d-ccks: 31396779
218.42/218.54	c total-matrix2d-presence-ccks: 564983026
218.42/218.54	c TOTAL-NODES 0
218.42/218.54	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-2081617-1247720050/watcher-2081617-1247720050 -o /tmp/evaluation-result-2081617-1247720050/solver-2081617-1247720050 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2081617-1247720050.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.09 2.02 2.00 4/72 14540
/proc/meminfo: memFree=1202288/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5260 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) R 14538 14540 12424 0 -1 4194304 69 0 0 0 0 0 0 0 20 0 1 0 59072396 5386240 43 996147200 4194304 4889804 548682068736 18446744073709551615 268580223065 0 0 4096 0 0 0 0 17 1 0 0
/proc/14540/statm: 1315 43 29 169 0 14 0

[startup+0.058666 s]
/proc/loadavg: 2.09 2.02 2.00 4/72 14540
/proc/meminfo: memFree=1202288/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101674 s]
/proc/loadavg: 2.09 2.02 2.00 4/72 14540
/proc/meminfo: memFree=1202288/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301715 s]
/proc/loadavg: 2.09 2.02 2.00 4/72 14540
/proc/meminfo: memFree=1202288/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701795 s]
/proc/loadavg: 2.09 2.02 2.00 4/72 14540
/proc/meminfo: memFree=1202288/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50295 s]
/proc/loadavg: 2.09 2.02 2.00 3/82 14553
/proc/meminfo: memFree=1187168/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=848588 CPUtime=1.53
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 7236 0 1 0 147 6 0 0 18 0 9 0 59072397 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 212147 6271 2004 9 0 206625 0
[pid=14545/tid=14546] ppid=14540 vsize=848588 CPUtime=1.1
/proc/14545/task/14546/stat : 14546 (java) R 14540 14540 12424 0 -1 64 3921 0 1 0 106 4 0 0 25 0 9 0 59072399 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4126420581 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=848588 CPUtime=0.05
/proc/14545/task/14547/stat : 14547 (java) S 14540 14540 12424 0 -1 64 1087 0 0 0 5 0 0 0 16 0 9 0 59072400 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=848588 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59072400 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=848588 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 4 0 0 0 4 0 0 0 16 0 9 0 59072400 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=848588 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59072402 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=848588 CPUtime=0.3
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 59072406 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=848588 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59072406 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=848588 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59072406 868954112 6271 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 853944

[startup+3.10228 s]
/proc/loadavg: 2.09 2.02 2.00 3/82 14553
/proc/meminfo: memFree=1182048/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=848720 CPUtime=3.13
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 9122 0 1 0 306 7 0 0 18 0 9 0 59072397 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 212180 7945 2624 9 0 206658 0
[pid=14545/tid=14546] ppid=14540 vsize=848720 CPUtime=2.52
/proc/14545/task/14546/stat : 14546 (java) R 14540 14540 12424 0 -1 64 3937 0 1 0 248 4 0 0 25 0 9 0 59072399 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4125182246 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=848720 CPUtime=0.23
/proc/14545/task/14547/stat : 14547 (java) S 14540 14540 12424 0 -1 64 2957 0 0 0 22 1 0 0 16 0 9 0 59072400 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=848720 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59072400 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=848720 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 4 0 0 0 4 0 0 0 15 0 9 0 59072400 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=848720 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59072402 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=848720 CPUtime=0.3
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 59072406 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=848720 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59072406 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=848720 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59072406 869089280 7945 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 854076

[startup+6.3029 s]
/proc/loadavg: 2.09 2.02 2.00 3/82 14553
/proc/meminfo: memFree=1176928/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=851016 CPUtime=6.33
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 15074 0 1 0 623 10 0 0 18 0 10 0 59072397 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 212754 13207 2625 9 0 207232 0
[pid=14545/tid=14546] ppid=14540 vsize=851016 CPUtime=5.13
/proc/14545/task/14546/stat : 14546 (java) R 14540 14540 12424 0 -1 64 4136 0 1 0 509 4 0 0 25 0 10 0 59072399 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=851016 CPUtime=0.81
/proc/14545/task/14547/stat : 14547 (java) R 14540 14540 12424 0 -1 64 8699 0 0 0 77 4 0 0 16 0 10 0 59072400 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 103831030 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=851016 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59072400 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=851016 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 4 0 0 0 4 0 0 0 16 0 10 0 59072400 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=851016 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59072402 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=851016 CPUtime=0.31
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 1537 0 0 0 30 1 0 0 15 0 10 0 59072406 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=851016 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59072406 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=851016 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59072406 871440384 13207 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 856372

[startup+12.7022 s]
/proc/loadavg: 2.07 2.01 2.00 3/83 14554
/proc/meminfo: memFree=1145944/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=852312 CPUtime=12.72
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 19935 0 1 0 1258 14 0 0 18 0 10 0 59072397 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 213078 16918 2633 9 0 207556 0
[pid=14545/tid=14546] ppid=14540 vsize=852312 CPUtime=10.68
/proc/14545/task/14546/stat : 14546 (java) R 14540 14540 12424 0 -1 64 4484 0 1 0 1063 5 0 0 25 0 10 0 59072399 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4127761032 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=852312 CPUtime=1.28
/proc/14545/task/14547/stat : 14547 (java) S 14540 14540 12424 0 -1 64 12193 0 0 0 122 6 0 0 17 0 10 0 59072400 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59072400 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 8 0 0 0 4 0 0 0 16 0 10 0 59072400 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59072402 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.67
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2552 0 0 0 66 1 0 0 15 0 10 0 59072406 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59072406 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59072406 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14554] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14554/stat : 14554 (java) S 14540 14540 12424 0 -1 64 5 0 0 0 0 0 0 0 25 0 10 0 59072955 872767488 16918 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 857668

[startup+25.5027 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 14554
/proc/meminfo: memFree=1106520/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=852312 CPUtime=25.51
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 28890 0 1 0 2533 18 0 0 18 0 10 0 59072397 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 213078 25855 2633 9 0 207556 0
[pid=14545/tid=14546] ppid=14540 vsize=852312 CPUtime=23.03
/proc/14545/task/14546/stat : 14546 (java) R 14540 14540 12424 0 -1 64 4842 0 1 0 2297 6 0 0 25 0 10 0 59072399 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4127711783 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=852312 CPUtime=1.68
/proc/14545/task/14547/stat : 14547 (java) S 14540 14540 12424 0 -1 64 20756 0 0 0 159 9 0 0 16 0 10 0 59072400 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59072400 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 8 0 0 0 4 0 0 0 16 0 10 0 59072400 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59072402 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.71
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2586 0 0 0 70 1 0 0 15 0 10 0 59072406 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59072406 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59072406 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14554] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14554/stat : 14554 (java) S 14540 14540 12424 0 -1 64 5 0 0 0 0 0 0 0 25 0 10 0 59072955 872767488 25855 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 857668

[startup+51.1027 s]

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

[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 10 0 0 0 4 0 0 0 16 0 10 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59072402 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.81
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2617 0 0 0 79 2 0 0 15 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14555] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14555/stat : 14555 (java) S 14540 14540 12424 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59075111 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.03
Current children cumulated vsize (KiB) 857668

[startup+214.303 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 14555
/proc/meminfo: memFree=432208/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=852312 CPUtime=214.22
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 194109 0 1 0 21339 83 0 0 18 0 10 0 59072397 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 213078 190982 2634 9 0 207556 0
[pid=14545/tid=14546] ppid=14540 vsize=852312 CPUtime=189.07
/proc/14545/task/14546/stat : 14546 (java) S 14540 14540 12424 0 -1 64 10615 0 1 0 18898 9 0 0 16 0 10 0 59072399 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=852312 CPUtime=24.25
/proc/14545/task/14547/stat : 14547 (java) R 14540 14540 12424 0 -1 64 180168 0 0 0 2355 70 0 0 25 0 10 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 10 0 0 0 4 0 0 0 16 0 10 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59072402 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.81
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2617 0 0 0 79 2 0 0 15 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14555] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14555/stat : 14555 (java) S 14540 14540 12424 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59075111 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.22
Current children cumulated vsize (KiB) 857668

[startup+215.902 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 14555
/proc/meminfo: memFree=432016/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=852312 CPUtime=215.82
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 194109 0 1 0 21499 83 0 0 18 0 10 0 59072397 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 213078 190982 2634 9 0 207556 0
[pid=14545/tid=14546] ppid=14540 vsize=852312 CPUtime=189.07
/proc/14545/task/14546/stat : 14546 (java) S 14540 14540 12424 0 -1 64 10615 0 1 0 18898 9 0 0 16 0 10 0 59072399 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=852312 CPUtime=25.85
/proc/14545/task/14547/stat : 14547 (java) R 14540 14540 12424 0 -1 64 180168 0 0 0 2515 70 0 0 25 0 10 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 10 0 0 0 4 0 0 0 16 0 10 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59072402 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.81
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2617 0 0 0 79 2 0 0 15 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14555] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14555/stat : 14555 (java) S 14540 14540 12424 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59075111 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.82
Current children cumulated vsize (KiB) 857668

[startup+217.501 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 14555
/proc/meminfo: memFree=431952/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=852312 CPUtime=217.42
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 194110 0 1 0 21659 83 0 0 18 0 9 0 59072397 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 213078 190982 2634 9 0 207556 0
[pid=14545/tid=14546] ppid=14540 vsize=852312 CPUtime=189.07
/proc/14545/task/14546/stat : 14546 (java) S 14540 14540 12424 0 -1 64 10616 0 1 0 18898 9 0 0 17 0 9 0 59072399 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=852312 CPUtime=27.45
/proc/14545/task/14547/stat : 14547 (java) R 14540 14540 12424 0 -1 64 180168 0 0 0 2675 70 0 0 25 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 104188798 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 10 0 0 0 4 0 0 0 16 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59072402 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.81
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2617 0 0 0 79 2 0 0 15 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.42
Current children cumulated vsize (KiB) 857668

[startup+218.303 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 14555
/proc/meminfo: memFree=431824/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=852312 CPUtime=218.22
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 194110 0 1 0 21739 83 0 0 18 0 9 0 59072397 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 213078 190982 2634 9 0 207556 0
[pid=14545/tid=14546] ppid=14540 vsize=852312 CPUtime=189.07
/proc/14545/task/14546/stat : 14546 (java) S 14540 14540 12424 0 -1 64 10616 0 1 0 18898 9 0 0 17 0 9 0 59072399 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=852312 CPUtime=28.25
/proc/14545/task/14547/stat : 14547 (java) R 14540 14540 12424 0 -1 64 180168 0 0 0 2755 70 0 0 25 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 102768136 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 10 0 0 0 4 0 0 0 16 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59072402 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.81
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2617 0 0 0 79 2 0 0 15 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.22
Current children cumulated vsize (KiB) 857668

[startup+218.503 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 14555
/proc/meminfo: memFree=431824/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=852312 CPUtime=218.42
/proc/14545/stat : 14545 (java) S 14540 14540 12424 0 -1 0 194110 0 1 0 21759 83 0 0 18 0 9 0 59072397 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14545/statm: 213078 190982 2634 9 0 207556 0
[pid=14545/tid=14546] ppid=14540 vsize=852312 CPUtime=189.07
/proc/14545/task/14546/stat : 14546 (java) S 14540 14540 12424 0 -1 64 10616 0 1 0 18898 9 0 0 17 0 9 0 59072399 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14547] ppid=14540 vsize=852312 CPUtime=28.45
/proc/14545/task/14547/stat : 14547 (java) R 14540 14540 12424 0 -1 64 180168 0 0 0 2775 70 0 0 25 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 104190755 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14548] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14548/stat : 14548 (java) S 14540 14540 12424 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14549] ppid=14540 vsize=852312 CPUtime=0.04
/proc/14545/task/14549/stat : 14549 (java) S 14540 14540 12424 0 -1 64 10 0 0 0 4 0 0 0 16 0 9 0 59072400 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14550] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14550/stat : 14550 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59072402 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14551] ppid=14540 vsize=852312 CPUtime=0.81
/proc/14545/task/14551/stat : 14551 (java) S 14540 14540 12424 0 -1 64 2617 0 0 0 79 2 0 0 15 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14552] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14552/stat : 14552 (java) S 14540 14540 12424 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14545/tid=14553] ppid=14540 vsize=852312 CPUtime=0
/proc/14545/task/14553/stat : 14553 (java) S 14540 14540 12424 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59072406 872767488 190982 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.42
Current children cumulated vsize (KiB) 857668

[startup+218.603 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 14555
/proc/meminfo: memFree=431824/2055924 swapFree=4192812/4192956
[pid=14540] ppid=14538 vsize=5356 CPUtime=0
/proc/14540/stat : 14540 (concrete.sh) S 14538 14540 12424 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59072396 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14540/statm: 1339 244 201 169 0 50 0
[pid=14545] ppid=14540 vsize=0 CPUtime=218.49
/proc/14545/stat : 14545 (java) Z 14540 14540 12424 0 -1 12 194131 0 1 0 21763 86 0 0 16 0 2 0 59072397 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14545/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 218.49
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 218.683
CPU time (s): 218.584
CPU user time (s): 217.636
CPU system time (s): 0.947855
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 858956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.636
system time used= 0.947855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194774
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= 10432
involuntary context switches= 10967

runsolver used 0.26196 second user time and 0.754885 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-16 06:54:10
IDJOB=2081617
IDBENCH=57448
IDSOLVER=736
FILE ID=node6/2081617-1247720050
PBS_JOBID= 9521477
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=1366389797

node6.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.263
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.263
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:      2055924 kB
MemFree:       1202768 kB
Buffers:        108376 kB
Cached:         559248 kB
SwapCached:          0 kB
Active:         331032 kB
Inactive:       426184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1202768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:         101184 kB
Slab:            81308 kB
Committed_AS:   557756 kB
PageTables:       1968 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= 66312 MiB
End job on node6 at 2009-07-16 06:57:49