Trace number 1087174

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 + CPS4J 2008-05-30UNSAT 395.794 398.166

DiagnosticValue
CHECKS606433
NODES0

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-0.xml
MD5SUMfac073e8eb5ef4bb7103b84225c28dd2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.7036
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

316.79/319.14	c Sat Jul 05 09:33:26 CEST 2008 concrete.ResourceController isOutOfTime
316.79/319.14	c WARNING: Out of time
332.48/334.80	c Sat Jul 05 09:33:41 CEST 2008 concrete.relationconverter.RelationManager strongOptimizeMemory
332.48/334.80	c WARNING: Could not free more memory in relations
393.26/395.62	c CPU-LOAD 328.14
393.26/395.62	c LOADED 2500 V (362 E), 2307 ExtensionConstraint2D, 21453 PredicateConstraint, arity 2, 328.14 cpu
395.66/398.01	s UNSATISFIABLE
395.66/398.01	d NODES 0
395.66/398.01	d CHECKS 606433
395.66/398.01	c gac3-effective-revisions: 190
395.66/398.01	c gac3-useless-revisions: 369
395.66/398.01	c prepro-constraint-ccks: 595324
395.66/398.01	c prepro-constraint-presenceccks: 17762
395.66/398.01	c prepro-cpu: 0.34
395.66/398.01	c prepro-matrix2d-ccks: 11109
395.66/398.01	c prepro-matrix2d-presenceccks: 8504
395.66/398.01	c prepro-removed: 15310
395.66/398.01	c total-assgn: 0
395.66/398.01	c total-constraint-ccks: 595324
395.66/398.01	c total-constraint-presence-ccks: 17762
395.66/398.01	c total-cpu: 0.34
395.66/398.01	c total-matrix2d-ccks: 11109
395.66/398.01	c total-matrix2d-presence-ccks: 8504
395.66/398.01	c tuples: 0
395.66/398.01	c tuples-collisions: 0
395.66/398.01	c TOTAL-NODES 0
395.66/398.01	c TOTAL-CPU 0.34

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087174-1215242886/watcher-1087174-1215242886 -o /tmp/evaluation-result-1087174-1215242886/solver-1087174-1215242886 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1087174-1215242886.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 31219
/proc/meminfo: memFree=1906624/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) R 31217 31219 29276 0 -1 4194304 296 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653754527 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=5356 CPUtime=0
/proc/31221/stat : 31221 (concrete.sh) R 31219 31219 29276 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 2003260935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653754527 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/31221/statm: 1339 242 201 169 0 50 0

[startup+0.0547511 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 31219
/proc/meminfo: memFree=1906624/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=840680 CPUtime=0.03
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 2164 0 1 0 2 1 0 0 18 0 9 0 2003260935 860856320 1706 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 210170 1706 961 9 0 205147 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 846036

[startup+0.101755 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 31219
/proc/meminfo: memFree=1906624/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=843024 CPUtime=0.08
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 3371 0 1 0 7 1 0 0 18 0 9 0 2003260935 863256576 2829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 210756 2829 1646 9 0 205333 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848380

[startup+0.301785 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 31219
/proc/meminfo: memFree=1906624/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=844080 CPUtime=0.27
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 4248 0 1 0 25 2 0 0 18 0 9 0 2003260935 864337920 3664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 211020 3664 1810 9 0 205588 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 849436

[startup+0.701846 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 31219
/proc/meminfo: memFree=1906624/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=844272 CPUtime=0.67
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 5227 0 1 0 64 3 0 0 18 0 9 0 2003260935 864534528 4595 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 211068 4595 1900 9 0 205629 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 849628

[startup+1.50297 s]
/proc/loadavg: 1.93 1.97 1.99 3/82 31230
/proc/meminfo: memFree=1894064/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=844272 CPUtime=1.46
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 6992 0 1 0 141 5 0 0 18 0 9 0 2003260935 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 211068 6096 2575 9 0 205629 0
[pid=31221/tid=31223] ppid=31219 vsize=844272 CPUtime=1.14
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 3431 0 1 0 111 3 0 0 25 0 9 0 2003260936 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4125742480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31224] ppid=31219 vsize=844272 CPUtime=0.14
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 2294 0 0 0 13 1 0 0 16 0 9 0 2003260937 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31225] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31226] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2003260937 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31227] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003260939 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=844272 CPUtime=0.15
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 534 0 0 0 15 0 0 0 16 0 9 0 2003260939 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31229] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003260939 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2003260939 864534528 6096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849628

[startup+3.1022 s]
/proc/loadavg: 1.93 1.97 1.99 3/82 31230
/proc/meminfo: memFree=1890672/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=844272 CPUtime=3.06
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 7751 0 1 0 298 8 0 0 18 0 9 0 2003260935 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 211068 6716 2575 9 0 205629 0
[pid=31221/tid=31223] ppid=31219 vsize=844272 CPUtime=2.57
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 3570 0 1 0 253 4 0 0 25 0 9 0 2003260936 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4125978922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31224] ppid=31219 vsize=844272 CPUtime=0.31
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 2914 0 0 0 28 3 0 0 16 0 9 0 2003260937 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31225] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31226] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2003260937 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31227] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003260939 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=844272 CPUtime=0.15
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 534 0 0 0 15 0 0 0 16 0 9 0 2003260939 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31229] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003260939 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2003260939 864534528 6716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 849628

[startup+6.30268 s]
/proc/loadavg: 1.93 1.97 1.99 3/82 31230
/proc/meminfo: memFree=1887088/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=844272 CPUtime=6.22
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 8670 0 1 0 612 10 0 0 18 0 9 0 2003260935 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 211068 7413 2575 9 0 205629 0
[pid=31221/tid=31223] ppid=31219 vsize=844272 CPUtime=5.57
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 3792 0 1 0 553 4 0 0 25 0 9 0 2003260936 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4125768460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31224] ppid=31219 vsize=844272 CPUtime=0.46
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 3611 0 0 0 42 4 0 0 16 0 9 0 2003260937 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31225] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31226] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2003260937 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31227] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003260939 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=844272 CPUtime=0.15
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 534 0 0 0 15 0 0 0 16 0 9 0 2003260939 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31229] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003260939 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2003260939 864534528 7413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 849628

[startup+12.7026 s]
/proc/loadavg: 1.94 1.97 1.99 3/82 31230
/proc/meminfo: memFree=1883248/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=844272 CPUtime=12.56
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 10970 0 1 0 1241 15 0 0 18 0 9 0 2003260935 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 211068 8305 2575 9 0 205629 0
[pid=31221/tid=31223] ppid=31219 vsize=844272 CPUtime=11.57
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 4170 0 1 0 1151 6 0 0 25 0 9 0 2003260936 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4125978922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31224] ppid=31219 vsize=844272 CPUtime=0.81
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 5533 0 0 0 73 8 0 0 16 0 9 0 2003260937 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31225] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31226] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2003260937 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31227] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003260939 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=844272 CPUtime=0.15
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 534 0 0 0 15 0 0 0 16 0 9 0 2003260939 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31229] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003260939 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2003260939 864534528 8305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 849628

[startup+25.5015 s]
/proc/loadavg: 1.95 1.97 1.99 3/82 31230
/proc/meminfo: memFree=1878448/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=844272 CPUtime=25.25
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 12499 0 1 0 2505 20 0 0 18 0 9 0 2003260935 864534528 9433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 211068 9433 2575 9 0 205629 0
[pid=31221/tid=31223] ppid=31219 vsize=844272 CPUtime=23.9
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 4571 0 1 0 2383 7 0 0 25 0 9 0 2003260936 864534528 9433 996147200 134512640 134550740 4294956032 18446744073709551615 4125981627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31224] ppid=31219 vsize=844272 CPUtime=1.17
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 6661 0 0 0 106 11 0 0 16 0 9 0 2003260937 864534528 9433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31225] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 864534528 9433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31226] ppid=31219 vsize=844272 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2003260937 864534528 9433 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=31221/tid=31226] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 2003260937 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31227] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=850800 CPUtime=2.1
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 3021 0 0 0 204 6 0 0 15 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31229] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31232] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31232/stat : 31232 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2003294453 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 381.58
Current children cumulated vsize (KiB) 856156

[startup+390.302 s]
/proc/loadavg: 2.52 2.16 2.05 4/83 31232
/proc/meminfo: memFree=1171168/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=850800 CPUtime=387.97
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 195926 0 1 0 38648 149 0 0 18 0 10 0 2003260935 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 212700 185828 2597 9 0 207260 0
[pid=31221/tid=31223] ppid=31219 vsize=850800 CPUtime=326.9
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 14960 0 1 0 32648 42 0 0 25 0 10 0 2003260936 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 103872474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=850800 CPUtime=58.9
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 177202 0 0 0 5791 99 0 0 18 0 10 0 2003260937 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31225] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2003260937 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31226] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 2003260937 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31227] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=850800 CPUtime=2.14
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 3021 0 0 0 208 6 0 0 15 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31229] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31232] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31232/stat : 31232 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2003294453 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 387.97
Current children cumulated vsize (KiB) 856156

[startup+393.503 s]
/proc/loadavg: 2.56 2.17 2.05 3/83 31232
/proc/meminfo: memFree=1171168/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=850800 CPUtime=391.16
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 195927 0 1 0 38967 149 0 0 18 0 10 0 2003260935 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 212700 185828 2597 9 0 207260 0
[pid=31221/tid=31223] ppid=31219 vsize=850800 CPUtime=328.09
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 14961 0 1 0 32767 42 0 0 25 0 10 0 2003260936 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4127230319 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=850800 CPUtime=60.86
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 177202 0 0 0 5987 99 0 0 19 0 10 0 2003260937 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31225] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2003260937 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31226] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 2003260937 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31227] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=850800 CPUtime=2.17
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 3021 0 0 0 211 6 0 0 15 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31229] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2003260939 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31232] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31232/stat : 31232 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2003294453 871219200 185828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 391.16
Current children cumulated vsize (KiB) 856156

[startup+396.701 s]
/proc/loadavg: 2.56 2.17 2.05 4/82 31232
/proc/meminfo: memFree=1171168/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=850800 CPUtime=394.36
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 195933 0 1 0 39287 149 0 0 18 0 9 0 2003260935 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 212700 185830 2597 9 0 207260 0
[pid=31221/tid=31223] ppid=31219 vsize=850800 CPUtime=328.23
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 14967 0 1 0 32781 42 0 0 25 0 9 0 2003260936 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=850800 CPUtime=63.91
/proc/31221/task/31224/stat : 31224 (java) R 31219 31219 29276 0 -1 64 177202 0 0 0 6292 99 0 0 17 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 104180258 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31225] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31226] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31227] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=850800 CPUtime=2.18
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 3021 0 0 0 212 6 0 0 16 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31229] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 394.36
Current children cumulated vsize (KiB) 856156

[startup+397.502 s]
/proc/loadavg: 2.59 2.18 2.06 4/82 31232
/proc/meminfo: memFree=1171168/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=850800 CPUtime=395.16
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 195933 0 1 0 39367 149 0 0 18 0 9 0 2003260935 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 212700 185830 2597 9 0 207260 0
[pid=31221/tid=31223] ppid=31219 vsize=850800 CPUtime=328.23
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 14967 0 1 0 32781 42 0 0 25 0 9 0 2003260936 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=850800 CPUtime=64.71
/proc/31221/task/31224/stat : 31224 (java) R 31219 31219 29276 0 -1 64 177202 0 0 0 6372 99 0 0 18 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 104182208 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31225] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31226] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31227] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=850800 CPUtime=2.18
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 3021 0 0 0 212 6 0 0 16 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31229] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.16
Current children cumulated vsize (KiB) 856156

[startup+397.902 s]
/proc/loadavg: 2.59 2.18 2.06 4/82 31232
/proc/meminfo: memFree=1171168/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=850800 CPUtime=395.56
/proc/31221/stat : 31221 (java) S 31219 31219 29276 0 -1 0 195934 0 1 0 39406 150 0 0 18 0 9 0 2003260935 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31221/statm: 212700 185830 2597 9 0 207260 0
[pid=31221/tid=31223] ppid=31219 vsize=850800 CPUtime=328.48
/proc/31221/task/31223/stat : 31223 (java) R 31219 31219 29276 0 -1 64 14967 0 1 0 32806 42 0 0 25 0 9 0 2003260936 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31224] ppid=31219 vsize=850800 CPUtime=64.79
/proc/31221/task/31224/stat : 31224 (java) S 31219 31219 29276 0 -1 64 177202 0 0 0 6380 99 0 0 17 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31225] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31225/stat : 31225 (java) S 31219 31219 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31226] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31226/stat : 31226 (java) S 31219 31219 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003260937 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31227] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31227/stat : 31227 (java) S 31219 31219 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31228] ppid=31219 vsize=850800 CPUtime=2.25
/proc/31221/task/31228/stat : 31228 (java) S 31219 31219 29276 0 -1 64 3021 0 0 0 218 7 0 0 15 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31221/tid=31229] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31229/stat : 31229 (java) S 31219 31219 29276 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31221/tid=31230] ppid=31219 vsize=850800 CPUtime=0
/proc/31221/task/31230/stat : 31230 (java) S 31219 31219 29276 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2003260939 871219200 185830 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.56
Current children cumulated vsize (KiB) 856156

[startup+398.102 s]
/proc/loadavg: 2.59 2.18 2.06 3/75 31234
/proc/meminfo: memFree=1473028/2055920 swapFree=4180424/4192956
[pid=31219] ppid=31217 vsize=5356 CPUtime=0
/proc/31219/stat : 31219 (concrete.sh) S 31217 31219 29276 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 2003260934 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31219/statm: 1339 242 201 169 0 50 0
[pid=31221] ppid=31219 vsize=0 CPUtime=395.72
/proc/31221/stat : 31221 (java) Z 31219 31219 29276 0 -1 12 195940 0 1 0 39417 155 0 0 16 0 2 0 2003260935 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 395.72
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 398.166
CPU time (s): 395.794
CPU user time (s): 394.18
CPU system time (s): 1.61375
CPU usage (%): 99.4044
Max. virtual memory (cumulated for all children) (KiB): 856156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.18
system time used= 1.61375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196393
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= 49288
involuntary context switches= 52447

runsolver used 0.596909 second user time and 1.25281 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-05 09:28:07
IDJOB=1087174
IDBENCH=57946
IDSOLVER=305
FILE ID=node52/1087174-1215242886
PBS_JOBID= 7881876
Free space on /tmp= 66544 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-0.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087174-1215242886/watcher-1087174-1215242886 -o /tmp/evaluation-result-1087174-1215242886/solver-1087174-1215242886 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1087174-1215242886.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fac073e8eb5ef4bb7103b84225c28dd2
RANDOM SEED=1027587195

node52.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.265
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.265
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:       1907104 kB
Buffers:          8116 kB
Cached:          53548 kB
SwapCached:       6268 kB
Active:          77352 kB
Inactive:        17280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907104 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            6756 kB
Writeback:           0 kB
Mapped:          40696 kB
Slab:            39356 kB
Committed_AS:  3969192 kB
PageTables:       1892 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= 66544 MiB
End job on node52 at 2008-07-05 09:34:45