Trace number 2075060

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 2009-07-14SAT 883.64 892.206

DiagnosticValue
CHECKS2070940000
NODES1320390

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-39_ext.xml
MD5SUMa2ca505c65f27aec8f66eb6ea121ac28
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark645.382
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

3.14/3.30	c CPU-LOAD 1.94
3.14/3.30	c LOADED 24 V (24 E), 1 ExtensionConstraintDynamic, 74 ExtensionConstraintGeneral, arity 3, 1.94 cpu
883.54/892.17	v 0 0 13 8 4 17 4 9 22 8 8 14 1 1 6 16 15 18 14 0 0 19 22 13 
883.54/892.18	s SATISFIABLE
883.54/892.18	d NODES 1320386
883.54/892.18	d CHECKS 2070939495
883.54/892.18	c heuristic-cpu: 0.0
883.54/892.18	c prepro-constraint-ccks: 0
883.54/892.18	c prepro-constraint-presenceccks: 0
883.54/892.18	c prepro-cpu: 0.060000002
883.54/892.18	c prepro-matrix2d-ccks: 0
883.54/892.18	c prepro-matrix2d-presenceccks: 0
883.54/892.18	c prepro-removed: 0
883.54/892.18	c search-cpu: 869.92004
883.54/892.18	c search-nps: 1517.8246
883.54/892.18	c total-assgn: 1320386
883.54/892.18	c total-constraint-ccks: 2070939495
883.54/892.18	c total-constraint-presence-ccks: 1978537484
883.54/892.18	c total-cpu: 870.02
883.54/892.18	c total-matrix2d-ccks: 0
883.54/892.18	c total-matrix2d-presence-ccks: 0
883.54/892.18	c TOTAL-NODES 1320386
883.54/892.18	c TOTAL-CPU 870.02

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075060-1247712724/watcher-2075060-1247712724 -o /tmp/evaluation-result-2075060-1247712724/solver-2075060-1247712724 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2075060-1247712724.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.02 2.00 4/72 12198
/proc/meminfo: memFree=1523656/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5260 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) R 12196 12198 12010 0 -1 4194304 64 0 0 0 0 0 0 0 20 0 1 0 58339463 5386240 49 996147200 4194304 4889804 548682068816 18446744073709551615 262907370950 0 0 4096 0 0 0 0 17 1 0 0
/proc/12198/statm: 1315 49 37 169 0 14 0

[startup+0.020204 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 12198
/proc/meminfo: memFree=1523656/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102987 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 12198
/proc/meminfo: memFree=1523656/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302027 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 12198
/proc/meminfo: memFree=1523656/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701107 s]
/proc/loadavg: 2.00 2.02 2.00 4/72 12198
/proc/meminfo: memFree=1523656/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50226 s]
/proc/loadavg: 2.00 2.02 2.00 5/82 12211
/proc/meminfo: memFree=1506232/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=847420 CPUtime=1.46
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 8288 0 1 0 139 7 0 0 18 0 9 0 58339464 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 211855 7117 2614 9 0 206340 0
[pid=12203/tid=12204] ppid=12198 vsize=847420 CPUtime=0.93
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 3651 0 1 0 90 3 0 0 23 0 9 0 58339465 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4126315027 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=847420 CPUtime=0.25
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 2561 0 0 0 23 2 0 0 16 0 9 0 58339467 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=847420 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=847420 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58339467 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=847420 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=847420 CPUtime=0.24
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1378 0 0 0 24 0 0 0 16 0 9 0 58339473 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=847420 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=847420 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 867758080 7117 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852776

[startup+3.10158 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 12211
/proc/meminfo: memFree=1500472/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=3.04
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 11043 0 1 0 293 11 0 0 18 0 10 0 58339464 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 9615 2615 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=2
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 3954 0 1 0 196 4 0 0 25 0 10 0 58339465 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=0.74
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 4995 0 0 0 69 5 0 0 16 0 10 0 58339467 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58339467 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58339467 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58339470 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.27
/proc/12203/task/12209/stat : 12209 (java) R 12198 12198 12010 0 -1 64 1395 0 0 0 27 0 0 0 16 0 10 0 58339473 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 101915624 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58339473 868810752 9615 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58339473 868810752 9615 996147200 134512640 134550932 4294955408 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) 853804

[startup+6.30221 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 12213
/proc/meminfo: memFree=1492848/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=6.22
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 11570 0 1 0 609 13 0 0 18 0 9 0 58339464 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 10093 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=4.98
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 4087 0 1 0 493 5 0 0 25 0 9 0 58339465 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 103210649 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=0.85
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 5341 0 0 0 80 5 0 0 16 0 9 0 58339467 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1439 0 0 0 34 1 0 0 15 0 9 0 58339473 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 853804

[startup+12.7025 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 12213
/proc/meminfo: memFree=1492656/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=12.55
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 11642 0 1 0 1242 13 0 0 18 0 9 0 58339464 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 10094 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=11.25
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 4158 0 1 0 1120 5 0 0 25 0 9 0 58339465 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4126497555 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=0.92
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 5341 0 0 0 87 5 0 0 16 0 9 0 58339467 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 853804

[startup+25.503 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 12213
/proc/meminfo: memFree=1491824/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=25.22
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 11791 0 1 0 2507 15 0 0 18 0 9 0 58339464 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 10094 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=23.77
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 4307 0 1 0 2371 6 0 0 25 0 9 0 58339465 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4126469223 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=1.07
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 5341 0 0 0 101 6 0 0 16 0 9 0 58339467 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) R 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 10094 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 853804

[startup+51.103 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 12213
/proc/meminfo: memFree=1491568/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=863.27
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 13863 0 1 0 86289 38 0 0 25 0 9 0 58339465 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4126499801 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=10.96
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 6777 0 0 0 1025 71 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 874.62
Current children cumulated vsize (KiB) 853804

[startup+886.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 12219
/proc/meminfo: memFree=1467888/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=877.8
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 22820 0 1 0 87667 113 0 0 18 0 9 0 58339464 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 11530 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=866.41
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 13900 0 1 0 86603 38 0 0 25 0 9 0 58339465 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 103211215 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=11
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 6777 0 0 0 1029 71 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 877.8
Current children cumulated vsize (KiB) 853804

[startup+889.502 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 12219
/proc/meminfo: memFree=1467824/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=880.96
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 22858 0 1 0 87983 113 0 0 18 0 9 0 58339464 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 11530 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=869.54
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 13938 0 1 0 86916 38 0 0 25 0 9 0 58339465 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 103210827 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=11.04
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 6777 0 0 0 1032 72 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.96
Current children cumulated vsize (KiB) 853804

[startup+891.102 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 12219
/proc/meminfo: memFree=1467760/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=882.55
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 22877 0 1 0 88141 114 0 0 18 0 9 0 58339464 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 11530 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=871.1
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 13957 0 1 0 87072 38 0 0 25 0 9 0 58339465 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 103211328 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=11.06
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 6777 0 0 0 1034 72 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 853804

[startup+891.902 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 12219
/proc/meminfo: memFree=1467760/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=883.34
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 22886 0 1 0 88220 114 0 0 18 0 9 0 58339464 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 11530 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=871.88
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 13966 0 1 0 87150 38 0 0 25 0 9 0 58339465 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4126499702 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=11.07
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 6777 0 0 0 1035 72 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 883.34
Current children cumulated vsize (KiB) 853804

[startup+892.107 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 12219
/proc/meminfo: memFree=1467696/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=848448 CPUtime=883.54
/proc/12203/stat : 12203 (java) S 12198 12198 12010 0 -1 0 22888 0 1 0 88240 114 0 0 18 0 9 0 58339464 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 212112 11530 2618 9 0 206597 0
[pid=12203/tid=12204] ppid=12198 vsize=848448 CPUtime=872.08
/proc/12203/task/12204/stat : 12204 (java) R 12198 12198 12010 0 -1 64 13968 0 1 0 87170 38 0 0 25 0 9 0 58339465 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4126487894 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12205] ppid=12198 vsize=848448 CPUtime=11.07
/proc/12203/task/12205/stat : 12205 (java) S 12198 12198 12010 0 -1 64 6777 0 0 0 1035 72 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12206] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12206/stat : 12206 (java) S 12198 12198 12010 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12207] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12207/stat : 12207 (java) S 12198 12198 12010 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58339467 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12208] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12208/stat : 12208 (java) S 12198 12198 12010 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58339470 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12209] ppid=12198 vsize=848448 CPUtime=0.35
/proc/12203/task/12209/stat : 12209 (java) S 12198 12198 12010 0 -1 64 1440 0 0 0 34 1 0 0 16 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12210] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12210/stat : 12210 (java) S 12198 12198 12010 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=12203/tid=12211] ppid=12198 vsize=848448 CPUtime=0
/proc/12203/task/12211/stat : 12211 (java) S 12198 12198 12010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58339473 868810752 11530 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 883.54
Current children cumulated vsize (KiB) 853804

[startup+892.202 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 12219
/proc/meminfo: memFree=1467696/2055920 swapFree=4192812/4192956
[pid=12198] ppid=12196 vsize=5356 CPUtime=0
/proc/12198/stat : 12198 (concrete.sh) S 12196 12198 12010 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58339463 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12198/statm: 1339 244 201 169 0 50 0
[pid=12203] ppid=12198 vsize=0 CPUtime=883.62
/proc/12203/stat : 12203 (java) Z 12198 12198 12010 0 -1 12 22897 0 1 0 88248 114 0 0 16 0 2 0 58339464 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/12203/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 883.62
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 892.206
CPU time (s): 883.64
CPU user time (s): 882.485
CPU system time (s): 1.15482
CPU usage (%): 99.0398
Max. virtual memory (cumulated for all children) (KiB): 853808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 882.485
system time used= 1.15482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23539
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= 111286
involuntary context switches= 129688

runsolver used 1.10183 second user time and 3.04254 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-16 04:52:04
IDJOB=2075060
IDBENCH=56226
IDSOLVER=735
FILE ID=node11/2075060-1247712724
PBS_JOBID= 9521466
Free space on /tmp= 66396 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-39_ext.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075060-1247712724/watcher-2075060-1247712724 -o /tmp/evaluation-result-2075060-1247712724/solver-2075060-1247712724 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2075060-1247712724.xml

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

MD5SUM BENCH= a2ca505c65f27aec8f66eb6ea121ac28
RANDOM SEED=1615317869

node11.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.274
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.274
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:       1524136 kB
Buffers:         62616 kB
Cached:         328180 kB
SwapCached:          0 kB
Active:         160324 kB
Inactive:       302368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:          83312 kB
Slab:            54224 kB
Committed_AS:   555852 kB
PageTables:       1980 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= 66392 MiB
End job on node11 at 2009-07-16 05:06:57