Trace number 2083564

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? 255.318 255.437

DiagnosticValue
CHECKS4747200
NODES0

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-9.xml
MD5SUM5949c8c2a580bb7d18408c509e0c687a
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.1806
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

166.23/166.30	c CPU-LOAD 139.61
166.23/166.30	c LOADED 2000 V (302 E), 2935 PredicateConstraint, 13214 ExtensionConstraint2D, arity 2, 139.61 cpu
255.08/255.29	c [ 254.924] WARNING : java.lang.OutOfMemoryError: Java heap space
255.08/255.30	java.util.Arrays.copyOf(Unknown Source)
255.08/255.30	cspfj.filter.DC2.noGoods(DC2.java:290)
255.08/255.30	cspfj.filter.DC2.singletonTest(DC2.java:206)
255.08/255.30	cspfj.filter.DC2.cdcReduce(DC2.java:125)
255.08/255.30	cspfj.filter.DC2.reduceAll(DC2.java:92)
255.08/255.30	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
255.08/255.30	cspfj.MGACIter.runSolver(MGACIter.java:206)
255.08/255.30	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
255.08/255.30	concrete.Concrete.solve(Concrete.java:187)
255.08/255.30	concrete.Concrete.run(Concrete.java:112)
255.08/255.30	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
255.08/255.30	s UNKNOWN
255.08/255.30	d NODES 0
255.08/255.30	d CHECKS 4747199
255.08/255.30	c java.lang.OutOfMemoryError: Java heap space[java.util.Arrays.copyOf(Unknown Source), cspfj.filter.DC2.noGoods(DC2.java:290), 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)]
255.08/255.30	c CDC-added-constraints: 1911
255.08/255.30	c CDC-nbsingletontests: 5
255.08/255.30	c CDC-nogoods: 344411
255.08/255.30	c prepro-constraint-ccks: 547245
255.08/255.30	c prepro-constraint-presenceccks: 62811
255.08/255.30	c prepro-cpu: 41.68
255.08/255.30	c prepro-matrix2d-ccks: 4199954
255.08/255.30	c prepro-matrix2d-presenceccks: 1726230
255.08/255.30	c prepro-removed: 555956
255.08/255.30	c total-assgn: 0
255.08/255.30	c total-constraint-ccks: 547245
255.08/255.30	c total-constraint-presence-ccks: 62811
255.08/255.30	c total-cpu: 42.17
255.08/255.30	c total-matrix2d-ccks: 4199954
255.08/255.30	c total-matrix2d-presence-ccks: 1726230
255.08/255.30	c TOTAL-NODES 0
255.08/255.30	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-2083564-1247723319/watcher-2083564-1247723319 -o /tmp/evaluation-result-2083564-1247723319/solver-2083564-1247723319 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083564-1247723319.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.02 2.11 2.08 4/82 20192
/proc/meminfo: memFree=1360580/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 271 0 0 0 0 0 0 0 19 0 1 0 59396573 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 256365002834 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/20192/statm: 1339 230 191 169 0 50 0
[pid=20193] ppid=20192 vsize=5356 CPUtime=0
/proc/20193/stat : 20193 (concrete.sh) R 20192 20192 18334 0 -1 4194368 25 0 0 0 0 0 0 0 18 0 1 0 59396573 5484544 235 996147200 4194304 4889804 548682068736 18446744073709551615 256364834087 0 0 4096 0 0 0 0 17 0 0 0
/proc/20193/statm: 1339 235 195 169 0 50 0

[startup+0.0829619 s]
/proc/loadavg: 2.02 2.11 2.08 4/82 20192
/proc/meminfo: memFree=1360580/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101963 s]
/proc/loadavg: 2.02 2.11 2.08 4/82 20192
/proc/meminfo: memFree=1360580/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301984 s]
/proc/loadavg: 2.02 2.11 2.08 4/82 20192
/proc/meminfo: memFree=1360580/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701027 s]
/proc/loadavg: 2.02 2.11 2.08 4/82 20192
/proc/meminfo: memFree=1360580/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50111 s]
/proc/loadavg: 2.10 2.12 2.09 4/92 20205
/proc/meminfo: memFree=1345268/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=847652 CPUtime=1.48
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 8437 0 1 0 144 4 0 0 18 0 9 0 59396574 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 211913 7270 2625 9 0 206391 0
[pid=20197/tid=20198] ppid=20192 vsize=847652 CPUtime=1.02
/proc/20197/task/20198/stat : 20198 (java) R 20192 20192 18334 0 -1 64 3931 0 1 0 100 2 0 0 22 0 9 0 59396575 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4126508057 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=847652 CPUtime=0.13
/proc/20197/task/20199/stat : 20199 (java) S 20192 20192 18334 0 -1 64 2274 0 0 0 13 0 0 0 16 0 9 0 59396576 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59396576 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59396576 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59396579 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=847652 CPUtime=0.3
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 1536 0 0 0 30 0 0 0 15 0 9 0 59396582 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59396582 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59396582 867995648 7270 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 853008

[startup+3.10228 s]
/proc/loadavg: 2.10 2.12 2.09 3/92 20205
/proc/meminfo: memFree=1338804/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=847652 CPUtime=3.08
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 9268 0 1 0 302 6 0 0 18 0 9 0 59396574 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 211913 8071 2625 9 0 206391 0
[pid=20197/tid=20198] ppid=20192 vsize=847652 CPUtime=2.5
/proc/20197/task/20198/stat : 20198 (java) R 20192 20192 18334 0 -1 64 3946 0 1 0 247 3 0 0 25 0 9 0 59396575 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4126512075 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=847652 CPUtime=0.25
/proc/20197/task/20199/stat : 20199 (java) S 20192 20192 18334 0 -1 64 3090 0 0 0 24 1 0 0 16 0 9 0 59396576 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59396576 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59396576 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59396579 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=847652 CPUtime=0.3
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 1536 0 0 0 30 0 0 0 15 0 9 0 59396582 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59396582 867995648 8071 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59396582 867995648 8071 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) 853008

[startup+6.30161 s]
/proc/loadavg: 2.10 2.12 2.09 3/92 20205
/proc/meminfo: memFree=1315700/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=847652 CPUtime=6.28
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 12354 0 1 0 620 8 0 0 18 0 9 0 59396574 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 211913 9883 2626 9 0 206391 0
[pid=20197/tid=20198] ppid=20192 vsize=847652 CPUtime=5.5
/proc/20197/task/20198/stat : 20198 (java) R 20192 20192 18334 0 -1 64 4070 0 1 0 547 3 0 0 25 0 9 0 59396575 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=847652 CPUtime=0.44
/proc/20197/task/20199/stat : 20199 (java) S 20192 20192 18334 0 -1 64 6052 0 0 0 41 3 0 0 16 0 9 0 59396576 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59396576 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59396576 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59396579 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=847652 CPUtime=0.3
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 1536 0 0 0 30 0 0 0 15 0 9 0 59396582 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59396582 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59396582 867995648 9883 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 853008

[startup+12.7023 s]
/proc/loadavg: 2.38 2.18 2.11 3/92 20205
/proc/meminfo: memFree=1292988/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=847652 CPUtime=12.68
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 13686 0 1 0 1258 10 0 0 18 0 9 0 59396574 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 211913 11199 2626 9 0 206391 0
[pid=20197/tid=20198] ppid=20192 vsize=847652 CPUtime=11.81
/proc/20197/task/20198/stat : 20198 (java) R 20192 20192 18334 0 -1 64 4086 0 1 0 1178 3 0 0 25 0 9 0 59396575 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=847652 CPUtime=0.5
/proc/20197/task/20199/stat : 20199 (java) S 20192 20192 18334 0 -1 64 7368 0 0 0 47 3 0 0 16 0 9 0 59396576 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59396576 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59396576 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59396579 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=847652 CPUtime=0.3
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 1536 0 0 0 30 0 0 0 16 0 9 0 59396582 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59396582 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59396582 867995648 11199 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 853008

[startup+25.5016 s]
/proc/loadavg: 2.32 2.18 2.10 3/92 20205
/proc/meminfo: memFree=1241212/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=847652 CPUtime=25.46
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 16017 0 1 0 2535 11 0 0 18 0 9 0 59396574 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 211913 12875 2626 9 0 206391 0
[pid=20197/tid=20198] ppid=20192 vsize=847652 CPUtime=24.36
/proc/20197/task/20198/stat : 20198 (java) R 20192 20192 18334 0 -1 64 4243 0 1 0 2432 4 0 0 25 0 9 0 59396575 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4125325915 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=847652 CPUtime=0.75
/proc/20197/task/20199/stat : 20199 (java) S 20192 20192 18334 0 -1 64 9542 0 0 0 71 4 0 0 16 0 9 0 59396576 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59396576 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59396576 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59396579 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=847652 CPUtime=0.3
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 1536 0 0 0 30 0 0 0 16 0 9 0 59396582 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59396582 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=847652 CPUtime=0
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59396582 867995648 12875 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 853008

[startup+51.1013 s]
/proc/loadavg: 2.29 2.18 2.10 3/93 20206

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

[pid=20197/tid=20202] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59396579 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=851088 CPUtime=5.53
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 4288 0 0 0 543 10 0 0 16 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=851088 CPUtime=0.01
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 1 0 0 15 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20207] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20207/stat : 20207 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59413423 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 856444

[startup+243.206 s]
/proc/loadavg: 2.32 2.21 2.11 3/83 20273
/proc/meminfo: memFree=728508/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=851088 CPUtime=243.09
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 197698 0 1 0 24174 135 0 0 18 0 10 0 59396574 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 212772 193738 2634 9 0 207250 0
[pid=20197/tid=20198] ppid=20192 vsize=851088 CPUtime=181.52
/proc/20197/task/20198/stat : 20198 (java) S 20192 20192 18334 0 -1 64 12303 0 1 0 18103 49 0 0 17 0 10 0 59396575 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=851088 CPUtime=56
/proc/20197/task/20199/stat : 20199 (java) R 20192 20192 18334 0 -1 64 180399 0 0 0 5526 74 0 0 25 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 102768222 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59396579 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=851088 CPUtime=5.53
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 4288 0 0 0 543 10 0 0 16 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=851088 CPUtime=0.01
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 1 0 0 15 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20207] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20207/stat : 20207 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59413423 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.09
Current children cumulated vsize (KiB) 856444

[startup+249.603 s]
/proc/loadavg: 2.29 2.20 2.11 3/83 20273
/proc/meminfo: memFree=728508/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=851088 CPUtime=249.48
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 197702 0 1 0 24813 135 0 0 18 0 10 0 59396574 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 212772 193738 2634 9 0 207250 0
[pid=20197/tid=20198] ppid=20192 vsize=851088 CPUtime=181.52
/proc/20197/task/20198/stat : 20198 (java) S 20192 20192 18334 0 -1 64 12307 0 1 0 18103 49 0 0 17 0 10 0 59396575 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=851088 CPUtime=62.39
/proc/20197/task/20199/stat : 20199 (java) R 20192 20192 18334 0 -1 64 180399 0 0 0 6165 74 0 0 25 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59396579 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=851088 CPUtime=5.53
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 4288 0 0 0 543 10 0 0 16 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=851088 CPUtime=0.02
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 1 1 0 0 15 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20207] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20207/stat : 20207 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59413423 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.48
Current children cumulated vsize (KiB) 856444

[startup+252.802 s]
/proc/loadavg: 2.27 2.20 2.11 3/83 20273
/proc/meminfo: memFree=728508/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=851088 CPUtime=252.68
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 197702 0 1 0 25133 135 0 0 18 0 10 0 59396574 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 212772 193738 2634 9 0 207250 0
[pid=20197/tid=20198] ppid=20192 vsize=851088 CPUtime=181.52
/proc/20197/task/20198/stat : 20198 (java) S 20192 20192 18334 0 -1 64 12307 0 1 0 18103 49 0 0 17 0 10 0 59396575 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=851088 CPUtime=65.59
/proc/20197/task/20199/stat : 20199 (java) R 20192 20192 18334 0 -1 64 180399 0 0 0 6485 74 0 0 25 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 104190777 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59396579 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=851088 CPUtime=5.53
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 4288 0 0 0 543 10 0 0 16 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=851088 CPUtime=0.02
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 1 1 0 0 15 0 10 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20207] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20207/stat : 20207 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59413423 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 252.68
Current children cumulated vsize (KiB) 856444

[startup+254.402 s]
/proc/loadavg: 2.27 2.20 2.11 3/82 20273
/proc/meminfo: memFree=728444/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=851088 CPUtime=254.28
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 197703 0 1 0 25293 135 0 0 18 0 9 0 59396574 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 212772 193738 2634 9 0 207250 0
[pid=20197/tid=20198] ppid=20192 vsize=851088 CPUtime=181.53
/proc/20197/task/20198/stat : 20198 (java) S 20192 20192 18334 0 -1 64 12308 0 1 0 18104 49 0 0 17 0 9 0 59396575 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=851088 CPUtime=67.18
/proc/20197/task/20199/stat : 20199 (java) R 20192 20192 18334 0 -1 64 180399 0 0 0 6644 74 0 0 25 0 9 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59396579 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=851088 CPUtime=5.53
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 4288 0 0 0 543 10 0 0 16 0 9 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=851088 CPUtime=0.02
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 254.28
Current children cumulated vsize (KiB) 856444

[startup+255.202 s]
/proc/loadavg: 2.27 2.20 2.11 3/82 20273
/proc/meminfo: memFree=728444/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=851088 CPUtime=255.08
/proc/20197/stat : 20197 (java) S 20192 20192 18334 0 -1 0 197703 0 1 0 25373 135 0 0 18 0 9 0 59396574 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 212772 193738 2634 9 0 207250 0
[pid=20197/tid=20198] ppid=20192 vsize=851088 CPUtime=181.53
/proc/20197/task/20198/stat : 20198 (java) S 20192 20192 18334 0 -1 64 12308 0 1 0 18104 49 0 0 17 0 9 0 59396575 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20199] ppid=20192 vsize=851088 CPUtime=67.98
/proc/20197/task/20199/stat : 20199 (java) R 20192 20192 18334 0 -1 64 180399 0 0 0 6724 74 0 0 25 0 9 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 102768134 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20200] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20200/stat : 20200 (java) S 20192 20192 18334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20201] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20201/stat : 20201 (java) S 20192 20192 18334 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59396576 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20202] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20202/stat : 20202 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59396579 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20203] ppid=20192 vsize=851088 CPUtime=5.53
/proc/20197/task/20203/stat : 20203 (java) S 20192 20192 18334 0 -1 64 4288 0 0 0 543 10 0 0 16 0 9 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20204] ppid=20192 vsize=851088 CPUtime=0
/proc/20197/task/20204/stat : 20204 (java) S 20192 20192 18334 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=20197/tid=20205] ppid=20192 vsize=851088 CPUtime=0.02
/proc/20197/task/20205/stat : 20205 (java) S 20192 20192 18334 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 59396582 871514112 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.08
Current children cumulated vsize (KiB) 856444

[startup+255.402 s]
/proc/loadavg: 2.27 2.20 2.11 3/82 20273
/proc/meminfo: memFree=728444/2055920 swapFree=4192812/4192956
[pid=20192] ppid=20190 vsize=5356 CPUtime=0
/proc/20192/stat : 20192 (concrete.sh) S 20190 20192 18334 0 -1 4194304 341 294 0 0 0 0 0 0 20 0 1 0 59396573 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20192/statm: 1339 244 201 169 0 50 0
[pid=20197] ppid=20192 vsize=0 CPUtime=255.26
/proc/20197/stat : 20197 (java) Z 20192 20192 18334 0 -1 12 197714 0 1 0 25383 143 0 0 16 0 2 0 59396574 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/20197/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 255.26
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 255.437
CPU time (s): 255.318
CPU user time (s): 253.841
CPU system time (s): 1.47678
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 856444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.841
system time used= 1.47677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198357
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= 32369
involuntary context switches= 32466

runsolver used 0.491925 second user time and 1.11783 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-16 07:48:39
IDJOB=2083564
IDBENCH=57858
IDSOLVER=736
FILE ID=node90/2083564-1247723319
PBS_JOBID= 9521453
Free space on /tmp= 66088 MiB

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

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

MD5SUM BENCH= 5949c8c2a580bb7d18408c509e0c687a
RANDOM SEED=1157583832

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1360996 kB
Buffers:         92436 kB
Cached:         314476 kB
SwapCached:          0 kB
Active:         218376 kB
Inactive:       371952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360996 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4960 kB
Writeback:           0 kB
Mapped:         197580 kB
Slab:            89484 kB
Committed_AS:   848964 kB
PageTables:       2216 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= 66092 MiB
End job on node90 at 2009-07-16 07:52:55