Trace number 1109442

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Concrete + CSP4J - Tabu Engine 2008-05-30MSAT (TO)179 3600.09 3617.83

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-16_ext.xml
MD5SUMbda4a79b03f341c30b4158bf507c8eec
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints179
Best CPU time to get the best result obtained on this benchmark1781.32
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

3.76/3.89	c CPU-LOAD 3.18
3.76/3.89	c LOADED 21 V (2 E), 2713 ExtensionConstraintGeneral, arity 15, 3.18 cpu
3.96/4.09	s SATISFIABLE
3.96/4.09	o 770
3.96/4.09	v 1 0 1 1 1 0 0 1 0 1 0 0 1 0 0 1 1 1 1 1 1 
4.06/4.12	o 828
4.06/4.12	v 1 0 1 1 1 0 0 1 0 1 0 0 0 0 0 1 1 1 1 1 1 
4.06/4.15	o 854
4.06/4.15	v 1 0 1 1 1 0 0 1 0 1 0 0 0 0 1 1 1 1 1 1 1 
5.05/5.15	o 915
5.05/5.15	v 1 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 
5.05/5.18	o 1038
5.05/5.18	v 0 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 
5.15/5.20	o 1149
5.15/5.20	v 0 0 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 
5.15/5.24	o 1254
5.15/5.24	v 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
5.25/5.32	o 1499
5.25/5.32	v 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 
6.64/6.76	o 1543
6.64/6.76	v 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 
6.74/6.86	o 2534
6.74/6.86	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 

Verifier Data (download as text)

OK	179	2534
179 unsatisfied constraints, 2534 satisfied constraints

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-1109442-1215803701/watcher-1109442-1215803701 -o /tmp/evaluation-result-1109442-1215803701/solver-1109442-1215803701 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -max -s Tabu HOME/instance-1109442-1215803701.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 0.84 0.95 0.98 6/73 13661
/proc/meminfo: memFree=1782560/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 271 0 0 0 0 0 0 0 19 0 1 0 37072363 5484544 230 996147200 4194304 4889804 548682068752 18446744073709551615 255236735058 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/13657/statm: 1339 230 191 169 0 50 0
[pid=13660] ppid=13657 vsize=0 CPUtime=0
/proc/13660/stat : 13660 (dirname) R 13657 13657 13607 0 -1 4194308 128 0 0 0 0 0 0 0 18 0 1 0 37072363 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13660/statm: 0 0 0 0 0 0 0

[startup+0.0365551 s]
/proc/loadavg: 0.84 0.95 0.98 6/73 13661
/proc/meminfo: memFree=1782560/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101599 s]
/proc/loadavg: 0.84 0.95 0.98 6/73 13661
/proc/meminfo: memFree=1782560/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301635 s]
/proc/loadavg: 0.84 0.95 0.98 6/73 13661
/proc/meminfo: memFree=1782560/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70171 s]
/proc/loadavg: 0.84 0.95 0.98 6/73 13661
/proc/meminfo: memFree=1782560/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50286 s]
/proc/loadavg: 0.84 0.95 0.98 3/91 13681
/proc/meminfo: memFree=1760464/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=844096 CPUtime=1.47
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 5262 0 1 0 143 4 0 0 18 0 9 0 37072364 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211024 4632 1820 9 0 205592 0
[pid=13663/tid=13667] ppid=13657 vsize=844096 CPUtime=1.28
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3045 0 1 0 126 2 0 0 25 0 9 0 37072365 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4125753058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=844096 CPUtime=0.03
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 994 0 0 0 3 0 0 0 16 0 9 0 37072366 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=844096 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=844096 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37072367 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=844096 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=844096 CPUtime=0.13
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 492 0 0 0 13 0 0 0 16 0 9 0 37072369 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=844096 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=844096 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 864354304 4632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 849452

[startup+3.10116 s]
/proc/loadavg: 0.84 0.95 0.98 4/91 13681
/proc/meminfo: memFree=1756752/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=844212 CPUtime=3.07
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 6542 0 1 0 302 5 0 0 18 0 9 0 37072364 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211053 5672 2566 9 0 205621 0
[pid=13663/tid=13667] ppid=13657 vsize=844212 CPUtime=2.79
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3106 0 1 0 277 2 0 0 25 0 9 0 37072365 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4125853296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=844212 CPUtime=0.11
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 2197 0 0 0 10 1 0 0 16 0 9 0 37072366 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=844212 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=844212 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 37072367 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=844212 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=844212 CPUtime=0.14
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 508 0 0 0 14 0 0 0 16 0 9 0 37072369 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=844212 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=844212 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 864473088 5672 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 849568

[startup+6.30276 s]
/proc/loadavg: 0.93 0.97 0.99 3/91 13683
/proc/meminfo: memFree=1730384/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=6.25
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9849 0 1 0 618 7 0 0 18 0 9 0 37072364 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8917 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=5.57
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 554 3 0 0 25 0 9 0 37072365 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4126112692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 542 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 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) 850600

[startup+12.702 s]
/proc/loadavg: 1.02 0.98 0.99 4/91 13683
/proc/meminfo: memFree=1730128/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=12.62
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9849 0 1 0 1255 7 0 0 18 0 9 0 37072364 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8917 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=11.94
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 1191 3 0 0 25 0 9 0 37072365 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4126015175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 542 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 850600

[startup+25.5024 s]
/proc/loadavg: 1.24 1.03 1.01 3/91 13683
/proc/meminfo: memFree=1730064/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=25.35
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9849 0 1 0 2528 7 0 0 18 0 9 0 37072364 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8917 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=24.67
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 2464 3 0 0 25 0 9 0 37072365 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4126112595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 542 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8917 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 850600

[startup+51.1022 s]

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

/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 543 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3325.93
Current children cumulated vsize (KiB) 850600

[startup+3402.31 s]
/proc/loadavg: 2.14 2.07 1.96 3/91 13691
/proc/meminfo: memFree=1728400/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=3385.64
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9850 0 1 0 338546 18 0 0 18 0 9 0 37072364 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8918 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=3384.96
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 338482 14 0 0 25 0 9 0 37072365 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4126112637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 543 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3385.64
Current children cumulated vsize (KiB) 850600

[startup+3462.3 s]
/proc/loadavg: 2.13 2.08 1.97 4/91 13691
/proc/meminfo: memFree=1728208/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=3445.35
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9850 0 1 0 344516 19 0 0 18 0 9 0 37072364 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8918 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=3444.66
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 344452 14 0 0 25 0 9 0 37072365 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4126112595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 543 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3445.35
Current children cumulated vsize (KiB) 850600

[startup+3522.3 s]
/proc/loadavg: 2.16 2.11 1.98 4/91 13691
/proc/meminfo: memFree=1728144/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=3505.06
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9850 0 1 0 350487 19 0 0 18 0 9 0 37072364 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8918 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=3504.38
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 350423 15 0 0 25 0 9 0 37072365 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4126114599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 543 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3505.06
Current children cumulated vsize (KiB) 850600

[startup+3582.3 s]
/proc/loadavg: 2.13 2.12 2.00 3/91 13691
/proc/meminfo: memFree=1728144/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=3564.76
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9850 0 1 0 356457 19 0 0 18 0 9 0 37072364 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8918 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=3564.09
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 356394 15 0 0 25 0 9 0 37072365 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4126112637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 543 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3564.76
Current children cumulated vsize (KiB) 850600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.8 s]
/proc/loadavg: 2.15 2.13 2.00 5/91 13691
/proc/meminfo: memFree=1728144/2055920 swapFree=4180964/4192956
[pid=13657] ppid=13654 vsize=5356 CPUtime=0
/proc/13657/stat : 13657 (concrete.sh) S 13654 13657 13607 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 37072363 5484544 242 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13657/statm: 1339 242 201 169 0 50 0
[pid=13663] ppid=13657 vsize=845244 CPUtime=3600.09
/proc/13663/stat : 13663 (java) S 13657 13657 13607 0 -1 0 9850 0 1 0 359990 19 0 0 18 0 9 0 37072364 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13663/statm: 211311 8918 2572 9 0 205878 0
[pid=13663/tid=13667] ppid=13657 vsize=845244 CPUtime=3599.42
/proc/13663/task/13667/stat : 13667 (java) R 13657 13657 13607 0 -1 64 3360 0 1 0 359927 15 0 0 25 0 9 0 37072365 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4126112704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13669] ppid=13657 vsize=845244 CPUtime=0.44
/proc/13663/task/13669/stat : 13669 (java) S 13657 13657 13607 0 -1 64 5211 0 0 0 42 2 0 0 16 0 9 0 37072366 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13671] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13671/stat : 13671 (java) S 13657 13657 13607 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13673] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13673/stat : 13673 (java) S 13657 13657 13607 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 37072367 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13676] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13676/stat : 13676 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13677] ppid=13657 vsize=845244 CPUtime=0.2
/proc/13663/task/13677/stat : 13677 (java) S 13657 13657 13607 0 -1 64 543 0 0 0 20 0 0 0 16 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13680] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13680/stat : 13680 (java) S 13657 13657 13607 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13663/tid=13681] ppid=13657 vsize=845244 CPUtime=0
/proc/13663/task/13681/stat : 13681 (java) S 13657 13657 13607 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37072369 865529856 8918 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 850600

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

Real time (s): 3617.83
CPU time (s): 3600.09
CPU user time (s): 3599.9
CPU system time (s): 0.19
CPU usage (%): 99.5098
Max. virtual memory (cumulated for all children) (KiB): 850788

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

runsolver used 4.40833 second user time and 12.0512 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-11 21:15:01
IDJOB=1109442
IDBENCH=60964
IDSOLVER=336
FILE ID=node19/1109442-1215803701
PBS_JOBID= 7903270
Free space on /tmp= 66560 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-16_ext.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -max -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109442-1215803701/watcher-1109442-1215803701 -o /tmp/evaluation-result-1109442-1215803701/solver-1109442-1215803701 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -max -s Tabu HOME/instance-1109442-1215803701.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bda4a79b03f341c30b4158bf507c8eec
RANDOM SEED=1425314737

node19.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:       1783976 kB
Buffers:         41032 kB
Cached:         156812 kB
SwapCached:       6360 kB
Active:          55528 kB
Inactive:       151596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783976 kB
SwapTotal:     4192956 kB
SwapFree:      4180964 kB
Dirty:            2768 kB
Writeback:           0 kB
Mapped:          14300 kB
Slab:            50312 kB
Committed_AS:   115216 kB
PageTables:       1764 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node19 at 2008-07-11 22:15:21