Trace number 1064457

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 + CSP4J - WMC Engine 2008-05-30? (TO) 1800.01 1803.22

General information on the benchmark

Namecsp/tdsp/
normalized-C3-1-31.xml
MD5SUM6cc1e56d3f11dc3d6cace0b85eb6533e
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 benchmark6.587
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints434
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension434
Global constraints used (with number of constraints)

Solver Data (download as text)

893.88/895.11	c CPU-LOAD 532.71
893.88/895.11	c LOADED 86 V (61 E), 434 PredicateConstraint, arity 6, 532.71 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-1064457-1215141619/watcher-1064457-1215141619 -o /tmp/evaluation-result-1064457-1215141619/solver-1064457-1215141619 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1064457-1215141619.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: 2.17 2.10 2.07 4/73 22278
/proc/meminfo: memFree=1693744/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=152 CPUtime=0
/proc/22280/stat : 22280 (java) R 22278 22278 21426 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 247149850 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 5567268 0 0 4096 0 0 0 0 17 1 0 0
/proc/22280/statm: 38 26 19 9 0 4 0

[startup+0.09363 s]
/proc/loadavg: 2.17 2.10 2.07 4/73 22278
/proc/meminfo: memFree=1693744/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=843024 CPUtime=0.07
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 3351 0 1 0 5 2 0 0 18 0 9 0 247149850 863256576 2810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 210756 2812 1641 9 0 205333 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 848380

[startup+0.101626 s]
/proc/loadavg: 2.17 2.10 2.07 4/73 22278
/proc/meminfo: memFree=1693744/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=843140 CPUtime=0.08
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 3419 0 1 0 6 2 0 0 18 0 9 0 247149850 863375360 2875 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 210785 2875 1669 9 0 205362 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848496

[startup+0.301652 s]
/proc/loadavg: 2.17 2.10 2.07 4/73 22278
/proc/meminfo: memFree=1693744/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=844272 CPUtime=0.28
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 4672 0 1 0 24 4 0 0 18 0 9 0 247149850 864534528 4059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 211068 4059 1894 9 0 205629 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 849628

[startup+0.701695 s]
/proc/loadavg: 2.17 2.10 2.07 4/73 22278
/proc/meminfo: memFree=1693744/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=846052 CPUtime=0.67
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 5325 0 1 0 63 4 0 0 18 0 10 0 247149850 866357248 4701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 211513 4701 1915 9 0 206074 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 851408

[startup+1.50278 s]
/proc/loadavg: 2.17 2.10 2.07 4/84 22290
/proc/meminfo: memFree=1679256/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=847124 CPUtime=1.48
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 17644 0 1 0 137 11 0 0 18 0 10 0 247149850 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 211781 16737 2579 9 0 206341 0
[pid=22280/tid=22282] ppid=22278 vsize=847124 CPUtime=0.72
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 7027 0 1 0 67 5 0 0 24 0 10 0 247149851 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22283] ppid=22278 vsize=847124 CPUtime=0.45
/proc/22280/task/22283/stat : 22283 (java) S 22278 22278 21426 0 -1 64 8820 0 0 0 41 4 0 0 18 0 10 0 247149852 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22284] ppid=22278 vsize=847124 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 247149852 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=847124 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 247149852 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=847124 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 247149854 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=847124 CPUtime=0.27
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1059 0 0 0 27 0 0 0 16 0 10 0 247149854 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=847124 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 247149854 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=847124 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 247149854 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22290] ppid=22278 vsize=847124 CPUtime=0
/proc/22280/task/22290/stat : 22290 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 247149896 867454976 16737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 852480

[startup+3.10296 s]
/proc/loadavg: 2.23 2.12 2.08 3/84 22290
/proc/meminfo: memFree=1596440/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=856240 CPUtime=3.06
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 44455 0 1 0 284 22 0 0 18 0 10 0 247149850 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214060 43535 2579 9 0 208620 0
[pid=22280/tid=22282] ppid=22278 vsize=856240 CPUtime=0.99
/proc/22280/task/22282/stat : 22282 (java) S 22278 22278 21426 0 -1 64 10168 0 1 0 93 6 0 0 16 0 10 0 247149851 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22283] ppid=22278 vsize=856240 CPUtime=1.77
/proc/22280/task/22283/stat : 22283 (java) R 22278 22278 21426 0 -1 64 32490 0 0 0 163 14 0 0 25 0 10 0 247149852 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 104181529 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22284] ppid=22278 vsize=856240 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 247149852 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=856240 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 247149852 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=856240 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 247149854 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=856240 CPUtime=0.27
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1059 0 0 0 27 0 0 0 16 0 10 0 247149854 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=856240 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 247149854 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=856240 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 247149854 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22290] ppid=22278 vsize=856240 CPUtime=0
/proc/22280/task/22290/stat : 22290 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 247149896 876789760 43535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 861596

[startup+6.3013 s]
/proc/loadavg: 2.23 2.12 2.08 4/84 22290
/proc/meminfo: memFree=1419736/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=856304 CPUtime=6.25
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 71645 0 1 0 592 33 0 0 18 0 10 0 247149850 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214076 67970 2580 9 0 208636 0
[pid=22280/tid=22282] ppid=22278 vsize=856304 CPUtime=2.79
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 11133 0 1 0 272 7 0 0 17 0 10 0 247149851 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 103214952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22283] ppid=22278 vsize=856304 CPUtime=3.14
/proc/22280/task/22283/stat : 22283 (java) R 22278 22278 21426 0 -1 64 58656 0 0 0 289 25 0 0 23 0 10 0 247149852 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22284] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 247149852 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 247149852 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 247149854 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=856304 CPUtime=0.3
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1118 0 0 0 30 0 0 0 16 0 10 0 247149854 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 247149854 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 247149854 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22290] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22290/stat : 22290 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 247149896 876855296 67970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 861660

[startup+12.703 s]
/proc/loadavg: 2.20 2.11 2.08 3/84 22290
/proc/meminfo: memFree=1430368/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=856304 CPUtime=12.63
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 77164 0 1 0 1226 37 0 0 18 0 10 0 247149850 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214076 67977 2581 9 0 208636 0
[pid=22280/tid=22282] ppid=22278 vsize=856304 CPUtime=6.98
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 11177 0 1 0 691 7 0 0 25 0 10 0 247149851 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 104454660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22283] ppid=22278 vsize=856304 CPUtime=5.29
/proc/22280/task/22283/stat : 22283 (java) S 22278 22278 21426 0 -1 64 64125 0 0 0 501 28 0 0 16 0 10 0 247149852 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22284] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 247149852 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 247149852 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 247149854 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=856304 CPUtime=0.32
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1124 0 0 0 32 0 0 0 16 0 10 0 247149854 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 247149854 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 247149854 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22290] ppid=22278 vsize=856304 CPUtime=0
/proc/22280/task/22290/stat : 22290 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 247149896 876855296 67977 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 861660

[startup+25.5024 s]
/proc/loadavg: 2.25 2.13 2.08 3/84 22290
/proc/meminfo: memFree=1430304/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=856304 CPUtime=25.38
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 90939 0 1 0 2493 45 0 0 18 0 10 0 247149850 876855296 67987 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214076 67987 2581 9 0 208636 0

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

/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1578 0 0 0 139 2 0 0 16 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.91
Current children cumulated vsize (KiB) 862844

[startup+1602.3 s]
/proc/loadavg: 1.94 2.03 2.11 3/83 22319
/proc/meminfo: memFree=1427784/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=857488 CPUtime=1600.84
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 1009407 0 1 0 159490 594 0 0 18 0 9 0 247149850 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214372 68633 2584 9 0 208932 0
[pid=22280/tid=22282] ppid=22278 vsize=857488 CPUtime=1237.74
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 19560 0 1 0 123719 55 0 0 25 0 9 0 247149851 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4127167484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=857488 CPUtime=361.66
/proc/22280/task/22283/stat : 22283 (java) S 22278 22278 21426 0 -1 64 987528 0 0 0 35631 535 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=857488 CPUtime=1.41
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1578 0 0 0 139 2 0 0 16 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.84
Current children cumulated vsize (KiB) 862844

[startup+1662.3 s]
/proc/loadavg: 1.97 2.02 2.10 3/83 22319
/proc/meminfo: memFree=1427656/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=857488 CPUtime=1660.32
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 1009591 0 1 0 165436 596 0 0 18 0 9 0 247149850 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214372 68633 2584 9 0 208932 0
[pid=22280/tid=22282] ppid=22278 vsize=857488 CPUtime=1297.11
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 19744 0 1 0 129655 56 0 0 25 0 9 0 247149851 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4125785520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=857488 CPUtime=361.77
/proc/22280/task/22283/stat : 22283 (java) S 22278 22278 21426 0 -1 64 987528 0 0 0 35641 536 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=857488 CPUtime=1.41
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1578 0 0 0 139 2 0 0 16 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.32
Current children cumulated vsize (KiB) 862844

[startup+1722.3 s]
/proc/loadavg: 1.99 2.02 2.09 3/83 22319
/proc/meminfo: memFree=1427592/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=857488 CPUtime=1719.81
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 1009768 0 1 0 171383 598 0 0 18 0 9 0 247149850 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214372 68633 2584 9 0 208932 0
[pid=22280/tid=22282] ppid=22278 vsize=857488 CPUtime=1356.5
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 19921 0 1 0 135592 58 0 0 25 0 9 0 247149851 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4127529915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=857488 CPUtime=361.87
/proc/22280/task/22283/stat : 22283 (java) S 22278 22278 21426 0 -1 64 987528 0 0 0 35650 537 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=857488 CPUtime=1.41
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1578 0 0 0 139 2 0 0 16 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.81
Current children cumulated vsize (KiB) 862844

[startup+1782.3 s]
/proc/loadavg: 1.99 2.01 2.08 3/83 22319
/proc/meminfo: memFree=1427336/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=857488 CPUtime=1779.29
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 1009955 0 1 0 177328 601 0 0 18 0 9 0 247149850 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214372 68633 2584 9 0 208932 0
[pid=22280/tid=22282] ppid=22278 vsize=857488 CPUtime=1415.87
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 20108 0 1 0 141528 59 0 0 25 0 9 0 247149851 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4126964664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=857488 CPUtime=361.98
/proc/22280/task/22283/stat : 22283 (java) S 22278 22278 21426 0 -1 64 987528 0 0 0 35660 538 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=857488 CPUtime=1.41
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1578 0 0 0 139 2 0 0 16 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 862844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 1.99 2.01 2.08 3/83 22319
/proc/meminfo: memFree=1427336/2055920 swapFree=4179552/4192956
[pid=22278] ppid=22276 vsize=5356 CPUtime=0
/proc/22278/stat : 22278 (concrete.sh) S 22276 22278 21426 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 247149849 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22278/statm: 1339 242 201 169 0 50 0
[pid=22280] ppid=22278 vsize=857488 CPUtime=1800.01
/proc/22280/stat : 22280 (java) S 22278 22278 21426 0 -1 0 1010021 0 1 0 179399 602 0 0 18 0 9 0 247149850 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22280/statm: 214372 68633 2584 9 0 208932 0
[pid=22280/tid=22282] ppid=22278 vsize=857488 CPUtime=1436.55
/proc/22280/task/22282/stat : 22282 (java) R 22278 22278 21426 0 -1 64 20174 0 1 0 143595 60 0 0 25 0 9 0 247149851 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4127126577 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22283] ppid=22278 vsize=857488 CPUtime=362.02
/proc/22280/task/22283/stat : 22283 (java) S 22278 22278 21426 0 -1 64 987528 0 0 0 35663 539 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22280/tid=22284] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22284/stat : 22284 (java) S 22278 22278 21426 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22285] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22285/stat : 22285 (java) S 22278 22278 21426 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 247149852 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22286] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22286/stat : 22286 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22287] ppid=22278 vsize=857488 CPUtime=1.41
/proc/22280/task/22287/stat : 22287 (java) S 22278 22278 21426 0 -1 64 1578 0 0 0 139 2 0 0 16 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22288] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22288/stat : 22288 (java) S 22278 22278 21426 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22280/tid=22289] ppid=22278 vsize=857488 CPUtime=0
/proc/22280/task/22289/stat : 22289 (java) S 22278 22278 21426 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 247149854 878067712 68633 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 862844

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 22278 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.003998
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.22
CPU time (s): 1800.01
CPU user time (s): 1793.99
CPU system time (s): 6.02
CPU usage (%): 99.822
Max. virtual memory (cumulated for all children) (KiB): 862844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443
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= 2

runsolver used 2.37764 second user time and 6.07808 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 05:20:19
IDJOB=1064457
IDBENCH=54957
IDSOLVER=304
FILE ID=node81/1064457-1215141619
PBS_JOBID= 7877378
Free space on /tmp= 126864 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-1-31.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064457-1215141619/watcher-1064457-1215141619 -o /tmp/evaluation-result-1064457-1215141619/solver-1064457-1215141619 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1064457-1215141619.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cc1e56d3f11dc3d6cace0b85eb6533e
RANDOM SEED=336629132

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694160 kB
Buffers:         25996 kB
Cached:         238604 kB
SwapCached:       6108 kB
Active:         143144 kB
Inactive:       153132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694160 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:             832 kB
Writeback:           0 kB
Mapped:          40220 kB
Slab:            50916 kB
Committed_AS:   622108 kB
PageTables:       1628 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126868 MiB
End job on node81 at 2008-07-04 05:50:24