Trace number 2075181

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 573.847 574.071

DiagnosticValue
CHECKS1330850000
NODES864601

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-9_ext.xml
MD5SUM72a15453ac4757da88f1cb31ebd97cd0
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 benchmark106.952
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.90/2.92	c CPU-LOAD 1.72
2.90/2.92	c LOADED 24 V (24 E), 72 ExtensionConstraintGeneral, 2 ExtensionConstraintDynamic, arity 3, 1.72 cpu
573.78/574.04	v 13 4 4 7 23 9 17 0 1 13 14 22 10 10 23 2 11 8 23 12 7 3 2 4 
573.78/574.04	s SATISFIABLE
573.78/574.04	d NODES 864601
573.78/574.04	d CHECKS 1330850053
573.78/574.04	c heuristic-cpu: 0.0
573.78/574.04	c prepro-constraint-ccks: 0
573.78/574.04	c prepro-constraint-presenceccks: 0
573.78/574.04	c prepro-cpu: 0.050000004
573.78/574.04	c prepro-matrix2d-ccks: 0
573.78/574.04	c prepro-matrix2d-presenceccks: 0
573.78/574.04	c prepro-removed: 0
573.78/574.04	c search-cpu: 565.2399
573.78/574.04	c search-nps: 1529.6177
573.78/574.04	c total-assgn: 864601
573.78/574.04	c total-constraint-ccks: 1330850053
573.78/574.04	c total-constraint-presence-ccks: 1312325425
573.78/574.04	c total-cpu: 565.32996
573.78/574.04	c total-matrix2d-ccks: 0
573.78/574.04	c total-matrix2d-presence-ccks: 0
573.78/574.04	c TOTAL-NODES 864601
573.78/574.04	c TOTAL-CPU 565.32996

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-2075181-1247712862/watcher-2075181-1247712862 -o /tmp/evaluation-result-2075181-1247712862/solver-2075181-1247712862 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2075181-1247712862.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.03 2.01 4/81 7632
/proc/meminfo: memFree=1273096/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=18576 CPUtime=0
/proc/7632/stat : 7632 (runsolver) R 7630 7632 6817 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58352810 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7632/statm: 4644 284 249 26 0 2626 0

[startup+0.0996869 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 7632
/proc/meminfo: memFree=1273096/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102685 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 7632
/proc/meminfo: memFree=1273096/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301712 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 7632
/proc/meminfo: memFree=1273096/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702756 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 7632
/proc/meminfo: memFree=1273096/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50285 s]
/proc/loadavg: 2.15 2.04 2.02 4/91 7645
/proc/meminfo: memFree=1255608/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=848548 CPUtime=1.49
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 8640 0 1 0 142 7 0 0 18 0 9 0 58352811 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212137 7299 2614 9 0 206622 0
[pid=7637/tid=7638] ppid=7632 vsize=848548 CPUtime=0.96
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 3718 0 1 0 93 3 0 0 23 0 9 0 58352812 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=848548 CPUtime=0.28
/proc/7637/task/7639/stat : 7639 (java) R 7632 7632 6817 0 -1 64 2756 0 0 0 26 2 0 0 15 0 9 0 58352814 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=848548 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=848548 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58352814 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=848548 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=848548 CPUtime=0.23
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1468 0 0 0 22 1 0 0 16 0 9 0 58352820 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=848548 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=848548 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 868913152 7299 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 853904

[startup+3.10103 s]
/proc/loadavg: 2.15 2.04 2.02 4/91 7645
/proc/meminfo: memFree=1247992/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=3.09
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 11576 0 1 0 298 11 0 0 18 0 9 0 58352811 869965824 9999 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 9999 2617 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=2.04
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 4068 0 1 0 200 4 0 0 25 0 9 0 58352812 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=0.74
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 5291 0 0 0 69 5 0 0 16 0 9 0 58352814 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.29
/proc/7637/task/7643/stat : 7643 (java) R 7632 7632 6817 0 -1 64 1514 0 0 0 28 1 0 0 15 0 9 0 58352820 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 101680828 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 10000 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 854932

[startup+6.30241 s]
/proc/loadavg: 2.15 2.04 2.02 3/91 7647
/proc/meminfo: memFree=1241976/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=6.3
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 11704 0 1 0 618 12 0 0 18 0 9 0 58352811 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 10089 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=5.18
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 4122 0 1 0 514 4 0 0 25 0 9 0 58352812 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4126514112 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=0.77
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 5347 0 0 0 72 5 0 0 16 0 9 0 58352814 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.31
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1531 0 0 0 30 1 0 0 16 0 9 0 58352820 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 854932

[startup+12.7012 s]
/proc/loadavg: 2.13 2.04 2.01 3/91 7647
/proc/meminfo: memFree=1241400/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=12.69
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 11778 0 1 0 1256 13 0 0 18 0 9 0 58352811 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 10089 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=11.51
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 4196 0 1 0 1146 5 0 0 25 0 9 0 58352812 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 103212224 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=0.84
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 5347 0 0 0 78 6 0 0 16 0 9 0 58352814 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1531 0 0 0 31 1 0 0 16 0 9 0 58352820 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 10089 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 854932

[startup+25.5026 s]
/proc/loadavg: 2.11 2.04 2.01 3/91 7647
/proc/meminfo: memFree=1240632/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=25.49
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 11930 0 1 0 2534 15 0 0 18 0 9 0 58352811 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 10093 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=24.19
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 4344 0 1 0 2414 5 0 0 25 0 9 0 58352812 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4126503124 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=0.96
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 5350 0 0 0 89 7 0 0 16 0 9 0 58352814 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 58352820 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 10093 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 854932

[startup+51.1026 s]
/proc/loadavg: 2.07 2.03 2.01 3/91 7647
/proc/meminfo: memFree=1240184/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 562.89
Current children cumulated vsize (KiB) 854932

[startup+569.502 s]
/proc/loadavg: 2.09 2.04 2.01 3/91 7653
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=569.28
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 19521 0 1 0 56848 80 0 0 18 0 9 0 58352811 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 11575 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=562.75
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 10453 0 1 0 56246 29 0 0 25 0 9 0 58352812 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4126509447 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=6.18
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 6832 0 0 0 571 47 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 569.28
Current children cumulated vsize (KiB) 854932

[startup+571.102 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 7653
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=570.88
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 19540 0 1 0 57008 80 0 0 18 0 9 0 58352811 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 11575 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=564.34
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 10472 0 1 0 56405 29 0 0 25 0 9 0 58352812 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4126503114 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=6.19
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 6832 0 0 0 572 47 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 570.88
Current children cumulated vsize (KiB) 854932

[startup+572.702 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 7653
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=572.48
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 19558 0 1 0 57168 80 0 0 18 0 9 0 58352811 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 11575 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=565.92
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 10490 0 1 0 56563 29 0 0 25 0 9 0 58352812 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4126498671 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=6.2
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 6832 0 0 0 573 47 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 572.48
Current children cumulated vsize (KiB) 854932

[startup+573.502 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 7653
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=573.28
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 19567 0 1 0 57248 80 0 0 18 0 9 0 58352811 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 11575 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=566.71
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 10499 0 1 0 56642 29 0 0 25 0 9 0 58352812 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4126504248 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=6.21
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 6832 0 0 0 574 47 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.28
Current children cumulated vsize (KiB) 854932

[startup+573.902 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 7653
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=573.68
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 19571 0 1 0 57288 80 0 0 18 0 9 0 58352811 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 11575 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=567.11
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 10503 0 1 0 56682 29 0 0 25 0 9 0 58352812 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 104749972 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=6.22
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 6832 0 0 0 575 47 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.68
Current children cumulated vsize (KiB) 854932

[startup+574.002 s]
/proc/loadavg: 2.08 2.04 2.00 3/91 7653
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=7632] ppid=7630 vsize=5356 CPUtime=0
/proc/7632/stat : 7632 (concrete.sh) S 7630 7632 6817 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58352810 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7632/statm: 1339 244 201 169 0 50 0
[pid=7637] ppid=7632 vsize=849576 CPUtime=573.78
/proc/7637/stat : 7637 (java) S 7632 7632 6817 0 -1 0 19572 0 1 0 57298 80 0 0 18 0 9 0 58352811 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/7637/statm: 212394 11575 2618 9 0 206879 0
[pid=7637/tid=7638] ppid=7632 vsize=849576 CPUtime=567.21
/proc/7637/task/7638/stat : 7638 (java) R 7632 7632 6817 0 -1 64 10504 0 1 0 56692 29 0 0 25 0 9 0 58352812 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4126507792 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7639] ppid=7632 vsize=849576 CPUtime=6.22
/proc/7637/task/7639/stat : 7639 (java) S 7632 7632 6817 0 -1 64 6832 0 0 0 575 47 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7640] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7640/stat : 7640 (java) S 7632 7632 6817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7641] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7641/stat : 7641 (java) S 7632 7632 6817 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58352814 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7642] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7642/stat : 7642 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58352816 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7643] ppid=7632 vsize=849576 CPUtime=0.32
/proc/7637/task/7643/stat : 7643 (java) S 7632 7632 6817 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=7637/tid=7644] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7644/stat : 7644 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=7637/tid=7645] ppid=7632 vsize=849576 CPUtime=0
/proc/7637/task/7645/stat : 7645 (java) S 7632 7632 6817 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58352820 869965824 11575 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.78
Current children cumulated vsize (KiB) 854932

Child status: 0
Real time (s): 574.071
CPU time (s): 573.847
CPU user time (s): 573.031
CPU system time (s): 0.815875
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 854932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.031
system time used= 0.815875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20229
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= 73641
involuntary context switches= 64327

runsolver used 0.6569 second user time and 2.00469 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-16 04:54:22
IDJOB=2075181
IDBENCH=56242
IDSOLVER=735
FILE ID=node20/2075181-1247712862
PBS_JOBID= 9521384
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= 72a15453ac4757da88f1cb31ebd97cd0
RANDOM SEED=1200996794

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1273512 kB
Buffers:         85608 kB
Cached:         556584 kB
SwapCached:          0 kB
Active:         202496 kB
Inactive:       489672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4028 kB
Writeback:           0 kB
Mapped:          70384 kB
Slab:            75268 kB
Committed_AS:   507540 kB
PageTables:       1924 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= 66292 MiB
End job on node20 at 2009-07-16 05:03:56