Trace number 2057241

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete DC 2009-07-14SAT 188.297 189.454

DiagnosticValue
CHECKS722592000
NODES92

General information on the benchmark

Namecsp/lard/
normalized-lard-92-92.xml
MD5SUM8d85dcbb0804438d2d0cc8e5085d39f8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2998
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size93
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

68.68/69.24	c CPU-LOAD 55.03
68.68/69.24	c LOADED 92 V (93 E), 4186 ExtensionConstraint2D, arity 2, 55.03 cpu
188.18/189.30	v 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
188.18/189.31	s SATISFIABLE
188.18/189.31	d NODES 92
188.18/189.31	d CHECKS 722591731
188.18/189.31	c CDC-added-constraints: 0
188.18/189.31	c CDC-nbsingletontests: 8320
188.18/189.31	c CDC-nogoods: 5281812
188.18/189.31	c heuristic-cpu: 0.0
188.18/189.31	c prepro-constraint-ccks: 0
188.18/189.31	c prepro-constraint-presenceccks: 0
188.18/189.31	c prepro-cpu: 116.63
188.18/189.31	c prepro-matrix2d-ccks: 722383110
188.18/189.31	c prepro-matrix2d-presenceccks: 0
188.18/189.31	c prepro-removed: 4350
188.18/189.31	c search-cpu: 0.15000916
188.18/189.31	c search-nps: 613.2959
188.18/189.31	c total-assgn: 92
188.18/189.31	c total-constraint-ccks: 0
188.18/189.31	c total-constraint-presence-ccks: 0
188.18/189.31	c total-cpu: 117.12
188.18/189.31	c total-matrix2d-ccks: 722591731
188.18/189.31	c total-matrix2d-presence-ccks: 0
188.18/189.31	c TOTAL-NODES 92
188.18/189.31	c TOTAL-CPU 117.12

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-2057241-1247696956/watcher-2057241-1247696956 -o /tmp/evaluation-result-2057241-1247696956/solver-2057241-1247696956 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2057241-1247696956.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.08 2.02 1.87 4/73 14666
/proc/meminfo: memFree=1235976/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) R 14664 14666 14057 0 -1 4194304 320 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686986911 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=5356 CPUtime=0
/proc/14670/stat : 14670 (concrete.sh) R 14666 14666 14057 0 -1 4194368 6 0 0 0 0 0 0 0 17 0 1 0 56761705 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686829451 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14670/statm: 1339 244 201 169 0 50 0

[startup+0.0410471 s]
/proc/loadavg: 2.08 2.02 1.87 4/73 14666
/proc/meminfo: memFree=1235976/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=837368 CPUtime=0.02
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 1744 0 1 0 1 1 0 0 18 0 5 0 56761705 857464832 1394 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 209342 1394 819 9 0 204247 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 842724

[startup+0.101057 s]
/proc/loadavg: 2.08 2.02 1.87 4/73 14666
/proc/meminfo: memFree=1235976/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=843212 CPUtime=0.08
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 3363 0 1 0 6 2 0 0 18 0 9 0 56761705 863449088 2837 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 210803 2837 1650 9 0 205295 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848568

[startup+0.301098 s]
/proc/loadavg: 2.08 2.02 1.87 4/73 14666
/proc/meminfo: memFree=1235976/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=847428 CPUtime=0.27
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 5030 0 1 0 24 3 0 0 18 0 9 0 56761705 867766272 4384 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 211857 4384 1784 9 0 206349 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 852784

[startup+0.701179 s]
/proc/loadavg: 2.08 2.02 1.87 4/73 14666
/proc/meminfo: memFree=1235976/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=847456 CPUtime=0.66
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 5699 0 1 0 61 5 0 0 18 0 9 0 56761705 867794944 4992 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 211864 4992 1924 9 0 206349 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 852812

[startup+1.50234 s]
/proc/loadavg: 2.08 2.02 1.87 3/83 14679
/proc/meminfo: memFree=1217976/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=847456 CPUtime=1.43
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 8548 0 1 0 136 7 0 0 18 0 9 0 56761705 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 211864 7494 2613 9 0 206349 0
[pid=14670/tid=14672] ppid=14666 vsize=847456 CPUtime=0.91
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 3702 0 1 0 88 3 0 0 25 0 9 0 56761706 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=847456 CPUtime=0.27
/proc/14670/task/14673/stat : 14673 (java) R 14666 14666 14057 0 -1 64 2866 0 0 0 26 1 0 0 16 0 9 0 56761708 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 103733353 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56761708 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56761708 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 56761710 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=847456 CPUtime=0.22
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1285 0 0 0 21 1 0 0 16 0 9 0 56761713 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 56761714 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 56761714 867794944 7494 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 852812

[startup+3.10267 s]
/proc/loadavg: 2.15 2.03 1.88 3/83 14679
/proc/meminfo: memFree=1209784/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=847456 CPUtime=3.02
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 12525 0 1 0 291 11 0 0 18 0 9 0 56761705 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 211864 11185 2613 9 0 206349 0
[pid=14670/tid=14672] ppid=14666 vsize=847456 CPUtime=1.94
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 4036 0 1 0 189 5 0 0 25 0 9 0 56761706 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=847456 CPUtime=0.83
/proc/14670/task/14673/stat : 14673 (java) R 14666 14666 14057 0 -1 64 6505 0 0 0 79 4 0 0 16 0 9 0 56761708 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 103831040 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56761708 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56761708 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 56761710 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=847456 CPUtime=0.23
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1289 0 0 0 22 1 0 0 16 0 9 0 56761713 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 56761714 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 56761714 867794944 11185 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 852812

[startup+6.30285 s]
/proc/loadavg: 2.15 2.03 1.88 3/83 14679
/proc/meminfo: memFree=1181240/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=847456 CPUtime=6.2
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 18005 0 1 0 602 18 0 0 18 0 9 0 56761705 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 211864 16380 2613 9 0 206349 0
[pid=14670/tid=14672] ppid=14666 vsize=847456 CPUtime=4.26
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 4449 0 1 0 419 7 0 0 25 0 9 0 56761706 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=847456 CPUtime=1.66
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 11563 0 0 0 158 8 0 0 15 0 9 0 56761708 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56761708 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56761708 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 56761710 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=847456 CPUtime=0.25
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1298 0 0 0 24 1 0 0 16 0 9 0 56761713 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 56761714 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 56761714 867794944 16380 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 852812

[startup+12.7026 s]
/proc/loadavg: 2.20 2.05 1.88 3/83 14679
/proc/meminfo: memFree=1133432/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=847456 CPUtime=12.57
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 31409 0 1 0 1225 32 0 0 18 0 9 0 56761705 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 211864 29466 2613 9 0 206349 0
[pid=14670/tid=14672] ppid=14666 vsize=847456 CPUtime=9.54
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 5184 0 1 0 943 11 0 0 25 0 9 0 56761706 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4126270664 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=847456 CPUtime=2.71
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 24214 0 0 0 254 17 0 0 16 0 9 0 56761708 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56761708 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56761708 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 56761710 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=847456 CPUtime=0.27
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1316 0 0 0 26 1 0 0 17 0 9 0 56761713 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 56761714 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 56761714 867794944 29466 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 852812

[startup+25.5012 s]
/proc/loadavg: 2.25 2.06 1.89 3/83 14679
/proc/meminfo: memFree=1023672/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=847456 CPUtime=25.3
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 58349 0 1 0 2480 50 0 0 18 0 9 0 56761705 867794944 56134 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 211864 56134 2613 9 0 206349 0
[pid=14670/tid=14672] ppid=14666 vsize=847456 CPUtime=19.55
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 7226 0 1 0 1938 17 0 0 25 0 9 0 56761706 867794944 56134 996147200 134512640 134550932 4294955344 18446744073709551615 4126239008 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=847456 CPUtime=5.43
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 49108 0 0 0 514 29 0 0 16 0 9 0 56761708 867794944 56134 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56761708 867794944 56134 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=847456 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56761708 867794944 56134 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=847456 CPUtime=0

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

[pid=14670/tid=14677] ppid=14666 vsize=848484 CPUtime=0.4
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1397 0 0 0 38 2 0 0 17 0 10 0 56761713 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 56761714 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 56761714 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14681] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14681/stat : 14681 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 56768835 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 178.04
Current children cumulated vsize (KiB) 853840

[startup+185.503 s]
/proc/loadavg: 2.02 2.04 1.91 3/84 14681
/proc/meminfo: memFree=580840/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=848484 CPUtime=184.4
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 167599 0 1 0 18331 109 0 0 18 0 10 0 56761705 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 212121 164958 2617 9 0 206606 0
[pid=14670/tid=14672] ppid=14666 vsize=848484 CPUtime=168.28
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 12526 0 1 0 16795 33 0 0 25 0 10 0 56761706 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4126678289 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=848484 CPUtime=15.68
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 152975 0 0 0 1496 72 0 0 16 0 10 0 56761708 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 56761710 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=848484 CPUtime=0.4
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1397 0 0 0 38 2 0 0 17 0 10 0 56761713 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 56761714 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 56761714 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14681] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14681/stat : 14681 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 56768835 868847616 164958 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 184.4
Current children cumulated vsize (KiB) 853840

[startup+187.102 s]
/proc/loadavg: 2.02 2.04 1.91 3/84 14681
/proc/meminfo: memFree=580008/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=848484 CPUtime=185.99
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 167790 0 1 0 18490 109 0 0 18 0 10 0 56761705 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 212121 165148 2617 9 0 206606 0
[pid=14670/tid=14672] ppid=14666 vsize=848484 CPUtime=169.86
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 12527 0 1 0 16953 33 0 0 25 0 10 0 56761706 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4126672091 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=848484 CPUtime=15.69
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 153165 0 0 0 1497 72 0 0 16 0 10 0 56761708 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 56761710 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=848484 CPUtime=0.4
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1397 0 0 0 38 2 0 0 17 0 10 0 56761713 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 56761714 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 56761714 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14681] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14681/stat : 14681 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 56768835 868847616 165148 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185.99
Current children cumulated vsize (KiB) 853840

[startup+188.701 s]
/proc/loadavg: 2.02 2.04 1.91 3/84 14681
/proc/meminfo: memFree=579496/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=848484 CPUtime=187.58
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 167922 0 1 0 18649 109 0 0 18 0 10 0 56761705 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 212121 165279 2617 9 0 206606 0
[pid=14670/tid=14672] ppid=14666 vsize=848484 CPUtime=171.45
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 12528 0 1 0 17112 33 0 0 25 0 10 0 56761706 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4126746776 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=848484 CPUtime=15.69
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 153296 0 0 0 1497 72 0 0 16 0 10 0 56761708 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 56761710 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=848484 CPUtime=0.4
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1397 0 0 0 38 2 0 0 17 0 10 0 56761713 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 56761714 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 56761714 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14681] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14681/stat : 14681 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 56768835 868847616 165279 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.58
Current children cumulated vsize (KiB) 853840

[startup+189.103 s]
/proc/loadavg: 2.02 2.04 1.91 3/84 14681
/proc/meminfo: memFree=579176/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=848484 CPUtime=187.98
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 167985 0 1 0 18689 109 0 0 18 0 10 0 56761705 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 212121 165341 2617 9 0 206606 0
[pid=14670/tid=14672] ppid=14666 vsize=848484 CPUtime=171.84
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 12529 0 1 0 17151 33 0 0 25 0 10 0 56761706 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4126676176 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=848484 CPUtime=15.7
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 153358 0 0 0 1498 72 0 0 16 0 10 0 56761708 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 56761708 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 56761710 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=848484 CPUtime=0.4
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1397 0 0 0 38 2 0 0 17 0 10 0 56761713 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 56761714 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 56761714 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14681] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14681/stat : 14681 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 56768835 868847616 165341 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.98
Current children cumulated vsize (KiB) 853840

[startup+189.303 s]
/proc/loadavg: 2.02 2.04 1.91 3/84 14681
/proc/meminfo: memFree=579176/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=848484 CPUtime=188.18
/proc/14670/stat : 14670 (java) S 14666 14666 14057 0 -1 0 167989 0 1 0 18709 109 0 0 18 0 9 0 56761705 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 212121 165344 2619 9 0 206606 0
[pid=14670/tid=14672] ppid=14666 vsize=848484 CPUtime=172.03
/proc/14670/task/14672/stat : 14672 (java) R 14666 14666 14057 0 -1 64 12530 0 1 0 17170 33 0 0 25 0 9 0 56761706 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4126675749 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14673] ppid=14666 vsize=848484 CPUtime=15.7
/proc/14670/task/14673/stat : 14673 (java) S 14666 14666 14057 0 -1 64 153358 0 0 0 1498 72 0 0 16 0 9 0 56761708 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14674] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14666 14666 14057 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56761708 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14675] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14675/stat : 14675 (java) S 14666 14666 14057 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 56761708 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14676] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14666 14666 14057 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 56761710 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14677] ppid=14666 vsize=848484 CPUtime=0.41
/proc/14670/task/14677/stat : 14677 (java) S 14666 14666 14057 0 -1 64 1399 0 0 0 39 2 0 0 16 0 9 0 56761713 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14678] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14678/stat : 14678 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 56761714 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14670/tid=14679] ppid=14666 vsize=848484 CPUtime=0
/proc/14670/task/14679/stat : 14679 (java) S 14666 14666 14057 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 56761714 868847616 165344 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.18
Current children cumulated vsize (KiB) 853840

[startup+189.403 s]
/proc/loadavg: 2.02 2.04 1.91 3/84 14681
/proc/meminfo: memFree=579176/2055920 swapFree=4192812/4192956
[pid=14666] ppid=14664 vsize=5356 CPUtime=0
/proc/14666/stat : 14666 (concrete.sh) S 14664 14666 14057 0 -1 4194304 341 294 0 0 0 0 0 0 17 0 1 0 56761704 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14666/statm: 1339 244 201 169 0 50 0
[pid=14670] ppid=14666 vsize=0 CPUtime=188.23
/proc/14670/stat : 14670 (java) Z 14666 14666 14057 0 -1 12 167998 0 1 0 18710 113 0 0 16 0 2 0 56761705 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/14670/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 188.23
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 189.454
CPU time (s): 188.297
CPU user time (s): 187.106
CPU system time (s): 1.19182
CPU usage (%): 99.3894
Max. virtual memory (cumulated for all children) (KiB): 853840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.106
system time used= 1.19182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168641
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= 21322
involuntary context switches= 23434

runsolver used 0.250961 second user time and 0.643902 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-16 00:29:30
IDJOB=2057241
IDBENCH=53347
IDSOLVER=736
FILE ID=node80/2057241-1247696956
PBS_JOBID= 9521157
Free space on /tmp= 66220 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/lard/normalized-lard-92-92.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057241-1247696956/watcher-2057241-1247696956 -o /tmp/evaluation-result-2057241-1247696956/solver-2057241-1247696956 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2057241-1247696956.xml

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

MD5SUM BENCH= 8d85dcbb0804438d2d0cc8e5085d39f8
RANDOM SEED=1141068573

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1236392 kB
Buffers:         71136 kB
Cached:         610768 kB
SwapCached:          0 kB
Active:         240472 kB
Inactive:       495920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1236392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          100168 kB
Writeback:           0 kB
Mapped:          65892 kB
Slab:            68432 kB
Committed_AS:   564040 kB
PageTables:       1832 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= 66216 MiB
End job on node80 at 2009-07-16 00:32:41