Trace number 2083443

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.568 218.693

DiagnosticValue
CHECKS3890750
NODES0

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-7.xml
MD5SUMf7a160e85c0f22f460747e3f10500acd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3565
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data

140.72/140.89	c CPU-LOAD 127.24
140.72/140.89	c LOADED 650 V (498 E), 4631 ExtensionConstraint2D, arity 2, 127.24 cpu
218.38/218.54	c [ 218.140] WARNING : java.lang.OutOfMemoryError: Java heap space
218.38/218.54	cspfj.util.BitVector.factory(BitVector.java:36)
218.38/218.54	cspfj.constraint.extension.Matrix2D.<init>(Matrix2D.java:20)
218.38/218.54	cspfj.problem.Problem.learnConstraint(Problem.java:405)
218.38/218.54	cspfj.filter.DC2.noGoods(DC2.java:263)
218.38/218.54	cspfj.filter.DC2.singletonTest(DC2.java:206)
218.38/218.54	cspfj.filter.DC2.cdcReduce(DC2.java:125)
218.38/218.54	cspfj.filter.DC2.reduceAll(DC2.java:92)
218.38/218.54	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
218.38/218.54	cspfj.MGACIter.runSolver(MGACIter.java:206)
218.38/218.54	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
218.38/218.54	concrete.Concrete.solve(Concrete.java:187)
218.38/218.54	concrete.Concrete.run(Concrete.java:112)
218.38/218.54	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
218.38/218.55	s UNKNOWN
218.38/218.55	d NODES 0
218.38/218.55	d CHECKS 3890747
218.38/218.55	c java.lang.OutOfMemoryError: Java heap space[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.38/218.55	c CDC-added-constraints: 5017
218.38/218.55	c CDC-nbsingletontests: 123
218.38/218.55	c CDC-nogoods: 2721883
218.38/218.55	c prepro-constraint-ccks: 0
218.38/218.55	c prepro-constraint-presenceccks: 0
218.38/218.55	c prepro-cpu: 47.03
218.38/218.55	c prepro-matrix2d-ccks: 3890747
218.38/218.55	c prepro-matrix2d-presenceccks: 5436855
218.38/218.55	c prepro-removed: 224442
218.38/218.55	c total-assgn: 0
218.38/218.55	c total-constraint-ccks: 0
218.38/218.55	c total-constraint-presence-ccks: 0
218.38/218.55	c total-cpu: 47.45
218.38/218.55	c total-matrix2d-ccks: 3890747
218.38/218.55	c total-matrix2d-presence-ccks: 5436855
218.38/218.55	c TOTAL-NODES 0
218.38/218.55	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-2083443-1247723136/watcher-2083443-1247723136 -o /tmp/evaluation-result-2083443-1247723136/solver-2083443-1247723136 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083443-1247723136.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 19029
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) R 19027 19029 17970 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 59376331 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19029/statm: 1339 230 191 169 0 50 0
[pid=19030] ppid=19029 vsize=5356 CPUtime=0
/proc/19030/stat : 19030 (concrete.sh) R 19029 19029 17970 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 59376332 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 233402067615 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19030/statm: 1339 230 191 169 0 50 0

[startup+0.107626 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 19029
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201635 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 19029
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301646 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 19029
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701683 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 19029
/proc/meminfo: memFree=1489840/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50176 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 19042
/proc/meminfo: memFree=1466712/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=847668 CPUtime=1.47
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 8222 0 1 0 142 5 0 0 18 0 9 0 59376333 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 211917 7190 2625 9 0 206395 0
[pid=19034/tid=19035] ppid=19029 vsize=847668 CPUtime=1.01
/proc/19034/task/19035/stat : 19035 (java) R 19029 19029 17970 0 -1 64 3887 0 1 0 98 3 0 0 24 0 9 0 59376334 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4126435010 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=847668 CPUtime=0.12
/proc/19034/task/19036/stat : 19036 (java) S 19029 19029 17970 0 -1 64 2188 0 0 0 12 0 0 0 16 0 9 0 59376335 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=847668 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59376335 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=847668 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59376335 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=847668 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59376337 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=847668 CPUtime=0.33
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 1450 0 0 0 32 1 0 0 16 0 9 0 59376341 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=847668 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59376341 868012032 7190 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=847668 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59376341 868012032 7190 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) 853024

[startup+3.10292 s]
/proc/loadavg: 2.08 2.03 2.01 4/91 19042
/proc/meminfo: memFree=1457112/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=848680 CPUtime=3.08
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 9712 0 1 0 301 7 0 0 18 0 10 0 59376333 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 212170 8648 2625 9 0 206648 0
[pid=19034/tid=19035] ppid=19029 vsize=848680 CPUtime=2.45
/proc/19034/task/19035/stat : 19035 (java) R 19029 19029 17970 0 -1 64 3942 0 1 0 242 3 0 0 25 0 10 0 59376334 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4126067864 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=848680 CPUtime=0.27
/proc/19034/task/19036/stat : 19036 (java) S 19029 19029 17970 0 -1 64 3613 0 0 0 26 1 0 0 16 0 10 0 59376335 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=848680 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59376335 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=848680 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59376335 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=848680 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=848680 CPUtime=0.34
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 1456 0 0 0 33 1 0 0 16 0 10 0 59376341 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=848680 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=848680 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 869048320 8648 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 854036

[startup+6.30224 s]
/proc/loadavg: 2.08 2.03 2.01 3/93 19044
/proc/meminfo: memFree=1427336/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=851080 CPUtime=6.28
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 13544 0 1 0 617 11 0 0 18 0 10 0 59376333 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 212770 11898 2627 9 0 207248 0
[pid=19034/tid=19035] ppid=19029 vsize=851080 CPUtime=4.89
/proc/19034/task/19035/stat : 19035 (java) R 19029 19029 17970 0 -1 64 4178 0 1 0 485 4 0 0 25 0 10 0 59376334 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=851080 CPUtime=0.7
/proc/19034/task/19036/stat : 19036 (java) R 19029 19029 17970 0 -1 64 6291 0 0 0 67 3 0 0 15 0 10 0 59376335 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 103826444 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59376335 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59376335 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=851080 CPUtime=0.66
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 2374 0 0 0 64 2 0 0 16 0 10 0 59376341 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19044] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19044/stat : 19044 (java) S 19029 19029 17970 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 59376636 871505920 11898 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 856436

[startup+12.7034 s]
/proc/loadavg: 2.07 2.03 2.00 3/93 19044
/proc/meminfo: memFree=1402960/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=851080 CPUtime=12.67
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 17071 0 1 0 1252 15 0 0 18 0 10 0 59376333 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 212770 15304 2633 9 0 207248 0
[pid=19034/tid=19035] ppid=19029 vsize=851080 CPUtime=10.67
/proc/19034/task/19035/stat : 19035 (java) R 19029 19029 17970 0 -1 64 4612 0 1 0 1061 6 0 0 25 0 10 0 59376334 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4127705906 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=851080 CPUtime=1.04
/proc/19034/task/19036/stat : 19036 (java) S 19029 19029 17970 0 -1 64 9184 0 0 0 99 5 0 0 16 0 10 0 59376335 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59376335 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 59376335 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=851080 CPUtime=0.93
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 2571 0 0 0 91 2 0 0 15 0 10 0 59376341 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19044] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19044/stat : 19044 (java) S 19029 19029 17970 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 59376636 871505920 15304 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 856436

[startup+25.5011 s]
/proc/loadavg: 2.14 2.04 2.01 3/93 19044
/proc/meminfo: memFree=1309264/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=851080 CPUtime=25.47
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 28988 0 1 0 2520 27 0 0 18 0 10 0 59376333 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 212770 27202 2633 9 0 207248 0
[pid=19034/tid=19035] ppid=19029 vsize=851080 CPUtime=22.19
/proc/19034/task/19035/stat : 19035 (java) R 19029 19029 17970 0 -1 64 5644 0 1 0 2208 11 0 0 25 0 10 0 59376334 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4127690514 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=851080 CPUtime=1.82
/proc/19034/task/19036/stat : 19036 (java) S 19029 19029 17970 0 -1 64 19878 0 0 0 171 11 0 0 16 0 10 0 59376335 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59376335 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 59376335 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=851080 CPUtime=1.43
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 2762 0 0 0 139 4 0 0 15 0 10 0 59376341 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=851080 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 871505920 27202 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19044] ppid=19029 vsize=851080 CPUtime=0

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

[pid=19034/tid=19039] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=852104 CPUtime=5.14
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 3915 0 0 0 501 13 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19045] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19045/stat : 19045 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59390561 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.7
Current children cumulated vsize (KiB) 857460

[startup+211.203 s]
/proc/loadavg: 2.11 2.07 2.02 3/83 19078
/proc/meminfo: memFree=645784/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=852104 CPUtime=211.1
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 195551 0 1 0 20983 127 0 0 18 0 10 0 59376333 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 213026 193680 2634 9 0 207504 0
[pid=19034/tid=19035] ppid=19029 vsize=852104 CPUtime=174.51
/proc/19034/task/19035/stat : 19035 (java) S 19029 19029 17970 0 -1 64 12056 0 1 0 17410 41 0 0 17 0 10 0 59376334 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=852104 CPUtime=31.42
/proc/19034/task/19036/stat : 19036 (java) R 19029 19029 17970 0 -1 64 178874 0 0 0 3071 71 0 0 25 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 102768210 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=852104 CPUtime=5.14
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 3915 0 0 0 501 13 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19045] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19045/stat : 19045 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59390561 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.1
Current children cumulated vsize (KiB) 857460

[startup+214.402 s]
/proc/loadavg: 2.11 2.07 2.02 3/83 19078
/proc/meminfo: memFree=645656/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=852104 CPUtime=214.29
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 195553 0 1 0 21302 127 0 0 18 0 10 0 59376333 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 213026 193680 2634 9 0 207504 0
[pid=19034/tid=19035] ppid=19029 vsize=852104 CPUtime=174.51
/proc/19034/task/19035/stat : 19035 (java) S 19029 19029 17970 0 -1 64 12058 0 1 0 17410 41 0 0 17 0 10 0 59376334 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=852104 CPUtime=34.61
/proc/19034/task/19036/stat : 19036 (java) R 19029 19029 17970 0 -1 64 178874 0 0 0 3390 71 0 0 25 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 104516179 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=852104 CPUtime=5.14
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 3915 0 0 0 501 13 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19045] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19045/stat : 19045 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59390561 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.29
Current children cumulated vsize (KiB) 857460

[startup+216.001 s]
/proc/loadavg: 2.11 2.07 2.02 3/83 19078
/proc/meminfo: memFree=645656/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=852104 CPUtime=215.88
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 195553 0 1 0 21461 127 0 0 18 0 10 0 59376333 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 213026 193680 2634 9 0 207504 0
[pid=19034/tid=19035] ppid=19029 vsize=852104 CPUtime=174.51
/proc/19034/task/19035/stat : 19035 (java) S 19029 19029 17970 0 -1 64 12058 0 1 0 17410 41 0 0 17 0 10 0 59376334 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=852104 CPUtime=36.2
/proc/19034/task/19036/stat : 19036 (java) R 19029 19029 17970 0 -1 64 178874 0 0 0 3549 71 0 0 25 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 104189954 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 8 0 0 0 0 0 0 0 16 0 10 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59376337 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=852104 CPUtime=5.14
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 3915 0 0 0 501 13 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19045] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19045/stat : 19045 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59390561 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.88
Current children cumulated vsize (KiB) 857460

[startup+217.602 s]
/proc/loadavg: 2.10 2.07 2.02 3/82 19078
/proc/meminfo: memFree=645656/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=852104 CPUtime=217.48
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 195554 0 1 0 21621 127 0 0 18 0 9 0 59376333 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 213026 193680 2634 9 0 207504 0
[pid=19034/tid=19035] ppid=19029 vsize=852104 CPUtime=174.51
/proc/19034/task/19035/stat : 19035 (java) S 19029 19029 17970 0 -1 64 12059 0 1 0 17410 41 0 0 17 0 9 0 59376334 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=852104 CPUtime=37.8
/proc/19034/task/19036/stat : 19036 (java) R 19029 19029 17970 0 -1 64 178874 0 0 0 3709 71 0 0 25 0 9 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 104195295 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59376337 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=852104 CPUtime=5.14
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 3915 0 0 0 501 13 0 0 15 0 9 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.48
Current children cumulated vsize (KiB) 857460

[startup+218.402 s]
/proc/loadavg: 2.10 2.07 2.02 3/82 19078
/proc/meminfo: memFree=645656/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=852104 CPUtime=218.28
/proc/19034/stat : 19034 (java) S 19029 19029 17970 0 -1 0 195554 0 1 0 21701 127 0 0 18 0 9 0 59376333 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19034/statm: 213026 193680 2634 9 0 207504 0
[pid=19034/tid=19035] ppid=19029 vsize=852104 CPUtime=174.51
/proc/19034/task/19035/stat : 19035 (java) S 19029 19029 17970 0 -1 64 12059 0 1 0 17410 41 0 0 17 0 9 0 59376334 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19036] ppid=19029 vsize=852104 CPUtime=38.6
/proc/19034/task/19036/stat : 19036 (java) R 19029 19029 17970 0 -1 64 178874 0 0 0 3789 71 0 0 25 0 9 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19037] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19037/stat : 19037 (java) S 19029 19029 17970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19038] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19038/stat : 19038 (java) S 19029 19029 17970 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 59376335 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19039] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19039/stat : 19039 (java) S 19029 19029 17970 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 59376337 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19040] ppid=19029 vsize=852104 CPUtime=5.14
/proc/19034/task/19040/stat : 19040 (java) S 19029 19029 17970 0 -1 64 3915 0 0 0 501 13 0 0 15 0 9 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=19034/tid=19041] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19041/stat : 19041 (java) S 19029 19029 17970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19034/tid=19042] ppid=19029 vsize=852104 CPUtime=0
/proc/19034/task/19042/stat : 19042 (java) S 19029 19029 17970 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59376341 872554496 193680 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.28
Current children cumulated vsize (KiB) 857460

[startup+218.602 s]
/proc/loadavg: 2.10 2.07 2.02 3/82 19078
/proc/meminfo: memFree=645656/2055920 swapFree=4192812/4192956
[pid=19029] ppid=19027 vsize=5356 CPUtime=0
/proc/19029/stat : 19029 (concrete.sh) S 19027 19029 17970 0 -1 4194304 341 294 0 0 0 0 0 0 21 0 1 0 59376331 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19029/statm: 1339 244 201 169 0 50 0
[pid=19034] ppid=19029 vsize=0 CPUtime=218.46
/proc/19034/stat : 19034 (java) Z 19029 19029 17970 0 -1 12 195574 0 1 0 21717 129 0 0 16 0 2 0 59376333 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/19034/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 218.46
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 218.693
CPU time (s): 218.568
CPU user time (s): 217.175
CPU system time (s): 1.39279
CPU usage (%): 99.9426
Max. virtual memory (cumulated for all children) (KiB): 857720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.175
system time used= 1.39279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196217
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= 28631
involuntary context switches= 28474

runsolver used 0.272958 second user time and 0.790879 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-16 07:45:37
IDJOB=2083443
IDBENCH=57817
IDSOLVER=736
FILE ID=node70/2083443-1247723136
PBS_JOBID= 9521442
Free space on /tmp= 66432 MiB

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

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

MD5SUM BENCH= f7a160e85c0f22f460747e3f10500acd
RANDOM SEED=473674377

node70.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.214
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.214
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:       1490320 kB
Buffers:         84340 kB
Cached:         373504 kB
SwapCached:          0 kB
Active:          61028 kB
Inactive:       423880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4756 kB
Writeback:           0 kB
Mapped:          44528 kB
Slab:            65976 kB
Committed_AS:   778364 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node70 at 2009-07-16 07:49:15