Trace number 2083025

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? 925.33 929.62

DiagnosticValue
CHECKS76057200
NODES0

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-10.xml
MD5SUM6cee6301fe32a4b3c9ce453d6c18bf37
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 benchmark91.5551
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data

479.73/483.83	c [ 483.419] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
491.51/495.65	c CPU-LOAD 465.09
491.51/495.65	c LOADED 3000 V (698 E), 7604 ExtensionConstraint2D, 27541 PredicateConstraint, arity 2, 465.09 cpu
925.14/929.44	c [ 929.032] WARNING : java.lang.OutOfMemoryError: Java heap space
925.14/929.44	java.util.HashMap.<init>(Unknown Source)
925.14/929.44	java.util.HashMap.<init>(Unknown Source)
925.14/929.44	cspfj.filter.AC3.getStatistics(AC3.java:237)
925.14/929.44	cspfj.filter.DC2.getStatistics(DC2.java:322)
925.14/929.44	cspfj.AbstractSolver.preprocess(AbstractSolver.java:235)
925.14/929.44	cspfj.MGACIter.runSolver(MGACIter.java:206)
925.14/929.44	concrete.AbstractLauncher.solve(AbstractLauncher.java:401)
925.14/929.44	concrete.Concrete.solve(Concrete.java:187)
925.14/929.44	concrete.Concrete.run(Concrete.java:112)
925.14/929.44	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
925.14/929.44	s UNKNOWN
925.14/929.44	d NODES 0
925.14/929.44	d CHECKS 76057228
925.14/929.44	c java.lang.OutOfMemoryError: Java heap space[java.util.HashMap.<init>(Unknown Source), java.util.HashMap.<init>(Unknown Source), cspfj.filter.AC3.getStatistics(AC3.java:237), cspfj.filter.DC2.getStatistics(DC2.java:322), cspfj.AbstractSolver.preprocess(AbstractSolver.java:235), 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)]
925.14/929.45	c total-assgn: 0
925.14/929.45	c total-constraint-ccks: 72089357
925.14/929.45	c total-constraint-presence-ccks: 3317525
925.14/929.45	c total-cpu: 62.48
925.14/929.45	c total-matrix2d-ccks: 3967871
925.14/929.45	c total-matrix2d-presence-ccks: 1452902
925.14/929.45	c TOTAL-NODES 0
925.14/929.45	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-2083025-1247722120/watcher-2083025-1247722120 -o /tmp/evaluation-result-2083025-1247722120/solver-2083025-1247722120 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083025-1247722120.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 10489
/proc/meminfo: memFree=1548760/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) R 10487 10489 9472 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 59276844 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 234211568287 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10489/statm: 1339 230 191 169 0 50 0

[startup+0.109165 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 10489
/proc/meminfo: memFree=1548760/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201178 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 10489
/proc/meminfo: memFree=1548760/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301191 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 10489
/proc/meminfo: memFree=1548760/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701241 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 10489
/proc/meminfo: memFree=1548760/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50234 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10502
/proc/meminfo: memFree=1533448/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=847688 CPUtime=1.45
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 8228 0 1 0 140 5 0 0 18 0 9 0 59276845 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 211922 7150 2624 9 0 206400 0
[pid=10494/tid=10495] ppid=10489 vsize=847688 CPUtime=0.97
/proc/10494/task/10495/stat : 10495 (java) R 10489 10489 9472 0 -1 64 3898 0 1 0 94 3 0 0 20 0 9 0 59276846 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4126067842 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10496] ppid=10489 vsize=847688 CPUtime=0.12
/proc/10494/task/10496/stat : 10496 (java) S 10489 10489 9472 0 -1 64 2132 0 0 0 12 0 0 0 16 0 9 0 59276847 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10497] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10498] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59276848 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10499] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=847688 CPUtime=0.33
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 1503 0 0 0 32 1 0 0 15 0 9 0 59276854 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10501] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 868032512 7150 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 853044

[startup+3.10254 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10502
/proc/meminfo: memFree=1527240/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=847688 CPUtime=3.04
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 9634 0 1 0 298 6 0 0 18 0 9 0 59276845 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 211922 8515 2625 9 0 206400 0
[pid=10494/tid=10495] ppid=10489 vsize=847688 CPUtime=2.42
/proc/10494/task/10495/stat : 10495 (java) R 10489 10489 9472 0 -1 64 3924 0 1 0 239 3 0 0 25 0 9 0 59276846 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4126512101 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10496] ppid=10489 vsize=847688 CPUtime=0.26
/proc/10494/task/10496/stat : 10496 (java) S 10489 10489 9472 0 -1 64 3511 0 0 0 25 1 0 0 16 0 9 0 59276847 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10497] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10498] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59276848 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10499] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=847688 CPUtime=0.33
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 1504 0 0 0 32 1 0 0 15 0 9 0 59276854 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10501] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 868032512 8515 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 853044

[startup+6.30195 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10502
/proc/meminfo: memFree=1519624/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=847688 CPUtime=6.21
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 11101 0 1 0 614 7 0 0 18 0 9 0 59276845 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 211922 9947 2625 9 0 206400 0
[pid=10494/tid=10495] ppid=10489 vsize=847688 CPUtime=5.42
/proc/10494/task/10495/stat : 10495 (java) R 10489 10489 9472 0 -1 64 4024 0 1 0 539 3 0 0 25 0 9 0 59276846 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4126508041 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10496] ppid=10489 vsize=847688 CPUtime=0.43
/proc/10494/task/10496/stat : 10496 (java) S 10489 10489 9472 0 -1 64 4878 0 0 0 41 2 0 0 16 0 9 0 59276847 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10497] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10498] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59276848 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10499] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=847688 CPUtime=0.33
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 1504 0 0 0 32 1 0 0 15 0 9 0 59276854 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10501] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) R 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 868032512 9947 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 853044

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10502
/proc/meminfo: memFree=1513224/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=847688 CPUtime=12.53
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 12854 0 1 0 1245 8 0 0 18 0 9 0 59276845 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 211922 11363 2626 9 0 206400 0
[pid=10494/tid=10495] ppid=10489 vsize=847688 CPUtime=11.5
/proc/10494/task/10495/stat : 10495 (java) R 10489 10489 9472 0 -1 64 4168 0 1 0 1146 4 0 0 25 0 9 0 59276846 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4126508079 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10496] ppid=10489 vsize=847688 CPUtime=0.67
/proc/10494/task/10496/stat : 10496 (java) S 10489 10489 9472 0 -1 64 6487 0 0 0 65 2 0 0 16 0 9 0 59276847 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10497] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10498] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59276848 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10499] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=847688 CPUtime=0.34
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 1504 0 0 0 33 1 0 0 16 0 9 0 59276854 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10501] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 868032512 11363 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 853044

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10502
/proc/meminfo: memFree=1506440/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=847688 CPUtime=25.21
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 14452 0 1 0 2512 9 0 0 18 0 9 0 59276845 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 211922 12948 2626 9 0 206400 0
[pid=10494/tid=10495] ppid=10489 vsize=847688 CPUtime=24.09
/proc/10494/task/10495/stat : 10495 (java) R 10489 10489 9472 0 -1 64 4181 0 1 0 2405 4 0 0 25 0 9 0 59276846 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4126512101 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10496] ppid=10489 vsize=847688 CPUtime=0.76
/proc/10494/task/10496/stat : 10496 (java) S 10489 10489 9472 0 -1 64 8072 0 0 0 73 3 0 0 16 0 9 0 59276847 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10497] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10498] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59276848 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10499] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=847688 CPUtime=0.34
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 1504 0 0 0 33 1 0 0 16 0 9 0 59276854 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10501] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=847688 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 868032512 12948 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 853044

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 10502
/proc/meminfo: memFree=1496008/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=10494/tid=10496] ppid=10489 vsize=853140 CPUtime=369.62
/proc/10494/task/10496/stat : 10496 (java) R 10489 10489 9472 0 -1 64 179947 0 0 0 36887 75 0 0 25 0 10 0 59276847 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 104188797 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10497] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10498] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10499] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59276850 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=853140 CPUtime=7.74
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 4335 0 0 0 756 18 0 0 16 0 10 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10501] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10547] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10547/stat : 10547 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 59326670 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 904.54
Current children cumulated vsize (KiB) 858496

[startup+921.603 s]
/proc/loadavg: 2.15 2.24 2.12 3/93 10547
/proc/meminfo: memFree=28472/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=853140 CPUtime=917.34
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 198512 0 1 0 91568 166 0 0 18 0 9 0 59276845 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 213285 195074 2635 9 0 207763 0
[pid=10494/tid=10495] ppid=10489 vsize=853140 CPUtime=527.16
/proc/10494/task/10495/stat : 10495 (java) S 10489 10489 9472 0 -1 64 13524 0 1 0 52645 71 0 0 17 0 9 0 59276846 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10496] ppid=10489 vsize=853140 CPUtime=382.42
/proc/10494/task/10496/stat : 10496 (java) R 10489 10489 9472 0 -1 64 179947 0 0 0 38166 76 0 0 25 0 9 0 59276847 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10497] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10498] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10499] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=853140 CPUtime=7.74
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 4335 0 0 0 756 18 0 0 16 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10501] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 917.34
Current children cumulated vsize (KiB) 858496

[startup+924.802 s]
/proc/loadavg: 2.22 2.25 2.13 3/93 10547
/proc/meminfo: memFree=28472/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=853140 CPUtime=920.54
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 198512 0 1 0 91888 166 0 0 18 0 9 0 59276845 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 213285 195074 2635 9 0 207763 0
[pid=10494/tid=10495] ppid=10489 vsize=853140 CPUtime=527.16
/proc/10494/task/10495/stat : 10495 (java) S 10489 10489 9472 0 -1 64 13524 0 1 0 52645 71 0 0 17 0 9 0 59276846 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10496] ppid=10489 vsize=853140 CPUtime=385.62
/proc/10494/task/10496/stat : 10496 (java) R 10489 10489 9472 0 -1 64 179947 0 0 0 38486 76 0 0 25 0 9 0 59276847 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 102758168 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10497] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10498] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10499] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=853140 CPUtime=7.74
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 4335 0 0 0 756 18 0 0 16 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10501] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 920.54
Current children cumulated vsize (KiB) 858496

[startup+928.002 s]
/proc/loadavg: 2.28 2.27 2.13 4/93 10547
/proc/meminfo: memFree=28472/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=853140 CPUtime=923.74
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 198513 0 1 0 92208 166 0 0 18 0 9 0 59276845 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 213285 195074 2635 9 0 207763 0
[pid=10494/tid=10495] ppid=10489 vsize=853140 CPUtime=527.16
/proc/10494/task/10495/stat : 10495 (java) S 10489 10489 9472 0 -1 64 13525 0 1 0 52645 71 0 0 17 0 9 0 59276846 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10496] ppid=10489 vsize=853140 CPUtime=388.82
/proc/10494/task/10496/stat : 10496 (java) R 10489 10489 9472 0 -1 64 179947 0 0 0 38806 76 0 0 25 0 9 0 59276847 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 104516141 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10497] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10498] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10499] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=853140 CPUtime=7.74
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 4335 0 0 0 756 18 0 0 16 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10501] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 923.74
Current children cumulated vsize (KiB) 858496

[startup+928.802 s]
/proc/loadavg: 2.28 2.27 2.13 3/93 10547
/proc/meminfo: memFree=28472/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=853140 CPUtime=924.54
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 198513 0 1 0 92288 166 0 0 18 0 9 0 59276845 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 213285 195074 2635 9 0 207763 0
[pid=10494/tid=10495] ppid=10489 vsize=853140 CPUtime=527.16
/proc/10494/task/10495/stat : 10495 (java) S 10489 10489 9472 0 -1 64 13525 0 1 0 52645 71 0 0 17 0 9 0 59276846 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10496] ppid=10489 vsize=853140 CPUtime=389.62
/proc/10494/task/10496/stat : 10496 (java) R 10489 10489 9472 0 -1 64 179947 0 0 0 38886 76 0 0 25 0 9 0 59276847 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 104191062 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10497] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10498] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10499] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=853140 CPUtime=7.74
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 4335 0 0 0 756 18 0 0 16 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10501] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 924.54
Current children cumulated vsize (KiB) 858496

[startup+929.202 s]
/proc/loadavg: 2.28 2.27 2.13 3/93 10547
/proc/meminfo: memFree=28472/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=853140 CPUtime=924.94
/proc/10494/stat : 10494 (java) S 10489 10489 9472 0 -1 0 198513 0 1 0 92328 166 0 0 18 0 9 0 59276845 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10494/statm: 213285 195074 2635 9 0 207763 0
[pid=10494/tid=10495] ppid=10489 vsize=853140 CPUtime=527.16
/proc/10494/task/10495/stat : 10495 (java) S 10489 10489 9472 0 -1 64 13525 0 1 0 52645 71 0 0 17 0 9 0 59276846 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10496] ppid=10489 vsize=853140 CPUtime=390.02
/proc/10494/task/10496/stat : 10496 (java) R 10489 10489 9472 0 -1 64 179947 0 0 0 38926 76 0 0 25 0 9 0 59276847 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10497] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10497/stat : 10497 (java) S 10489 10489 9472 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10498] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10498/stat : 10498 (java) S 10489 10489 9472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 59276848 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10499] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10499/stat : 10499 (java) S 10489 10489 9472 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59276850 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10500] ppid=10489 vsize=853140 CPUtime=7.74
/proc/10494/task/10500/stat : 10500 (java) S 10489 10489 9472 0 -1 64 4335 0 0 0 756 18 0 0 16 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10494/tid=10501] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10501/stat : 10501 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10494/tid=10502] ppid=10489 vsize=853140 CPUtime=0
/proc/10494/task/10502/stat : 10502 (java) S 10489 10489 9472 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 59276854 873615360 195074 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 924.94
Current children cumulated vsize (KiB) 858496

[startup+929.607 s]
/proc/loadavg: 2.28 2.27 2.13 3/91 10548
/proc/meminfo: memFree=28472/2055920 swapFree=4192812/4192956
[pid=10489] ppid=10487 vsize=5356 CPUtime=0
/proc/10489/stat : 10489 (concrete.sh) S 10487 10489 9472 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 59276844 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10489/statm: 1339 244 201 169 0 50 0
[pid=10494] ppid=10489 vsize=0 CPUtime=925.3
/proc/10494/stat : 10494 (java) Z 10489 10489 9472 0 -1 12 198528 0 1 0 92354 176 0 0 16 0 2 0 59276845 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 925.3
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 929.62
CPU time (s): 925.33
CPU user time (s): 923.549
CPU system time (s): 1.78173
CPU usage (%): 99.5385
Max. virtual memory (cumulated for all children) (KiB): 858496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 923.549
system time used= 1.78173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199171
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= 54482
involuntary context switches= 64483

runsolver used 1.55876 second user time and 3.71943 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-16 07:28:40
IDJOB=2083025
IDBENCH=57676
IDSOLVER=736
FILE ID=node54/2083025-1247722120
PBS_JOBID= 9521439
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= 6cee6301fe32a4b3c9ce453d6c18bf37
RANDOM SEED=636746424

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1549176 kB
Buffers:         73604 kB
Cached:         308488 kB
SwapCached:          0 kB
Active:         127216 kB
Inactive:       290512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8728 kB
Writeback:           0 kB
Mapped:          55988 kB
Slab:            74088 kB
Committed_AS:   557488 kB
PageTables:       1844 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node54 at 2009-07-16 07:44:10