Trace number 1080467

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 - Tabu Engine 2008-05-30UNSAT 97.5642 98.4765

DiagnosticValue
CHECKS16818800
NODES0

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-19.xml
MD5SUM1747d1b416e764e8901b1c9661f4e113
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.032994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity15
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

91.62/92.58	c CPU-LOAD 16.6
91.62/92.58	c LOADED 144 V (4 E), 64 PredicateConstraint, arity 15, 16.6 cpu
97.38/98.34	s UNSATISFIABLE
97.38/98.34	d NODES 0
97.38/98.34	d CHECKS 16818751
97.38/98.34	c gac3-effective-revisions: 29
97.38/98.34	c gac3-useless-revisions: 414
97.38/98.34	c prepro-constraint-ccks: 16818751
97.38/98.34	c prepro-constraint-presenceccks: 703
97.38/98.34	c prepro-cpu: 5.6099997
97.38/98.34	c prepro-matrix2d-ccks: 0
97.38/98.34	c prepro-matrix2d-presenceccks: 0
97.38/98.34	c prepro-removed: 56
97.38/98.34	c total-assgn: 0
97.38/98.34	c total-constraint-ccks: 16818751
97.38/98.34	c total-constraint-presence-ccks: 703
97.38/98.34	c total-cpu: 5.6099997
97.38/98.34	c total-matrix2d-ccks: 0
97.38/98.34	c total-matrix2d-presence-ccks: 0
97.38/98.34	c tuples: 0
97.38/98.34	c tuples-collisions: 0
97.38/98.34	c TOTAL-NODES 0
97.38/98.34	c TOTAL-CPU 5.6099997

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1080467-1215213045/watcher-1080467-1215213045 -o /tmp/evaluation-result-1080467-1215213045/solver-1080467-1215213045 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1080467-1215213045.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.01 2.02 2.00 4/94 15912
/proc/meminfo: memFree=1719632/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=18572 CPUtime=0
/proc/15912/stat : 15912 (runsolver) R 15910 15912 13008 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000277113 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15912/statm: 4643 292 257 25 0 2626 0

[startup+0.10011 s]
/proc/loadavg: 2.01 2.02 2.00 4/94 15912
/proc/meminfo: memFree=1719632/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201134 s]
/proc/loadavg: 2.01 2.02 2.00 4/94 15912
/proc/meminfo: memFree=1719632/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301154 s]
/proc/loadavg: 2.01 2.02 2.00 4/94 15912
/proc/meminfo: memFree=1719632/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701239 s]
/proc/loadavg: 2.01 2.02 2.00 4/94 15912
/proc/meminfo: memFree=1719632/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50241 s]
/proc/loadavg: 2.09 2.04 2.01 4/105 15924
/proc/meminfo: memFree=1630904/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=847500 CPUtime=1.46
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 33584 0 1 0 130 16 0 0 18 0 10 0 2000277114 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 211875 32701 2579 9 0 206435 0
[pid=15915/tid=15916] ppid=15912 vsize=847500 CPUtime=0.61
/proc/15915/task/15916/stat : 15916 (java) R 15912 15912 13008 0 -1 64 17968 0 1 0 53 8 0 0 24 0 10 0 2000277115 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15917] ppid=15912 vsize=847500 CPUtime=0.58
/proc/15915/task/15917/stat : 15917 (java) R 15912 15912 13008 0 -1 64 13853 0 0 0 53 5 0 0 18 0 10 0 2000277117 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15918] ppid=15912 vsize=847500 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=847500 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000277117 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=847500 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=847500 CPUtime=0.22
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1026 0 0 0 22 0 0 0 16 0 10 0 2000277119 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=847500 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=847500 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000277119 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15924] ppid=15912 vsize=847500 CPUtime=0
/proc/15915/task/15924/stat : 15924 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000277164 867840000 32701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852856

[startup+3.10173 s]
/proc/loadavg: 2.09 2.04 2.01 4/105 15924
/proc/meminfo: memFree=1509240/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=854700 CPUtime=3.02
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 68556 0 1 0 270 32 0 0 18 0 10 0 2000277114 875212800 67664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 213675 67664 2579 9 0 208235 0
[pid=15915/tid=15916] ppid=15912 vsize=854700 CPUtime=0.86
/proc/15915/task/15916/stat : 15916 (java) R 15912 15912 13008 0 -1 64 22062 0 1 0 75 11 0 0 16 0 10 0 2000277115 875212800 67664 996147200 134512640 134550740 4294956016 18446744073709551615 104454812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15917] ppid=15912 vsize=854700 CPUtime=1.91
/proc/15915/task/15917/stat : 15917 (java) R 15912 15912 13008 0 -1 64 44731 0 0 0 172 19 0 0 25 0 10 0 2000277117 875212800 67665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15918] ppid=15912 vsize=854700 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 875212800 67665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=854700 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000277117 875212800 67666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=854700 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 875212800 67666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=854700 CPUtime=0.22
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1026 0 0 0 22 0 0 0 16 0 10 0 2000277119 875212800 67666 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=854700 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 875212800 67667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=854700 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000277119 875212800 67667 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15924] ppid=15912 vsize=854700 CPUtime=0
/proc/15915/task/15924/stat : 15924 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000277164 875212800 67668 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860056

[startup+6.3024 s]
/proc/loadavg: 2.08 2.04 2.00 3/105 15924
/proc/meminfo: memFree=1259072/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=874920 CPUtime=6.17
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 146279 0 1 0 550 67 0 0 18 0 10 0 2000277114 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 218730 145377 2579 9 0 213290 0
[pid=15915/tid=15916] ppid=15912 vsize=874920 CPUtime=1.47
/proc/15915/task/15916/stat : 15916 (java) S 15912 15912 13008 0 -1 64 29440 0 1 0 132 15 0 0 16 0 10 0 2000277115 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15917] ppid=15912 vsize=874920 CPUtime=4.46
/proc/15915/task/15917/stat : 15917 (java) R 15912 15912 13008 0 -1 64 115075 0 0 0 395 51 0 0 25 0 10 0 2000277117 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 102516868 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15918] ppid=15912 vsize=874920 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=874920 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000277117 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=874920 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=874920 CPUtime=0.22
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1026 0 0 0 22 0 0 0 16 0 10 0 2000277119 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=874920 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=874920 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 2000277119 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15924] ppid=15912 vsize=874920 CPUtime=0
/proc/15915/task/15924/stat : 15924 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000277164 895918080 145377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 880276

[startup+12.7017 s]
/proc/loadavg: 2.07 2.04 2.00 3/105 15924
/proc/meminfo: memFree=931200/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=887236 CPUtime=12.48
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 199971 0 1 0 1158 90 0 0 18 0 10 0 2000277114 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 221809 199063 2579 9 0 216369 0
[pid=15915/tid=15916] ppid=15912 vsize=887236 CPUtime=1.84
/proc/15915/task/15916/stat : 15916 (java) S 15912 15912 13008 0 -1 64 32742 0 1 0 168 16 0 0 17 0 10 0 2000277115 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15917] ppid=15912 vsize=887236 CPUtime=10.38
/proc/15915/task/15917/stat : 15917 (java) R 15912 15912 13008 0 -1 64 165465 0 0 0 966 72 0 0 25 0 10 0 2000277117 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15918] ppid=15912 vsize=887236 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=887236 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000277117 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=887236 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=887236 CPUtime=0.22
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1026 0 0 0 22 0 0 0 16 0 10 0 2000277119 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=887236 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=887236 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 2000277119 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15924] ppid=15912 vsize=887236 CPUtime=0
/proc/15915/task/15924/stat : 15924 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000277164 908529664 199063 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 892592

[startup+25.5024 s]
/proc/loadavg: 2.13 2.05 2.01 3/105 15924
/proc/meminfo: memFree=930688/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=887524 CPUtime=25.09
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 200097 0 1 0 2419 90 0 0 18 0 10 0 2000277114 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 221881 199171 2580 9 0 216441 0
[pid=15915/tid=15916] ppid=15912 vsize=887524 CPUtime=3.24
/proc/15915/task/15916/stat : 15916 (java) S 15912 15912 13008 0 -1 64 32824 0 1 0 308 16 0 0 17 0 10 0 2000277115 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15917] ppid=15912 vsize=887524 CPUtime=21.59
/proc/15915/task/15917/stat : 15917 (java) R 15912 15912 13008 0 -1 64 165501 0 0 0 2087 72 0 0 25 0 10 0 2000277117 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15918] ppid=15912 vsize=887524 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=887524 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000277117 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=887524 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=887524 CPUtime=0.23
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1034 0 0 0 23 0 0 0 16 0 10 0 2000277119 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=887524 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 908824576 199171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=887524 CPUtime=0

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

[pid=15915/tid=15918] ppid=15912 vsize=868904 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 889757696 190120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15912 vsize=868904 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000277117 889757696 190120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=868904 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 889757696 190120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=868904 CPUtime=0.34
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1101 0 0 0 34 0 0 0 15 0 10 0 2000277119 889757696 190120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15912 vsize=868904 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 889757696 190120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=868904 CPUtime=0.01
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 1 0 0 15 0 10 0 2000277119 889757696 190120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15924] ppid=15912 vsize=868904 CPUtime=0
/proc/15915/task/15924/stat : 15924 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000277164 889757696 190120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.02
Current children cumulated vsize (KiB) 874260

[startup+89.6016 s]
/proc/loadavg: 2.21 2.09 2.02 3/105 15924
/proc/meminfo: memFree=930048/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=887620 CPUtime=88.74
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 245128 0 1 0 8758 116 0 0 18 0 10 0 2000277114 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 221905 199265 2582 9 0 216465 0
[pid=15915/tid=15916] ppid=15912 vsize=887620 CPUtime=16.36
/proc/15915/task/15916/stat : 15916 (java) S 15912 15912 13008 0 -1 64 54383 0 1 0 1608 28 0 0 17 0 10 0 2000277115 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15912 vsize=887620 CPUtime=71.98
/proc/15915/task/15917/stat : 15917 (java) R 15912 15912 13008 0 -1 64 188906 0 0 0 7113 85 0 0 25 0 10 0 2000277117 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=887620 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15912 vsize=887620 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000277117 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=887620 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=887620 CPUtime=0.34
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1101 0 0 0 34 0 0 0 15 0 10 0 2000277119 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15912 vsize=887620 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=887620 CPUtime=0.01
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 1 0 0 15 0 10 0 2000277119 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15915/tid=15924] ppid=15912 vsize=887620 CPUtime=0
/proc/15915/task/15924/stat : 15924 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000277164 908922880 199265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.74
Current children cumulated vsize (KiB) 892976

[startup+92.8023 s]
/proc/loadavg: 2.20 2.08 2.02 4/105 15924
/proc/meminfo: memFree=929984/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=887684 CPUtime=91.92
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 245210 0 1 0 9075 117 0 0 18 0 10 0 2000277114 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 221921 181065 2583 9 0 216481 0
[pid=15915/tid=15916] ppid=15912 vsize=887684 CPUtime=16.82
/proc/15915/task/15916/stat : 15916 (java) R 15912 15912 13008 0 -1 64 54410 0 1 0 1654 28 0 0 17 0 10 0 2000277115 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4126536879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15912 vsize=887684 CPUtime=74.67
/proc/15915/task/15917/stat : 15917 (java) R 15912 15912 13008 0 -1 64 188914 0 0 0 7381 86 0 0 25 0 10 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15920] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=887684 CPUtime=0.39
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1147 0 0 0 38 1 0 0 15 0 10 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=887684 CPUtime=0.01
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 1 0 0 15 0 10 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.92
Current children cumulated vsize (KiB) 893040

[startup+96.003 s]
/proc/loadavg: 2.18 2.08 2.02 3/104 15925
/proc/meminfo: memFree=1002624/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=887684 CPUtime=95.1
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 245216 0 1 0 9393 117 0 0 18 0 9 0 2000277114 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 221921 181065 2583 9 0 216481 0
[pid=15915/tid=15916] ppid=15912 vsize=887684 CPUtime=19.99
/proc/15915/task/15916/stat : 15916 (java) R 15912 15912 13008 0 -1 64 54415 0 1 0 1971 28 0 0 25 0 9 0 2000277115 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4126600567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15912 vsize=887684 CPUtime=74.68
/proc/15915/task/15917/stat : 15917 (java) S 15912 15912 13008 0 -1 64 188914 0 0 0 7382 86 0 0 21 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15920] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=887684 CPUtime=0.39
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1147 0 0 0 38 1 0 0 15 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=887684 CPUtime=0.01
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 1 0 0 15 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.1
Current children cumulated vsize (KiB) 893040

[startup+97.6023 s]
/proc/loadavg: 2.18 2.08 2.02 3/104 15925
/proc/meminfo: memFree=1002624/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=887684 CPUtime=96.69
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 245219 0 1 0 9552 117 0 0 18 0 9 0 2000277114 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 221921 181065 2583 9 0 216481 0
[pid=15915/tid=15916] ppid=15912 vsize=887684 CPUtime=21.58
/proc/15915/task/15916/stat : 15916 (java) R 15912 15912 13008 0 -1 64 54418 0 1 0 2130 28 0 0 25 0 9 0 2000277115 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4126623913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15912 vsize=887684 CPUtime=74.69
/proc/15915/task/15917/stat : 15917 (java) S 15912 15912 13008 0 -1 64 188914 0 0 0 7383 86 0 0 18 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15920] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=887684 CPUtime=0.39
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1147 0 0 0 38 1 0 0 15 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=887684 CPUtime=0.01
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 1 0 0 15 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.69
Current children cumulated vsize (KiB) 893040

[startup+98.0084 s]
/proc/loadavg: 2.18 2.08 2.02 3/104 15925
/proc/meminfo: memFree=1002624/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=887684 CPUtime=97.09
/proc/15915/stat : 15915 (java) S 15912 15912 13008 0 -1 0 245220 0 1 0 9592 117 0 0 18 0 9 0 2000277114 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 221921 181065 2583 9 0 216481 0
[pid=15915/tid=15916] ppid=15912 vsize=887684 CPUtime=21.98
/proc/15915/task/15916/stat : 15916 (java) R 15912 15912 13008 0 -1 64 54419 0 1 0 2170 28 0 0 25 0 9 0 2000277115 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 102064727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15917] ppid=15912 vsize=887684 CPUtime=74.69
/proc/15915/task/15917/stat : 15917 (java) S 15912 15912 13008 0 -1 64 188914 0 0 0 7383 86 0 0 17 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15912 13008 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15919] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15912 13008 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2000277117 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15920] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15912 13008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15921] ppid=15912 vsize=887684 CPUtime=0.39
/proc/15915/task/15921/stat : 15921 (java) S 15912 15912 13008 0 -1 64 1147 0 0 0 38 1 0 0 15 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15922] ppid=15912 vsize=887684 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15912 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15915/tid=15923] ppid=15912 vsize=887684 CPUtime=0.01
/proc/15915/task/15923/stat : 15923 (java) S 15912 15912 13008 0 -1 64 4 0 0 0 0 1 0 0 15 0 9 0 2000277119 908988416 181065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.09
Current children cumulated vsize (KiB) 893040

[startup+98.403 s]
/proc/loadavg: 2.18 2.08 2.02 3/104 15925
/proc/meminfo: memFree=1002624/2055920 swapFree=4179680/4192956
[pid=15912] ppid=15910 vsize=5356 CPUtime=0
/proc/15912/stat : 15912 (concrete.sh) S 15910 15912 13008 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000277113 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15912/statm: 1339 242 201 169 0 50 0
[pid=15915] ppid=15912 vsize=0 CPUtime=97.47
/proc/15915/stat : 15915 (java) Z 15912 15912 13008 0 -1 12 245235 0 1 0 9626 121 0 0 16 0 2 0 2000277114 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.47
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 98.4765
CPU time (s): 97.5642
CPU user time (s): 96.2674
CPU system time (s): 1.2968
CPU usage (%): 99.0735
Max. virtual memory (cumulated for all children) (KiB): 893040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.2674
system time used= 1.2968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245686
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3909
involuntary context switches= 5683

runsolver used 0.152976 second user time and 0.401938 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 01:10:45
IDJOB=1080467
IDBENCH=56986
IDSOLVER=303
FILE ID=node54/1080467-1215213045
PBS_JOBID= 7881665
Free space on /tmp= 66504 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-19.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080467-1215213045/watcher-1080467-1215213045 -o /tmp/evaluation-result-1080467-1215213045/solver-1080467-1215213045 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1080467-1215213045.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1747d1b416e764e8901b1c9661f4e113
RANDOM SEED=2021737046

node54.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.279
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.279
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:       1720112 kB
Buffers:         24400 kB
Cached:         161508 kB
SwapCached:       6328 kB
Active:         245336 kB
Inactive:        34136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720112 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:             808 kB
Writeback:           0 kB
Mapped:         110176 kB
Slab:            41120 kB
Committed_AS:  4558228 kB
PageTables:       2128 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= 66504 MiB
End job on node54 at 2008-07-05 01:12:23