Trace number 2075148

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 632.385 632.59

DiagnosticValue
CHECKS1426780000
NODES973683

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-17_ext.xml
MD5SUM256e54eea771bfc80e796383fda8f4a3
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 benchmark632.385
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

2.98/3.09	c CPU-LOAD 1.85
2.98/3.09	c LOADED 24 V (24 E), 2 ExtensionConstraintDynamic, 72 ExtensionConstraintGeneral, arity 3, 1.85 cpu
632.33/632.53	v 0 11 22 20 4 21 4 3 22 0 7 15 10 9 0 18 19 9 7 23 11 9 15 8 
632.33/632.54	s SATISFIABLE
632.33/632.54	d NODES 973683
632.33/632.54	d CHECKS 1426780231
632.33/632.54	c heuristic-cpu: 0.0
632.33/632.54	c prepro-constraint-ccks: 0
632.33/632.54	c prepro-constraint-presenceccks: 0
632.33/632.54	c prepro-cpu: 0.060000002
632.33/632.54	c prepro-matrix2d-ccks: 0
632.33/632.54	c prepro-matrix2d-presenceccks: 0
632.33/632.54	c prepro-removed: 0
632.33/632.54	c search-cpu: 623.63007
632.33/632.54	c search-nps: 1561.3151
632.33/632.54	c total-assgn: 973683
632.33/632.54	c total-constraint-ccks: 1426780231
632.33/632.54	c total-constraint-presence-ccks: 1433907106
632.33/632.54	c total-cpu: 623.73004
632.33/632.54	c total-matrix2d-ccks: 0
632.33/632.54	c total-matrix2d-presence-ccks: 0
632.33/632.54	c TOTAL-NODES 973683
632.33/632.54	c TOTAL-CPU 623.73004

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-2075148-1247712839/watcher-2075148-1247712839 -o /tmp/evaluation-result-2075148-1247712839/solver-2075148-1247712839 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2075148-1247712839.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11672
/proc/meminfo: memFree=1369720/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=3004 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) R 11670 11672 11556 0 -1 4194304 52 0 0 0 0 0 0 0 20 0 1 0 58351206 3076096 37 996147200 4194304 4889804 548682068816 18446744073709551615 228703926316 0 0 4096 0 0 0 0 17 1 0 0
/proc/11672/statm: 751 37 28 169 0 9 0

[startup+0.0731661 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11672
/proc/meminfo: memFree=1369720/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101169 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11672
/proc/meminfo: memFree=1369720/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301187 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11672
/proc/meminfo: memFree=1369720/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701229 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 11672
/proc/meminfo: memFree=1369720/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5013 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 11685
/proc/meminfo: memFree=1351592/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849120 CPUtime=1.48
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 8465 0 1 0 143 5 0 0 18 0 9 0 58351207 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212280 7360 2614 9 0 206765 0
[pid=11677/tid=11678] ppid=11672 vsize=849120 CPUtime=1.02
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 3682 0 1 0 99 3 0 0 24 0 9 0 58351208 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4125613507 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849120 CPUtime=0.24
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 2623 0 0 0 23 1 0 0 16 0 9 0 58351209 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849120 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849120 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58351209 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849120 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849120 CPUtime=0.21
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1462 0 0 0 21 0 0 0 16 0 9 0 58351215 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849120 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849120 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869498880 7360 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 854476

[startup+3.10145 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 11685
/proc/meminfo: memFree=1345640/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=850148 CPUtime=3.08
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 11371 0 1 0 300 8 0 0 18 0 9 0 58351207 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212537 10012 2617 9 0 207022 0
[pid=11677/tid=11678] ppid=11672 vsize=850148 CPUtime=2.13
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 4048 0 1 0 209 4 0 0 25 0 9 0 58351208 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=850148 CPUtime=0.67
/proc/11677/task/11679/stat : 11679 (java) R 11672 11672 11556 0 -1 64 5116 0 0 0 64 3 0 0 15 0 9 0 58351209 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 103731856 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=850148 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=850148 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58351209 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=850148 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=850148 CPUtime=0.25
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1503 0 0 0 25 0 0 0 16 0 9 0 58351215 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=850148 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=850148 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 870551552 10012 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 855504

[startup+6.30276 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 11687
/proc/meminfo: memFree=1338976/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=6.29
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 11529 0 1 0 619 10 0 0 18 0 9 0 58351207 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 9976 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=5.18
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 4101 0 1 0 514 4 0 0 25 0 9 0 58351208 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4126504866 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=0.76
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 5181 0 0 0 73 3 0 0 16 0 9 0 58351209 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1543 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 854776

[startup+12.7024 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 11687
/proc/meminfo: memFree=1338464/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=12.68
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 11599 0 1 0 1258 10 0 0 18 0 9 0 58351207 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 9976 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=11.53
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 4171 0 1 0 1148 5 0 0 25 0 9 0 58351208 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4126427789 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=0.81
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 5181 0 0 0 78 3 0 0 16 0 9 0 58351209 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1543 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 9976 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 854776

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 11687
/proc/meminfo: memFree=1338080/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=25.48
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 11742 0 1 0 2537 11 0 0 18 0 9 0 58351207 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 9977 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=24.21
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 4313 0 1 0 2416 5 0 0 25 0 9 0 58351208 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4126519018 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=0.93
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 5181 0 0 0 89 4 0 0 16 0 9 0 58351209 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 9977 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 854776

[startup+51.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 11687
/proc/meminfo: memFree=1336992/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 614.12
Current children cumulated vsize (KiB) 854776

[startup+620.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11693
/proc/meminfo: memFree=1302880/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=620.53
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 19832 0 1 0 61979 74 0 0 18 0 9 0 58351207 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 11576 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=614.09
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 10804 0 1 0 61384 25 0 0 25 0 9 0 58351208 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4126504317 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=6.1
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 6780 0 0 0 564 46 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 620.53
Current children cumulated vsize (KiB) 854776

[startup+627.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11693
/proc/meminfo: memFree=1302368/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=626.92
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 19897 0 1 0 62618 74 0 0 18 0 9 0 58351207 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 11576 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=620.43
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 10869 0 1 0 62018 25 0 0 25 0 9 0 58351208 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4126499615 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=6.15
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 6780 0 0 0 568 47 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 626.92
Current children cumulated vsize (KiB) 854776

[startup+630.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11693
/proc/meminfo: memFree=1302304/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=630.13
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 19930 0 1 0 62938 75 0 0 18 0 9 0 58351207 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 11576 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=623.61
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 10902 0 1 0 62336 25 0 0 25 0 9 0 58351208 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4126512711 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=6.17
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 6780 0 0 0 570 47 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 630.13
Current children cumulated vsize (KiB) 854776

[startup+631.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11693
/proc/meminfo: memFree=1302304/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=631.72
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 19947 0 1 0 63097 75 0 0 18 0 9 0 58351207 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 11576 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=625.19
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 10919 0 1 0 62494 25 0 0 25 0 9 0 58351208 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4126497412 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=6.18
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 6780 0 0 0 571 47 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 631.72
Current children cumulated vsize (KiB) 854776

[startup+632.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11693
/proc/meminfo: memFree=1302304/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=632.12
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 19951 0 1 0 63137 75 0 0 18 0 9 0 58351207 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 11576 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=625.59
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 10923 0 1 0 62534 25 0 0 25 0 9 0 58351208 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4126504859 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=6.19
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 6780 0 0 0 572 47 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.12
Current children cumulated vsize (KiB) 854776

[startup+632.508 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11693
/proc/meminfo: memFree=1302240/2055920 swapFree=4192812/4192956
[pid=11672] ppid=11670 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (concrete.sh) S 11670 11672 11556 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58351206 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 244 201 169 0 50 0
[pid=11677] ppid=11672 vsize=849420 CPUtime=632.33
/proc/11677/stat : 11677 (java) S 11672 11672 11556 0 -1 0 19953 0 1 0 63158 75 0 0 18 0 9 0 58351207 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11677/statm: 212355 11576 2618 9 0 206840 0
[pid=11677/tid=11678] ppid=11672 vsize=849420 CPUtime=625.79
/proc/11677/task/11678/stat : 11678 (java) R 11672 11672 11556 0 -1 64 10925 0 1 0 62554 25 0 0 25 0 9 0 58351208 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11679] ppid=11672 vsize=849420 CPUtime=6.19
/proc/11677/task/11679/stat : 11679 (java) S 11672 11672 11556 0 -1 64 6780 0 0 0 572 47 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11680] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11680/stat : 11680 (java) S 11672 11672 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11681] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11681/stat : 11681 (java) S 11672 11672 11556 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58351209 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11682] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11682/stat : 11682 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58351212 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11683] ppid=11672 vsize=849420 CPUtime=0.3
/proc/11677/task/11683/stat : 11683 (java) S 11672 11672 11556 0 -1 64 1544 0 0 0 30 0 0 0 16 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11684] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11684/stat : 11684 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11677/tid=11685] ppid=11672 vsize=849420 CPUtime=0
/proc/11677/task/11685/stat : 11685 (java) S 11672 11672 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58351215 869806080 11576 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.33
Current children cumulated vsize (KiB) 854776

Child status: 0
Real time (s): 632.59
CPU time (s): 632.385
CPU user time (s): 631.618
CPU system time (s): 0.766883
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 855504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 631.618
system time used= 0.766883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20603
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= 78503
involuntary context switches= 78936

runsolver used 0.832873 second user time and 2.05569 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-16 04:54:00
IDJOB=2075148
IDBENCH=56238
IDSOLVER=735
FILE ID=node8/2075148-1247712839
PBS_JOBID= 9521433
Free space on /tmp= 66088 MiB

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

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

MD5SUM BENCH= 256e54eea771bfc80e796383fda8f4a3
RANDOM SEED=245045083

node8.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.213
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.213
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:       1370072 kB
Buffers:         65468 kB
Cached:         518720 kB
SwapCached:          0 kB
Active:          93948 kB
Inactive:       514172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8712 kB
Writeback:           0 kB
Mapped:          35416 kB
Slab:            62904 kB
Committed_AS:   460672 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66088 MiB
End job on node8 at 2009-07-16 05:04:32