Trace number 2067338

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.03 1805.42

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-40-40.xml
MD5SUMde34a79ae7099a0e50290a40a3cd213d
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 benchmark39.621
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints1720
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1720
Global constraints used (with number of constraints)

Solver Data

5.62/5.76	c CPU-LOAD 3.21
5.62/5.76	c LOADED 2400 V (2 E), 1680 PredicateConstraint, 40 ExtensionConstraintDynamic, arity 40, 3.21 cpu

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-2067338-1247705405/watcher-2067338-1247705405 -o /tmp/evaluation-result-2067338-1247705405/solver-2067338-1247705405 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2067338-1247705405.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.32 2.14 2.02 4/81 14360
/proc/meminfo: memFree=1258776/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) R 14358 14360 13224 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 57608027 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 226913479327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14360/statm: 1339 230 191 169 0 50 0
[pid=14361] ppid=14360 vsize=5356 CPUtime=0
/proc/14361/stat : 14361 (concrete.sh) R 14360 14360 13224 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57608027 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 226913479327 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14361/statm: 1339 230 191 169 0 50 0

[startup+0.0178291 s]
/proc/loadavg: 2.32 2.14 2.02 4/81 14360
/proc/meminfo: memFree=1258776/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.103061 s]
/proc/loadavg: 2.32 2.14 2.02 4/81 14360
/proc/meminfo: memFree=1258776/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.3011 s]
/proc/loadavg: 2.32 2.14 2.02 4/81 14360
/proc/meminfo: memFree=1258776/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701174 s]
/proc/loadavg: 2.32 2.14 2.02 4/81 14360
/proc/meminfo: memFree=1258776/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50233 s]
/proc/loadavg: 2.32 2.14 2.02 3/91 14373
/proc/meminfo: memFree=1243528/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=847704 CPUtime=1.47
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 8407 0 1 0 142 5 0 0 18 0 9 0 57608028 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 211926 7460 2624 9 0 206404 0
[pid=14365/tid=14366] ppid=14360 vsize=847704 CPUtime=0.96
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 3906 0 1 0 94 2 0 0 25 0 9 0 57608029 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4126511013 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14367] ppid=14360 vsize=847704 CPUtime=0.14
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 2443 0 0 0 14 0 0 0 16 0 9 0 57608030 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14368] ppid=14360 vsize=847704 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=847704 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=847704 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=847704 CPUtime=0.33
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 1361 0 0 0 33 0 0 0 15 0 9 0 57608036 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=847704 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=847704 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 868048896 7460 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 853060

[startup+3.10264 s]
/proc/loadavg: 2.37 2.16 2.03 3/92 14374
/proc/meminfo: memFree=1234112/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=848848 CPUtime=3.05
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 10347 0 1 0 297 8 0 0 18 0 10 0 57608028 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212212 9264 2625 9 0 206690 0
[pid=14365/tid=14366] ppid=14360 vsize=848848 CPUtime=1.95
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 4088 0 1 0 192 3 0 0 25 0 10 0 57608029 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14367] ppid=14360 vsize=848848 CPUtime=0.46
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 4008 0 0 0 44 2 0 0 16 0 10 0 57608030 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14368] ppid=14360 vsize=848848 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57608030 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=848848 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57608031 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=848848 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57608033 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=848848 CPUtime=0.61
/proc/14365/task/14371/stat : 14371 (java) R 14360 14360 13224 0 -1 64 1550 0 0 0 60 1 0 0 16 0 10 0 57608036 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 101875674 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=848848 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57608036 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=848848 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57608036 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14374] ppid=14360 vsize=848848 CPUtime=0
/proc/14365/task/14374/stat : 14374 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 57608194 869220352 9264 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 854204

[startup+6.30125 s]
/proc/loadavg: 2.37 2.16 2.03 3/92 14374
/proc/meminfo: memFree=1172288/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=6.21
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 27687 0 1 0 604 17 0 0 18 0 10 0 57608028 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 24846 2635 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=3.79
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 4936 0 1 0 375 4 0 0 25 0 10 0 57608029 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4127865649 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=1.59
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 19682 0 0 0 150 9 0 0 16 0 10 0 57608030 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57608030 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57608031 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57608033 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.8
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2367 0 0 0 78 2 0 0 16 0 10 0 57608036 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57608036 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) R 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57608036 871669760 24846 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 856596

[startup+12.7025 s]
/proc/loadavg: 2.39 2.17 2.03 5/91 14375
/proc/meminfo: memFree=1141896/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=12.55
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 37920 0 1 0 1234 21 0 0 18 0 9 0 57608028 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 33200 2637 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=8.31
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 4976 0 1 0 827 4 0 0 25 0 9 0 57608029 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4127936444 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=3.39
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 29867 0 0 0 326 13 0 0 16 0 9 0 57608030 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.81
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 16 0 9 0 57608036 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 33200 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 856596

[startup+25.5019 s]
/proc/loadavg: 2.33 2.16 2.03 3/91 14375
/proc/meminfo: memFree=1107528/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=25.22
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 45235 0 1 0 2498 24 0 0 18 0 9 0 57608028 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 40151 2637 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=19.92
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 5019 0 1 0 1987 5 0 0 25 0 9 0 57608029 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4127867959 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=4.46
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 37139 0 0 0 430 16 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.81
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 856596


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

/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.05
Current children cumulated vsize (KiB) 856596

[startup+1602.3 s]
/proc/loadavg: 2.06 2.08 2.03 3/92 14426
/proc/meminfo: memFree=1111176/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=1597.03
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 49147 0 1 0 159635 68 0 0 18 0 9 0 57608028 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 40151 2637 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=1588.46
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 8931 0 1 0 158823 23 0 0 25 0 9 0 57608029 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4127884815 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=7.72
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 37139 0 0 0 731 41 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.81
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.03
Current children cumulated vsize (KiB) 856596

[startup+1662.3 s]
/proc/loadavg: 2.12 2.09 2.03 5/92 14426
/proc/meminfo: memFree=1111176/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=1657
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 49300 0 1 0 165631 69 0 0 18 0 9 0 57608028 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 40151 2637 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=1648.3
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 9084 0 1 0 164807 23 0 0 25 0 9 0 57608029 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4127871103 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=7.84
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 37139 0 0 0 742 42 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.81
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657
Current children cumulated vsize (KiB) 856596

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.03 3/92 14426
/proc/meminfo: memFree=1111112/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=1716.97
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 49453 0 1 0 171625 72 0 0 18 0 9 0 57608028 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 40151 2637 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=1708.15
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 9237 0 1 0 170791 24 0 0 25 0 9 0 57608029 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4127884999 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=7.97
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 37139 0 0 0 753 44 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.81
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.97
Current children cumulated vsize (KiB) 856596

[startup+1782.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/92 14426
/proc/meminfo: memFree=1111112/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=1776.94
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 49606 0 1 0 177621 73 0 0 18 0 9 0 57608028 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 40151 2637 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=1768.01
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 9390 0 1 0 176776 25 0 0 25 0 9 0 57608029 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4127871082 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=8.09
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 37139 0 0 0 764 45 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.81
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) R 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.94
Current children cumulated vsize (KiB) 856596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.07 2.08 2.03 3/92 14426
/proc/meminfo: memFree=1111112/2055920 swapFree=4192812/4192956
[pid=14360] ppid=14358 vsize=5356 CPUtime=0
/proc/14360/stat : 14360 (concrete.sh) S 14358 14360 13224 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 57608027 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14360/statm: 1339 244 201 169 0 50 0
[pid=14365] ppid=14360 vsize=851240 CPUtime=1800.03
/proc/14365/stat : 14365 (java) S 14360 14360 13224 0 -1 0 49665 0 1 0 179929 74 0 0 18 0 9 0 57608028 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14365/statm: 212810 40151 2637 9 0 207288 0
[pid=14365/tid=14366] ppid=14360 vsize=851240 CPUtime=1791.05
/proc/14365/task/14366/stat : 14366 (java) R 14360 14360 13224 0 -1 64 9449 0 1 0 179080 25 0 0 25 0 9 0 57608029 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4127871150 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14367] ppid=14360 vsize=851240 CPUtime=8.14
/proc/14365/task/14367/stat : 14367 (java) S 14360 14360 13224 0 -1 64 37139 0 0 0 769 45 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=14365/tid=14368] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14368/stat : 14368 (java) S 14360 14360 13224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57608030 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14369] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14369/stat : 14369 (java) S 14360 14360 13224 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57608031 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14370] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14370/stat : 14370 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57608033 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14371] ppid=14360 vsize=851240 CPUtime=0.81
/proc/14365/task/14371/stat : 14371 (java) S 14360 14360 13224 0 -1 64 2374 0 0 0 79 2 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14372] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14372/stat : 14372 (java) S 14360 14360 13224 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14365/tid=14373] ppid=14360 vsize=851240 CPUtime=0
/proc/14365/task/14373/stat : 14373 (java) S 14360 14360 13224 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57608036 871669760 40151 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 856596

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 14360 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=3999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.42
CPU time (s): 1800.03
CPU user time (s): 1799.29
CPU system time (s): 0.74
CPU usage (%): 99.7014
Max. virtual memory (cumulated for all children) (KiB): 859224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.003999
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= 14
involuntary context switches= 9

runsolver used 1.92071 second user time and 6.31304 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-16 02:50:06
IDJOB=2067338
IDBENCH=54645
IDSOLVER=735
FILE ID=node5/2067338-1247705405
PBS_JOBID= 9521298
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= de34a79ae7099a0e50290a40a3cd213d
RANDOM SEED=205930378

node5.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.258
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.258
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:       1259192 kB
Buffers:         83112 kB
Cached:         603416 kB
SwapCached:          0 kB
Active:         214672 kB
Inactive:       509912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1259192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          58384 kB
Slab:            57180 kB
Committed_AS:   651420 kB
PageTables:       1892 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= 66320 MiB
End job on node5 at 2009-07-16 03:20:13