Trace number 2078691

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete DC 2009-07-14? (TO) 1800.09 1807.02

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-3_ext.xml
MD5SUM970b7357c069562f4b874b7dd274125f
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 benchmark696.551
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

5.11/5.30	c CPU-LOAD 3.36
5.11/5.30	c LOADED 28 V (28 E), 93 ExtensionConstraintGeneral, arity 3, 3.36 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-2078691-1247716512/watcher-2078691-1247716512 -o /tmp/evaluation-result-2078691-1247716512/solver-2078691-1247716512 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2078691-1247716512.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.03 2.07 4/73 16976
/proc/meminfo: memFree=1547632/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) R 16974 16976 14511 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 58716588 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16976/statm: 1339 230 191 169 0 50 0
[pid=16977] ppid=16976 vsize=5356 CPUtime=0
/proc/16977/stat : 16977 (concrete.sh) R 16976 16976 14511 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 58716589 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 210723465887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16977/statm: 1339 230 191 169 0 50 0

[startup+0.100449 s]
/proc/loadavg: 1.92 2.03 2.07 4/73 16976
/proc/meminfo: memFree=1547632/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202463 s]
/proc/loadavg: 1.92 2.03 2.07 4/73 16976
/proc/meminfo: memFree=1547632/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302474 s]
/proc/loadavg: 1.92 2.03 2.07 4/73 16976
/proc/meminfo: memFree=1547632/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702519 s]
/proc/loadavg: 1.92 2.03 2.07 4/73 16976
/proc/meminfo: memFree=1547632/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50562 s]
/proc/loadavg: 1.92 2.03 2.07 3/83 16989
/proc/meminfo: memFree=1530272/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=847404 CPUtime=1.45
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 8534 0 1 0 139 6 0 0 18 0 9 0 58716590 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 211851 7323 2614 9 0 206336 0
[pid=16981/tid=16982] ppid=16976 vsize=847404 CPUtime=0.95
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 3676 0 1 0 92 3 0 0 24 0 9 0 58716591 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=847404 CPUtime=0.25
/proc/16981/task/16983/stat : 16983 (java) R 16976 16976 14511 0 -1 64 2810 0 0 0 24 1 0 0 15 0 9 0 58716592 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 103731983 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58716592 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=847404 CPUtime=0.22
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1352 0 0 0 22 0 0 0 16 0 9 0 58716598 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 867741696 7323 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 852760

[startup+3.1018 s]
/proc/loadavg: 1.92 2.03 2.07 4/83 16989
/proc/meminfo: memFree=1522912/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=847404 CPUtime=3.04
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 11662 0 1 0 293 11 0 0 18 0 9 0 58716590 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 211851 10189 2614 9 0 206336 0
[pid=16981/tid=16982] ppid=16976 vsize=847404 CPUtime=2
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 3970 0 1 0 195 5 0 0 25 0 9 0 58716591 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4126248462 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=847404 CPUtime=0.79
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 5642 0 0 0 75 4 0 0 16 0 9 0 58716592 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58716592 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=847404 CPUtime=0.22
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1354 0 0 0 22 0 0 0 16 0 9 0 58716598 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=847404 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 867741696 10189 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 852760

[startup+6.30218 s]
/proc/loadavg: 1.93 2.03 2.07 3/84 16991
/proc/meminfo: memFree=1502232/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=6.2
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 15465 0 1 0 605 15 0 0 18 0 9 0 58716590 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 13782 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=4.4
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 4334 0 1 0 434 6 0 0 25 0 9 0 58716591 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 103201810 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=1.46
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9020 0 0 0 140 6 0 0 16 0 9 0 58716592 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.31
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1408 0 0 0 30 1 0 0 15 0 9 0 58716598 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 13782 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 853788

[startup+12.7019 s]
/proc/loadavg: 1.94 2.03 2.07 3/83 16991
/proc/meminfo: memFree=1501656/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=12.53
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 15509 0 1 0 1238 15 0 0 18 0 9 0 58716590 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 13786 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=10.67
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 4374 0 1 0 1061 6 0 0 25 0 9 0 58716591 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 103211957 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=1.52
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9020 0 0 0 145 7 0 0 16 0 9 0 58716592 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.32
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 853788

[startup+25.5024 s]
/proc/loadavg: 1.95 2.03 2.07 3/93 17209
/proc/meminfo: memFree=1495984/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=25.27
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 15591 0 1 0 2509 18 0 0 18 0 9 0 58716590 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 13786 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=23.3
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 4456 0 1 0 2322 8 0 0 25 0 9 0 58716591 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4126490945 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=1.62
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9020 0 0 0 155 7 0 0 16 0 9 0 58716592 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.32
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 13786 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 853788

[startup+51.1024 s]
/proc/loadavg: 1.97 2.02 2.06 3/93 17281

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

/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 14126 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.44
Current children cumulated vsize (KiB) 853788

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17467
/proc/meminfo: memFree=1292256/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=1655.42
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 27075 0 1 0 165406 136 0 0 18 0 9 0 58716590 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 14162 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=1640.6
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 15564 0 1 0 164010 50 0 0 25 0 9 0 58716591 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4126478688 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=14.47
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9396 0 0 0 1364 83 0 0 16 0 9 0 58716592 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.32
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 14162 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.42
Current children cumulated vsize (KiB) 853788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17467
/proc/meminfo: memFree=1282784/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=1715.4
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 27529 0 1 0 171401 139 0 0 18 0 9 0 58716590 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 14205 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=1700.08
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 15975 0 1 0 169957 51 0 0 25 0 9 0 58716591 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4126492647 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=14.97
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9439 0 0 0 1411 86 0 0 16 0 9 0 58716592 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.32
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 14205 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.4
Current children cumulated vsize (KiB) 853788

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 17467
/proc/meminfo: memFree=1281952/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=1775.39
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 27961 0 1 0 177396 143 0 0 18 0 9 0 58716590 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 14256 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=1759.6
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 16356 0 1 0 175908 52 0 0 25 0 9 0 58716591 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 101450640 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=15.43
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9490 0 0 0 1455 88 0 0 16 0 9 0 58716592 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.32
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 14256 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.39
Current children cumulated vsize (KiB) 853788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 17467
/proc/meminfo: memFree=1281824/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=1800.09
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 28135 0 1 0 179864 145 0 0 18 0 9 0 58716590 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 14275 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=1784.11
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 16511 0 1 0 178359 52 0 0 25 0 9 0 58716591 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4126489688 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=15.62
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9509 0 0 0 1472 90 0 0 16 0 9 0 58716592 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.32
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 853788

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

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

[startup+1807 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 17467
/proc/meminfo: memFree=1281824/2055920 swapFree=4192812/4192956
[pid=16976] ppid=16974 vsize=5356 CPUtime=0
/proc/16976/stat : 16976 (concrete.sh) S 16974 16976 14511 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 58716588 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16976/statm: 1339 244 201 169 0 50 0
[pid=16981] ppid=16976 vsize=848432 CPUtime=1800.09
/proc/16981/stat : 16981 (java) S 16976 16976 14511 0 -1 0 28135 0 1 0 179864 145 0 0 18 0 9 0 58716590 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16981/statm: 212108 14275 2618 9 0 206593 0
[pid=16981/tid=16982] ppid=16976 vsize=848432 CPUtime=1784.11
/proc/16981/task/16982/stat : 16982 (java) R 16976 16976 14511 0 -1 64 16511 0 1 0 178359 52 0 0 25 0 9 0 58716591 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4126489688 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16983] ppid=16976 vsize=848432 CPUtime=15.62
/proc/16981/task/16983/stat : 16983 (java) S 16976 16976 14511 0 -1 64 9509 0 0 0 1472 90 0 0 16 0 9 0 58716592 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16984] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16984/stat : 16984 (java) S 16976 16976 14511 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16985] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16985/stat : 16985 (java) S 16976 16976 14511 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58716592 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16986] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16986/stat : 16986 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58716595 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16987] ppid=16976 vsize=848432 CPUtime=0.32
/proc/16981/task/16987/stat : 16987 (java) S 16976 16976 14511 0 -1 64 1412 0 0 0 31 1 0 0 17 0 9 0 58716598 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16988] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16988/stat : 16988 (java) S 16976 16976 14511 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58716598 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16981/tid=16989] ppid=16976 vsize=848432 CPUtime=0
/proc/16981/task/16989/stat : 16989 (java) S 16976 16976 14511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58716598 868794368 14275 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 853788

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16976 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.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.02
CPU time (s): 1800.09
CPU user time (s): 1798.64
CPU system time (s): 1.45
CPU usage (%): 99.6164
Max. virtual memory (cumulated for all children) (KiB): 853788

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= 635
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.13368 second user time and 6.22005 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-16 05:55:12
IDJOB=2078691
IDBENCH=56804
IDSOLVER=736
FILE ID=node73/2078691-1247716512
PBS_JOBID= 9521440
Free space on /tmp= 66428 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-3_ext.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078691-1247716512/watcher-2078691-1247716512 -o /tmp/evaluation-result-2078691-1247716512/solver-2078691-1247716512 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2078691-1247716512.xml

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

MD5SUM BENCH= 970b7357c069562f4b874b7dd274125f
RANDOM SEED=1569689729

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1548048 kB
Buffers:         77740 kB
Cached:         315640 kB
SwapCached:          0 kB
Active:         136184 kB
Inactive:       285716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7040 kB
Writeback:           0 kB
Mapped:          40028 kB
Slab:            71300 kB
Committed_AS:   505100 kB
PageTables:       1752 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= 66428 MiB
End job on node73 at 2009-07-16 06:25:21