Trace number 2068053

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-14? (TO) 1800.02 1809.02

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air04.xml
MD5SUM1c33d5c6f9f3c2f4aba8109c35a09670
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark905.456
Satisfiable
(Un)Satisfiability was proved
Number of variables8904
Number of constraints1646
Maximum constraint arity368
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1646
Global constraints used (with number of constraints)

Solver Data


Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068053-1247705967/watcher-2068053-1247705967 -o /tmp/evaluation-result-2068053-1247705967/solver-2068053-1247705967 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2068053-1247705967.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.06 2.27 2.18 4/81 10070
/proc/meminfo: memFree=700040/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=18576 CPUtime=0
/proc/10070/stat : 10070 (runsolver) R 10068 10070 8892 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 57661408 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10070/statm: 4644 284 249 26 0 2626 0

[startup+0.044534 s]
/proc/loadavg: 2.06 2.27 2.18 4/81 10070
/proc/meminfo: memFree=700040/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101537 s]
/proc/loadavg: 2.06 2.27 2.18 4/81 10070
/proc/meminfo: memFree=700040/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301556 s]
/proc/loadavg: 2.06 2.27 2.18 4/81 10070
/proc/meminfo: memFree=700040/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701598 s]
/proc/loadavg: 2.06 2.27 2.18 4/81 10070
/proc/meminfo: memFree=700040/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50168 s]
/proc/loadavg: 2.06 2.26 2.18 4/91 10083
/proc/meminfo: memFree=684088/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=847704 CPUtime=1.47
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 8920 0 1 0 139 8 0 0 21 0 9 0 57661410 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 211926 7965 2624 9 0 206404 0
[pid=10075/tid=10076] ppid=10070 vsize=847704 CPUtime=0.86
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 3945 0 1 0 82 4 0 0 25 0 9 0 57661411 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4126412916 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=847704 CPUtime=0.18
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 2792 0 0 0 17 1 0 0 16 0 9 0 57661412 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57661412 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57661412 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57661414 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=847704 CPUtime=0.39
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 1486 0 0 0 38 1 0 0 16 0 9 0 57661418 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57661418 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57661418 868048896 7965 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 853060

[startup+3.10284 s]
/proc/loadavg: 2.06 2.26 2.18 3/91 10083
/proc/meminfo: memFree=667640/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=847704 CPUtime=3.06
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 15060 0 1 0 294 12 0 0 21 0 9 0 57661410 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 211926 14039 2625 9 0 206404 0
[pid=10075/tid=10076] ppid=10070 vsize=847704 CPUtime=1.85
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 4260 0 1 0 180 5 0 0 25 0 9 0 57661411 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=847704 CPUtime=0.73
/proc/10075/task/10077/stat : 10077 (java) R 10070 10070 8892 0 -1 64 8580 0 0 0 69 4 0 0 16 0 9 0 57661412 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 104188655 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57661412 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57661412 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 57661414 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=847704 CPUtime=0.45
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 1523 0 0 0 44 1 0 0 15 0 9 0 57661418 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 57661418 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=847704 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57661418 868048896 14039 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 853060

[startup+6.30216 s]
/proc/loadavg: 2.06 2.26 2.18 3/92 10084
/proc/meminfo: memFree=615984/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=848800 CPUtime=6.23
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 25330 0 1 0 605 18 0 0 21 0 10 0 57661410 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212200 24248 2626 9 0 206678 0
[pid=10075/tid=10076] ppid=10070 vsize=848800 CPUtime=4.13
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 4960 0 1 0 407 6 0 0 25 0 10 0 57661411 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4126464333 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=848800 CPUtime=1.53
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 18092 0 0 0 144 9 0 0 16 0 10 0 57661412 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=848800 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=848800 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57661412 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=848800 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=848800 CPUtime=0.54
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 1577 0 0 0 53 1 0 0 15 0 10 0 57661418 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=848800 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=848800 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=848800 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 869171200 24248 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 854156

[startup+12.7041 s]
/proc/loadavg: 2.05 2.25 2.17 3/92 10084
/proc/meminfo: memFree=596152/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=851156 CPUtime=12.6
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 30002 0 1 0 1235 25 0 0 21 0 10 0 57661410 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212789 28582 2627 9 0 207267 0
[pid=10075/tid=10076] ppid=10070 vsize=851156 CPUtime=9.79
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 5215 0 1 0 971 8 0 0 25 0 10 0 57661411 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=851156 CPUtime=2.12
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 21774 0 0 0 199 13 0 0 15 0 10 0 57661412 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=851156 CPUtime=0.66
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 2312 0 0 0 64 2 0 0 17 0 10 0 57661418 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 871583744 28582 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 856512

[startup+25.5011 s]
/proc/loadavg: 2.04 2.24 2.17 3/92 10084
/proc/meminfo: memFree=499192/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=851156 CPUtime=25.33
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 56936 0 1 0 2488 45 0 0 21 0 10 0 57661410 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212789 53537 2634 9 0 207267 0
[pid=10075/tid=10076] ppid=10070 vsize=851156 CPUtime=19.02
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 6512 0 1 0 1889 13 0 0 25 0 10 0 57661411 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4127862172 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=851156 CPUtime=5.49
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 47329 0 0 0 521 28 0 0 16 0 10 0 57661412 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=851156 CPUtime=0.78
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 2391 0 0 0 76 2 0 0 15 0 10 0 57661418 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 871583744 53537 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 856512

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

/proc/meminfo: memFree=20664/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=851156 CPUtime=1594.35
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 194512 0 1 0 159323 112 0 0 21 0 10 0 57661410 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212789 191076 2634 9 0 207267 0
[pid=10075/tid=10076] ppid=10070 vsize=851156 CPUtime=1539.16
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 14007 0 1 0 153895 21 0 0 25 0 10 0 57661411 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4127839155 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=851156 CPUtime=54.36
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 177407 0 0 0 5349 87 0 0 16 0 10 0 57661412 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=851156 CPUtime=0.78
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 2394 0 0 0 76 2 0 0 16 0 10 0 57661418 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.35
Current children cumulated vsize (KiB) 856512

[startup+1662.3 s]
/proc/loadavg: 2.31 2.20 2.10 3/93 10173
/proc/meminfo: memFree=20536/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=851156 CPUtime=1654.04
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 194512 0 1 0 165292 112 0 0 21 0 10 0 57661410 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212789 191076 2634 9 0 207267 0
[pid=10075/tid=10076] ppid=10070 vsize=851156 CPUtime=1598.86
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 14007 0 1 0 159865 21 0 0 25 0 10 0 57661411 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4127839255 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=851156 CPUtime=54.36
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 177407 0 0 0 5349 87 0 0 16 0 10 0 57661412 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=851156 CPUtime=0.78
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 2394 0 0 0 76 2 0 0 16 0 10 0 57661418 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 871583744 191076 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.04
Current children cumulated vsize (KiB) 856512

[startup+1722.3 s]
/proc/loadavg: 2.64 2.31 2.14 4/93 10173
/proc/meminfo: memFree=20536/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=851156 CPUtime=1713.76
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 194542 0 1 0 171262 114 0 0 21 0 10 0 57661410 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212789 191079 2634 9 0 207267 0
[pid=10075/tid=10076] ppid=10070 vsize=851156 CPUtime=1626.74
/proc/10075/task/10076/stat : 10076 (java) S 10070 10070 8892 0 -1 64 14035 0 1 0 162651 23 0 0 17 0 10 0 57661411 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=851156 CPUtime=86.19
/proc/10075/task/10077/stat : 10077 (java) R 10070 10070 8892 0 -1 64 177407 0 0 0 8532 87 0 0 25 0 10 0 57661412 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=851156 CPUtime=0.79
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 2396 0 0 0 77 2 0 0 15 0 10 0 57661418 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.76
Current children cumulated vsize (KiB) 856512

[startup+1782.3 s]
/proc/loadavg: 2.54 2.33 2.16 4/93 10173
/proc/meminfo: memFree=20536/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=851156 CPUtime=1773.46
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 194577 0 1 0 177230 116 0 0 21 0 10 0 57661410 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212789 191079 2634 9 0 207267 0
[pid=10075/tid=10076] ppid=10070 vsize=851156 CPUtime=1638.38
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 14070 0 1 0 163814 24 0 0 22 0 10 0 57661411 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 102523996 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=851156 CPUtime=134.25
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 177407 0 0 0 13337 88 0 0 16 0 10 0 57661412 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=851156 CPUtime=0.8
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 2396 0 0 0 78 2 0 0 16 0 10 0 57661418 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 871583744 191079 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.46
Current children cumulated vsize (KiB) 856512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.55 2.35 2.17 3/93 10173
/proc/meminfo: memFree=20472/2055920 swapFree=4192812/4192956
[pid=10070] ppid=10068 vsize=5356 CPUtime=0
/proc/10070/stat : 10070 (concrete.sh) S 10068 10070 8892 0 -1 4194304 341 291 0 0 0 0 0 0 20 0 1 0 57661408 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10070/statm: 1339 244 201 169 0 50 0
[pid=10075] ppid=10070 vsize=851156 CPUtime=1800.02
/proc/10075/stat : 10075 (java) S 10070 10070 8892 0 -1 0 194621 0 1 0 179882 120 0 0 21 0 10 0 57661410 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/10075/statm: 212789 191116 2634 9 0 207267 0
[pid=10075/tid=10076] ppid=10070 vsize=851156 CPUtime=1664.15
/proc/10075/task/10076/stat : 10076 (java) R 10070 10070 8892 0 -1 64 14114 0 1 0 166386 29 0 0 25 0 10 0 57661411 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4127942658 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10077] ppid=10070 vsize=851156 CPUtime=135.04
/proc/10075/task/10077/stat : 10077 (java) S 10070 10070 8892 0 -1 64 177407 0 0 0 13416 88 0 0 16 0 10 0 57661412 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10078] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10078/stat : 10078 (java) S 10070 10070 8892 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10079] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10079/stat : 10079 (java) S 10070 10070 8892 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 57661412 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10080] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10080/stat : 10080 (java) S 10070 10070 8892 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 57661414 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10081] ppid=10070 vsize=851156 CPUtime=0.81
/proc/10075/task/10081/stat : 10081 (java) S 10070 10070 8892 0 -1 64 2396 0 0 0 79 2 0 0 15 0 10 0 57661418 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10082] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10082/stat : 10082 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 57661418 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10083] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10083/stat : 10083 (java) S 10070 10070 8892 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57661418 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10075/tid=10084] ppid=10070 vsize=851156 CPUtime=0
/proc/10075/task/10084/stat : 10084 (java) S 10070 10070 8892 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57661806 871583744 191116 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 856512

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10070 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.02
CPU time (s): 1800.02
CPU user time (s): 1798.82
CPU system time (s): 1.2
CPU usage (%): 99.5025
Max. virtual memory (cumulated for all children) (KiB): 861640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 9

runsolver used 2.23266 second user time and 6.01408 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-16 02:59:27
IDJOB=2068053
IDBENCH=54789
IDSOLVER=735
FILE ID=node36/2068053-1247705967
PBS_JOBID= 9521239
Free space on /tmp= 66308 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air04.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068053-1247705967/watcher-2068053-1247705967 -o /tmp/evaluation-result-2068053-1247705967/solver-2068053-1247705967 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2068053-1247705967.xml

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

MD5SUM BENCH= 1c33d5c6f9f3c2f4aba8109c35a09670
RANDOM SEED=1588975076

node36.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.238
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.238
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:        700456 kB
Buffers:         61596 kB
Cached:         453164 kB
SwapCached:          0 kB
Active:         812964 kB
Inactive:       472352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        700456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4964 kB
Writeback:           0 kB
Mapped:         791052 kB
Slab:            53776 kB
Committed_AS:  1339664 kB
PageTables:       3252 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= 66308 MiB
End job on node36 at 2009-07-16 03:29:38