Trace number 2083575

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? 267.343 267.474

DiagnosticValue
CHECKS4854670
NODES0

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-10.xml
MD5SUMda2491dfd5d4c48595148d7cd3674d2d
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 benchmark28.7276
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

163.73/163.83	c CPU-LOAD 137.31
163.73/163.83	c LOADED 2000 V (302 E), 2927 PredicateConstraint, 13207 ExtensionConstraint2D, arity 2, 137.31 cpu
267.20/267.31	c [ 266.934] WARNING : java.lang.OutOfMemoryError: Java heap space
267.20/267.31	java.util.Arrays.copyOf(Unknown Source)
267.20/267.31	cspfj.filter.DC2.noGoods(DC2.java:290)
267.20/267.31	cspfj.filter.DC2.singletonTest(DC2.java:206)
267.20/267.31	cspfj.filter.DC2.cdcReduce(DC2.java:125)
267.20/267.31	cspfj.filter.DC2.reduceAll(DC2.java:92)
267.20/267.31	cspfj.AbstractSolver.preprocess(AbstractSolver.java:226)
267.20/267.31	cspfj.MGACIter.runSolver(MGACIter.java:206)
267.20/267.31	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
267.20/267.31	concrete.Concrete.solve(Concrete.java:187)
267.20/267.31	concrete.Concrete.run(Concrete.java:112)
267.20/267.31	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
267.20/267.32	s UNKNOWN
267.20/267.32	d NODES 0
267.20/267.32	d CHECKS 4854667
267.20/267.32	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)]
267.20/267.32	c CDC-added-constraints: 1911
267.20/267.32	c CDC-nbsingletontests: 5
267.20/267.32	c CDC-nogoods: 344247
267.20/267.32	c prepro-constraint-ccks: 615135
267.20/267.32	c prepro-constraint-presenceccks: 92063
267.20/267.32	c prepro-cpu: 42.65
267.20/267.32	c prepro-matrix2d-ccks: 4239532
267.20/267.32	c prepro-matrix2d-presenceccks: 1816348
267.20/267.32	c prepro-removed: 555377
267.20/267.32	c total-assgn: 0
267.20/267.32	c total-constraint-ccks: 615135
267.20/267.32	c total-constraint-presence-ccks: 92063
267.20/267.32	c total-cpu: 43.13
267.20/267.32	c total-matrix2d-ccks: 4239532
267.20/267.32	c total-matrix2d-presence-ccks: 1816348
267.20/267.32	c TOTAL-NODES 0
267.20/267.32	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-2083575-1247723334/watcher-2083575-1247723334 -o /tmp/evaluation-result-2083575-1247723334/solver-2083575-1247723334 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083575-1247723334.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14667
/proc/meminfo: memFree=1350272/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=1964 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) R 14665 14667 14630 0 -1 4194304 51 0 0 0 0 0 0 0 20 0 1 0 59398731 2011136 36 996147200 4194304 4889804 548682068736 18446744073709551615 214942379950 0 0 4096 0 0 0 0 17 1 0 0
/proc/14667/statm: 491 36 28 169 0 8 0

[startup+0.0961139 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14667
/proc/meminfo: memFree=1350272/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102109 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14667
/proc/meminfo: memFree=1350272/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301134 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14667
/proc/meminfo: memFree=1350272/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701181 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14667
/proc/meminfo: memFree=1350272/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50227 s]
/proc/loadavg: 2.09 2.02 2.01 4/83 14680
/proc/meminfo: memFree=1335200/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=847652 CPUtime=1.47
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 8387 0 1 0 141 6 0 0 18 0 9 0 59398732 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 211913 7221 2625 9 0 206391 0
[pid=14672/tid=14673] ppid=14667 vsize=847652 CPUtime=1.02
/proc/14672/task/14673/stat : 14673 (java) R 14667 14667 14630 0 -1 64 3927 0 1 0 99 3 0 0 22 0 9 0 59398733 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4126512101 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=847652 CPUtime=0.12
/proc/14672/task/14674/stat : 14674 (java) S 14667 14667 14630 0 -1 64 2224 0 0 0 12 0 0 0 16 0 9 0 59398735 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59398735 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=847652 CPUtime=0.3
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 1539 0 0 0 29 1 0 0 15 0 9 0 59398740 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 867995648 7221 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 867995648 7221 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) 853008

[startup+3.10145 s]
/proc/loadavg: 2.09 2.02 2.01 3/83 14680
/proc/meminfo: memFree=1328544/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=847652 CPUtime=3.07
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 9795 0 1 0 301 6 0 0 18 0 9 0 59398732 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 211913 8588 2625 9 0 206391 0
[pid=14672/tid=14673] ppid=14667 vsize=847652 CPUtime=2.46
/proc/14672/task/14673/stat : 14673 (java) R 14667 14667 14630 0 -1 64 3953 0 1 0 243 3 0 0 25 0 9 0 59398733 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4125949447 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=847652 CPUtime=0.28
/proc/14672/task/14674/stat : 14674 (java) S 14667 14667 14630 0 -1 64 3606 0 0 0 27 1 0 0 16 0 9 0 59398735 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59398735 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=847652 CPUtime=0.3
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 1539 0 0 0 29 1 0 0 15 0 9 0 59398740 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 867995648 8588 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 853008

[startup+6.30281 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 14680
/proc/meminfo: memFree=1320032/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=847652 CPUtime=6.27
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 11458 0 1 0 621 6 0 0 18 0 9 0 59398732 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 211913 10214 2625 9 0 206391 0
[pid=14672/tid=14673] ppid=14667 vsize=847652 CPUtime=5.51
/proc/14672/task/14673/stat : 14673 (java) R 14667 14667 14630 0 -1 64 4071 0 1 0 548 3 0 0 25 0 9 0 59398733 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=847652 CPUtime=0.43
/proc/14672/task/14674/stat : 14674 (java) S 14667 14667 14630 0 -1 64 5151 0 0 0 42 1 0 0 16 0 9 0 59398735 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59398735 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=847652 CPUtime=0.3
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 1539 0 0 0 29 1 0 0 15 0 9 0 59398740 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 867995648 10214 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 853008

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 14680
/proc/meminfo: memFree=1312224/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=847652 CPUtime=12.67
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 13187 0 1 0 1260 7 0 0 18 0 9 0 59398732 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 211913 11607 2626 9 0 206391 0
[pid=14672/tid=14673] ppid=14667 vsize=847652 CPUtime=11.67
/proc/14672/task/14673/stat : 14673 (java) R 14667 14667 14630 0 -1 64 4230 0 1 0 1164 3 0 0 25 0 9 0 59398733 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=847652 CPUtime=0.67
/proc/14672/task/14674/stat : 14674 (java) S 14667 14667 14630 0 -1 64 6721 0 0 0 65 2 0 0 17 0 9 0 59398735 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59398735 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=847652 CPUtime=0.3
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 1539 0 0 0 29 1 0 0 16 0 9 0 59398740 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 867995648 11607 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 853008

[startup+25.503 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 14680
/proc/meminfo: memFree=1302560/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=847652 CPUtime=25.47
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 14762 0 1 0 2539 8 0 0 18 0 9 0 59398732 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 211913 13170 2626 9 0 206391 0
[pid=14672/tid=14673] ppid=14667 vsize=847652 CPUtime=24.4
/proc/14672/task/14673/stat : 14673 (java) R 14667 14667 14630 0 -1 64 4242 0 1 0 2436 4 0 0 25 0 9 0 59398733 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=847652 CPUtime=0.74
/proc/14672/task/14674/stat : 14674 (java) S 14667 14667 14630 0 -1 64 8284 0 0 0 72 2 0 0 16 0 9 0 59398735 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59398735 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=847652 CPUtime=0.3
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 1539 0 0 0 29 1 0 0 16 0 9 0 59398740 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=847652 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 867995648 13170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 853008

[startup+51.1029 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 14681
/proc/meminfo: memFree=1264216/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=14672/tid=14675] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59398737 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=851196 CPUtime=5.7
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 4284 0 0 0 557 13 0 0 16 0 10 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14684] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14684/stat : 14684 (java) S 14667 14667 14630 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59415335 871624704 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.8
Current children cumulated vsize (KiB) 856552

[startup+262.303 s]
/proc/loadavg: 2.32 2.16 2.05 3/84 14684
/proc/meminfo: memFree=549136/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=851196 CPUtime=262.2
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 196478 0 1 0 26090 130 0 0 18 0 10 0 59398732 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 212799 193738 2634 9 0 207277 0
[pid=14672/tid=14673] ppid=14667 vsize=851196 CPUtime=180.19
/proc/14672/task/14673/stat : 14673 (java) S 14667 14667 14630 0 -1 64 12357 0 1 0 17972 47 0 0 17 0 10 0 59398733 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=851196 CPUtime=76.28
/proc/14672/task/14674/stat : 14674 (java) R 14667 14667 14630 0 -1 64 179128 0 0 0 7560 68 0 0 25 0 10 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 104190089 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59398737 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=851196 CPUtime=5.7
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 4284 0 0 0 557 13 0 0 16 0 10 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14684] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14684/stat : 14684 (java) S 14667 14667 14630 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59415335 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 262.2
Current children cumulated vsize (KiB) 856552

[startup+265.502 s]
/proc/loadavg: 2.32 2.16 2.05 3/84 14684
/proc/meminfo: memFree=549136/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=851196 CPUtime=265.4
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 196479 0 1 0 26410 130 0 0 18 0 9 0 59398732 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 212799 193738 2634 9 0 207277 0
[pid=14672/tid=14673] ppid=14667 vsize=851196 CPUtime=180.2
/proc/14672/task/14673/stat : 14673 (java) S 14667 14667 14630 0 -1 64 12358 0 1 0 17973 47 0 0 17 0 9 0 59398733 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=851196 CPUtime=79.47
/proc/14672/task/14674/stat : 14674 (java) R 14667 14667 14630 0 -1 64 179128 0 0 0 7879 68 0 0 25 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 103731823 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=851196 CPUtime=5.7
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 4284 0 0 0 557 13 0 0 16 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.4
Current children cumulated vsize (KiB) 856552

[startup+266.302 s]
/proc/loadavg: 2.30 2.15 2.05 3/83 14684
/proc/meminfo: memFree=548816/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=851196 CPUtime=266.2
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 196479 0 1 0 26490 130 0 0 18 0 9 0 59398732 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 212799 193738 2634 9 0 207277 0
[pid=14672/tid=14673] ppid=14667 vsize=851196 CPUtime=180.2
/proc/14672/task/14673/stat : 14673 (java) S 14667 14667 14630 0 -1 64 12358 0 1 0 17973 47 0 0 17 0 9 0 59398733 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=851196 CPUtime=80.27
/proc/14672/task/14674/stat : 14674 (java) R 14667 14667 14630 0 -1 64 179128 0 0 0 7959 68 0 0 25 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 104189935 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=851196 CPUtime=5.7
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 4284 0 0 0 557 13 0 0 16 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.2
Current children cumulated vsize (KiB) 856552

[startup+267.101 s]
/proc/loadavg: 2.30 2.15 2.05 3/83 14684
/proc/meminfo: memFree=548816/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=851196 CPUtime=267
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 196479 0 1 0 26570 130 0 0 18 0 9 0 59398732 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 212799 193738 2634 9 0 207277 0
[pid=14672/tid=14673] ppid=14667 vsize=851196 CPUtime=180.2
/proc/14672/task/14673/stat : 14673 (java) S 14667 14667 14630 0 -1 64 12358 0 1 0 17973 47 0 0 17 0 9 0 59398733 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=851196 CPUtime=81.07
/proc/14672/task/14674/stat : 14674 (java) R 14667 14667 14630 0 -1 64 179128 0 0 0 8039 68 0 0 25 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 104190765 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=851196 CPUtime=5.7
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 4284 0 0 0 557 13 0 0 16 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267
Current children cumulated vsize (KiB) 856552

[startup+267.306 s]
/proc/loadavg: 2.30 2.15 2.05 3/83 14684
/proc/meminfo: memFree=548368/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=851196 CPUtime=267.2
/proc/14672/stat : 14672 (java) S 14667 14667 14630 0 -1 0 196479 0 1 0 26590 130 0 0 18 0 9 0 59398732 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 212799 193738 2634 9 0 207277 0
[pid=14672/tid=14673] ppid=14667 vsize=851196 CPUtime=180.2
/proc/14672/task/14673/stat : 14673 (java) S 14667 14667 14630 0 -1 64 12358 0 1 0 17973 47 0 0 17 0 9 0 59398733 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14674] ppid=14667 vsize=851196 CPUtime=81.27
/proc/14672/task/14674/stat : 14674 (java) R 14667 14667 14630 0 -1 64 179128 0 0 0 8059 68 0 0 25 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 102527710 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14675] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14675/stat : 14675 (java) S 14667 14667 14630 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14676] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14676/stat : 14676 (java) S 14667 14667 14630 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 59398735 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14677] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14677/stat : 14677 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59398737 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14678] ppid=14667 vsize=851196 CPUtime=5.7
/proc/14672/task/14678/stat : 14678 (java) S 14667 14667 14630 0 -1 64 4284 0 0 0 557 13 0 0 16 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14679] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14679/stat : 14679 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14672/tid=14680] ppid=14667 vsize=851196 CPUtime=0
/proc/14672/task/14680/stat : 14680 (java) S 14667 14667 14630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59398740 871624704 193738 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.2
Current children cumulated vsize (KiB) 856552

[startup+267.401 s]
/proc/loadavg: 2.30 2.15 2.05 3/83 14684
/proc/meminfo: memFree=548368/2055920 swapFree=4192812/4192956
[pid=14667] ppid=14665 vsize=5356 CPUtime=0
/proc/14667/stat : 14667 (concrete.sh) S 14665 14667 14630 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 59398731 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 1339 244 201 169 0 50 0
[pid=14672] ppid=14667 vsize=0 CPUtime=267.25
/proc/14672/stat : 14672 (java) Z 14667 14667 14630 0 -1 12 196490 0 1 0 26592 133 0 0 16 0 2 0 59398732 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14672/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 267.25
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 267.474
CPU time (s): 267.343
CPU user time (s): 265.929
CPU system time (s): 1.41478
CPU usage (%): 99.9512
Max. virtual memory (cumulated for all children) (KiB): 856604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.929
system time used= 1.41478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197133
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= 32872
involuntary context switches= 32927

runsolver used 0.339948 second user time and 0.889864 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-16 07:48:54
IDJOB=2083575
IDBENCH=57860
IDSOLVER=736
FILE ID=node85/2083575-1247723334
PBS_JOBID= 9521491
Free space on /tmp= 126536 MiB

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

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

MD5SUM BENCH= da2491dfd5d4c48595148d7cd3674d2d
RANDOM SEED=369044349

node85.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.220
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.220
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:       1350752 kB
Buffers:         89972 kB
Cached:         459128 kB
SwapCached:          0 kB
Active:         285948 kB
Inactive:       345632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5192 kB
Writeback:           0 kB
Mapped:          93792 kB
Slab:            58860 kB
Committed_AS:   514364 kB
PageTables:       1852 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= 126536 MiB
End job on node85 at 2009-07-16 07:53:22