Trace number 1083221

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 + CPS4J 2008-05-30? (TO) 1800.06 1800.92

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-8.xml
MD5SUMcc2484161be3248ca6cbf843f373e18c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1118.07
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1221
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

84.84/84.96	c CPU-LOAD 81.5
84.84/84.96	c LOADED 450 V (1221 E), 4725 DTPConstraint, 225 ExtensionConstraint2D, 630 DiffConstraint, arity 2, 81.5 cpu

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083221-1215226190/watcher-1083221-1215226190 -o /tmp/evaluation-result-1083221-1215226190/solver-1083221-1215226190 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1083221-1215226190.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22002
/proc/meminfo: memFree=1638288/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=18572 CPUtime=0
/proc/22002/stat : 22002 (runsolver) R 22000 22002 19733 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001588544 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22002/statm: 4643 292 257 25 0 2626 0

[startup+0.0189229 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22002
/proc/meminfo: memFree=1638288/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.105705 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22002
/proc/meminfo: memFree=1638288/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30174 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22002
/proc/meminfo: memFree=1638288/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701812 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 22002
/proc/meminfo: memFree=1638288/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50296 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 22013
/proc/meminfo: memFree=1626688/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=844360 CPUtime=1.47
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 5719 0 1 0 143 4 0 0 18 0 9 0 2001588545 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 211090 4979 1900 9 0 205651 0
[pid=22005/tid=22006] ppid=22002 vsize=844360 CPUtime=1.21
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 3463 0 1 0 119 2 0 0 25 0 9 0 2001588546 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4125652723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=844360 CPUtime=0.11
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 999 0 0 0 10 1 0 0 16 0 9 0 2001588548 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001588548 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001588548 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001588550 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=844360 CPUtime=0.14
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 2001588550 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 864624640 4979 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 849716

[startup+3.10225 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 22013
/proc/meminfo: memFree=1623744/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=844360 CPUtime=3.07
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 7467 0 1 0 300 7 0 0 18 0 9 0 2001588545 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 211090 6359 2574 9 0 205651 0
[pid=22005/tid=22006] ppid=22002 vsize=844360 CPUtime=2.64
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 3644 0 1 0 261 3 0 0 25 0 9 0 2001588546 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4125864759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=844360 CPUtime=0.27
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 2566 0 0 0 24 3 0 0 16 0 9 0 2001588548 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001588548 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2001588548 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001588550 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=844360 CPUtime=0.14
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 2001588550 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=844360 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 864624640 6359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 849716

[startup+6.30283 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 22014
/proc/meminfo: memFree=1593720/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850808 CPUtime=6.27
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 18440 0 1 0 612 15 0 0 18 0 10 0 2001588545 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212702 15322 2579 9 0 207263 0
[pid=22005/tid=22006] ppid=22002 vsize=850808 CPUtime=4.92
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 4147 0 1 0 488 4 0 0 25 0 10 0 2001588546 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4126430981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850808 CPUtime=0.84
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 11357 0 0 0 76 8 0 0 16 0 10 0 2001588548 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850808 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001588548 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850808 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2001588548 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850808 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2001588550 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850808 CPUtime=0.49
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2198 0 0 0 47 2 0 0 16 0 10 0 2001588550 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850808 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2001588550 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850808 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2001588550 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22014] ppid=22002 vsize=850808 CPUtime=0
/proc/22005/task/22014/stat : 22014 (java) S 22002 22002 19733 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 2001589002 871227392 15322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 856164

[startup+12.703 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 22014
/proc/meminfo: memFree=1574200/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850920 CPUtime=12.68
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 21661 0 1 0 1251 17 0 0 18 0 10 0 2001588545 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212730 18395 2585 9 0 207290 0
[pid=22005/tid=22006] ppid=22002 vsize=850920 CPUtime=11.02
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 4613 0 1 0 1098 4 0 0 25 0 10 0 2001588546 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4127248852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850920 CPUtime=1.08
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 14063 0 0 0 99 9 0 0 16 0 10 0 2001588548 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001588548 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 2001588548 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2001588550 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850920 CPUtime=0.55
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2244 0 0 0 53 2 0 0 15 0 10 0 2001588550 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2001588550 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2001588550 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22014] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22014/stat : 22014 (java) S 22002 22002 19733 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 2001589002 871342080 18395 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 856276

[startup+25.5013 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 22015
/proc/meminfo: memFree=1390576/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850920 CPUtime=25.47
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 67503 0 1 0 2513 34 0 0 18 0 10 0 2001588545 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212730 64210 2587 9 0 207290 0
[pid=22005/tid=22006] ppid=22002 vsize=850920 CPUtime=22.16
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 7525 0 1 0 2210 6 0 0 25 0 10 0 2001588546 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4127343478 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850920 CPUtime=2.68
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 56958 0 0 0 244 24 0 0 16 0 10 0 2001588548 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001588548 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 2001588548 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2001588550 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850920 CPUtime=0.6
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2276 0 0 0 58 2 0 0 15 0 10 0 2001588550 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2001588550 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2001588550 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22015] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22015/stat : 22015 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 2001591033 871342080 64210 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47

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

/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2290 0 0 0 63 3 0 0 16 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 856276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 22059
/proc/meminfo: memFree=1388080/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850920 CPUtime=1661.52
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 73928 0 1 0 166110 42 0 0 18 0 9 0 2001588545 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212730 70450 2587 9 0 207290 0
[pid=22005/tid=22006] ppid=22002 vsize=850920 CPUtime=1657.53
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 8229 0 1 0 165743 10 0 0 25 0 9 0 2001588546 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4127380776 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850920 CPUtime=3.29
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 62664 0 0 0 302 27 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850920 CPUtime=0.66
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2290 0 0 0 63 3 0 0 16 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.52
Current children cumulated vsize (KiB) 856276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 22059
/proc/meminfo: memFree=1387888/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850920 CPUtime=1721.49
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 73936 0 1 0 172107 42 0 0 18 0 9 0 2001588545 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212730 70450 2587 9 0 207290 0
[pid=22005/tid=22006] ppid=22002 vsize=850920 CPUtime=1717.5
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 8237 0 1 0 171740 10 0 0 25 0 9 0 2001588546 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4127325745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850920 CPUtime=3.3
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 62664 0 0 0 303 27 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850920 CPUtime=0.66
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2290 0 0 0 63 3 0 0 16 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 856276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 22059
/proc/meminfo: memFree=1387760/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850920 CPUtime=1781.46
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 73943 0 1 0 178104 42 0 0 18 0 9 0 2001588545 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212730 70450 2587 9 0 207290 0
[pid=22005/tid=22006] ppid=22002 vsize=850920 CPUtime=1777.46
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 8244 0 1 0 177736 10 0 0 25 0 9 0 2001588546 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4127357443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850920 CPUtime=3.31
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 62664 0 0 0 304 27 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850920 CPUtime=0.66
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2290 0 0 0 63 3 0 0 16 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (KiB) 856276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 22059
/proc/meminfo: memFree=1387760/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850920 CPUtime=1800.06
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 73945 0 1 0 179964 42 0 0 18 0 9 0 2001588545 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212730 70450 2587 9 0 207290 0
[pid=22005/tid=22006] ppid=22002 vsize=850920 CPUtime=1796.06
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 8246 0 1 0 179596 10 0 0 25 0 9 0 2001588546 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4127281051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850920 CPUtime=3.31
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 62664 0 0 0 304 27 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850920 CPUtime=0.66
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2290 0 0 0 63 3 0 0 16 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 856276

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

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 22059
/proc/meminfo: memFree=1387760/2055920 swapFree=4181480/4192956
[pid=22002] ppid=22000 vsize=5356 CPUtime=0
/proc/22002/stat : 22002 (concrete.sh) S 22000 22002 19733 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2001588544 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22002/statm: 1339 242 201 169 0 50 0
[pid=22005] ppid=22002 vsize=850920 CPUtime=1800.06
/proc/22005/stat : 22005 (java) S 22002 22002 19733 0 -1 0 73945 0 1 0 179964 42 0 0 18 0 9 0 2001588545 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22005/statm: 212730 70450 2587 9 0 207290 0
[pid=22005/tid=22006] ppid=22002 vsize=850920 CPUtime=1796.06
/proc/22005/task/22006/stat : 22006 (java) R 22002 22002 19733 0 -1 64 8246 0 1 0 179596 10 0 0 25 0 9 0 2001588546 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4127281051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22007] ppid=22002 vsize=850920 CPUtime=3.31
/proc/22005/task/22007/stat : 22007 (java) S 22002 22002 19733 0 -1 64 62664 0 0 0 304 27 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22008] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22008/stat : 22008 (java) S 22002 22002 19733 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22009] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22009/stat : 22009 (java) S 22002 22002 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001588548 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22010] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22010/stat : 22010 (java) S 22002 22002 19733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22011] ppid=22002 vsize=850920 CPUtime=0.66
/proc/22005/task/22011/stat : 22011 (java) S 22002 22002 19733 0 -1 64 2290 0 0 0 63 3 0 0 16 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22005/tid=22012] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22012/stat : 22012 (java) S 22002 22002 19733 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22005/tid=22013] ppid=22002 vsize=850920 CPUtime=0
/proc/22005/task/22013/stat : 22013 (java) S 22002 22002 19733 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2001588550 871342080 70450 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 856276

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.92
CPU time (s): 1800.06
CPU user time (s): 1799.64
CPU system time (s): 0.42
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 856600

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

runsolver used 2.43063 second user time and 5.80112 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 04:49:50
IDJOB=1083221
IDBENCH=57429
IDSOLVER=305
FILE ID=node67/1083221-1215226190
PBS_JOBID= 7881735
Free space on /tmp= 66428 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-8.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083221-1215226190/watcher-1083221-1215226190 -o /tmp/evaluation-result-1083221-1215226190/solver-1083221-1215226190 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1083221-1215226190.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc2484161be3248ca6cbf843f373e18c
RANDOM SEED=221957678

node67.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.281
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.281
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:       1638768 kB
Buffers:         41436 kB
Cached:         171400 kB
SwapCached:       5376 kB
Active:         274620 kB
Inactive:        82896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638768 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:         160920 kB
Slab:            44516 kB
Committed_AS:  4940676 kB
PageTables:       2088 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= 66424 MiB
End job on node67 at 2008-07-05 05:19:53