Trace number 1070892

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CPS4J 2008-05-30SAT 133.931 136.335

DiagnosticValue
CHECKS2587760
NODES134

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle22.xml
MD5SUMf276a46bd828722ff96f92f095d5cf90
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.218966
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data (download as text)

72.39/74.41	c Fri Jul 04 12:32:22 CEST 2008 concrete.ResourceController isOutOfTime
72.39/74.41	c WARNING: Out of time
132.55/134.92	c CPU-LOAD 67.75
132.55/134.92	c LOADED 132 V (26 E), 60 ExtensionConstraintGeneral, 602 PredicateConstraint, arity 26, 67.75 cpu
133.73/136.16	v 0 1 0 2 0 1 0 0 1 0 18 1 0 1 0 0 7 18 2 0 1 0 1 17 0 13 17 4 2 2 7 4 17 4 18 2 0 15 14 11 14 6 8 18 19 18 11 4 13 19 0 3 0 0 18 8 0 1 4 0 2 7 1 8 0 18 13 8 11 4 1 11 4 0 10 18 19 0 24 18 19 0 1 12 0 0 15 4 17 8 18 7 0 1 8 11 8 19 24 0 6 8 14 4 11 8 8 3 4 0 2 0 4 13 11 0 17 18 4 0 11 0 11 12 18 18 4 0 12 4 3 4 
133.73/136.16	s SATISFIABLE
133.73/136.16	d NODES 134
133.73/136.16	d CHECKS 2587755
133.73/136.16	c gac3-effective-revisions: 428
133.73/136.16	c gac3-useless-revisions: 104252
133.73/136.16	c heuristic-cpu: 0.0
133.73/136.16	c prepro-constraint-ccks: 1130328
133.73/136.16	c prepro-constraint-presenceccks: 141466
133.73/136.16	c prepro-cpu: 0.24
133.73/136.16	c prepro-matrix2d-ccks: 0
133.73/136.16	c prepro-matrix2d-presenceccks: 0
133.73/136.16	c prepro-removed: 56
133.73/136.16	c search-cpu: 0.75
133.73/136.16	c total-assgn: 134
133.73/136.16	c total-constraint-ccks: 2587755
133.73/136.16	c total-constraint-presence-ccks: 1534458
133.73/136.16	c total-cpu: 0.99
133.73/136.16	c total-matrix2d-ccks: 0
133.73/136.16	c total-matrix2d-presence-ccks: 0
133.73/136.16	c tuples: 0
133.73/136.16	c tuples-collisions: 0
133.73/136.16	c TOTAL-NODES 134
133.73/136.16	c TOTAL-CPU 0.99

Verifier Data (download as text)

OK

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-1070892-1215167467/watcher-1070892-1215167467 -o /tmp/evaluation-result-1070892-1215167467/solver-1070892-1215167467 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1070892-1215167467.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.77 1.92 1.97 3/68 26337
/proc/meminfo: memFree=1732840/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=0 CPUtime=0
/proc/26339/stat : 26339 (concrete.sh) R 26337 26337 25002 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1546418935 0 0 996147200 0 0 0 18446744073709551615 268213742887 0 0 4096 0 0 0 0 17 1 0 0
/proc/26339/statm: 1 0 0 0 0 1 0

[startup+0.022851 s]
/proc/loadavg: 1.77 1.92 1.97 3/68 26337
/proc/meminfo: memFree=1732840/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=834748 CPUtime=0
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 1210 0 1 0 0 0 0 0 18 0 2 0 1546418935 854781952 919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 208687 921 510 9 0 203666 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 840104

[startup+0.102673 s]
/proc/loadavg: 1.77 1.92 1.97 3/68 26337
/proc/meminfo: memFree=1732840/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=843784 CPUtime=0.09
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 3497 0 1 0 8 1 0 0 18 0 9 0 1546418935 864034816 2944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 210946 2945 1701 9 0 205523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 849140

[startup+0.301699 s]
/proc/loadavg: 1.77 1.92 1.97 3/68 26337
/proc/meminfo: memFree=1732840/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=844220 CPUtime=0.35
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 5057 0 1 0 32 3 0 0 18 0 9 0 1546418935 864481280 4461 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 211055 4461 1817 9 0 205623 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 849576

[startup+0.701742 s]
/proc/loadavg: 1.77 1.92 1.97 3/68 26337
/proc/meminfo: memFree=1732840/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=845736 CPUtime=0.79
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 6826 0 1 0 75 4 0 0 18 0 10 0 1546418935 866033664 5895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 211434 5895 2579 9 0 205995 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 851092

[startup+1.50284 s]
/proc/loadavg: 1.77 1.92 1.97 4/84 26359
/proc/meminfo: memFree=1709544/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=847436 CPUtime=1.59
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 32789 0 1 0 142 17 0 0 18 0 10 0 1546418935 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 211859 31760 2582 9 0 206419 0
[pid=26339/tid=26341] ppid=26337 vsize=847436 CPUtime=1.06
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 28399 0 1 0 92 14 0 0 21 0 10 0 1546418936 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=847436 CPUtime=0.18
/proc/26339/task/26342/stat : 26342 (java) S 26337 26337 25002 0 -1 64 2579 0 0 0 17 1 0 0 16 0 10 0 1546418937 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=847436 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546418937 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=847436 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546418937 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=847436 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=847436 CPUtime=0.32
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1075 0 0 0 32 0 0 0 16 0 10 0 1546418939 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=847436 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=847436 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26359] ppid=26337 vsize=847436 CPUtime=0
/proc/26339/task/26359/stat : 26359 (java) S 26337 26337 25002 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1546419005 867774464 31760 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 852792

[startup+3.10301 s]
/proc/loadavg: 1.79 1.92 1.97 4/84 26359
/proc/meminfo: memFree=1463784/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=855628 CPUtime=3.19
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 106052 0 1 0 271 48 0 0 18 0 10 0 1546418935 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 213907 105016 2582 9 0 208467 0
[pid=26339/tid=26341] ppid=26337 vsize=855628 CPUtime=1.6
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 72475 0 1 0 127 33 0 0 25 0 10 0 1546418936 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=855628 CPUtime=1.23
/proc/26339/task/26342/stat : 26342 (java) R 26337 26337 25002 0 -1 64 31766 0 0 0 110 13 0 0 17 0 10 0 1546418937 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 104185411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=855628 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546418937 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=855628 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546418937 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=855628 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=855628 CPUtime=0.32
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1075 0 0 0 32 0 0 0 16 0 10 0 1546418939 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=855628 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=855628 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26359] ppid=26337 vsize=855628 CPUtime=0
/proc/26339/task/26359/stat : 26359 (java) S 26337 26337 25002 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1546419005 876163072 105016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 860984

[startup+6.30138 s]
/proc/loadavg: 1.79 1.92 1.97 4/84 26359
/proc/meminfo: memFree=1161704/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=878316 CPUtime=6.37
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 170534 0 1 0 562 75 0 0 18 0 10 0 1546418935 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 219579 169491 2582 9 0 214139 0
[pid=26339/tid=26341] ppid=26337 vsize=878316 CPUtime=2.28
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 80732 0 1 0 191 37 0 0 16 0 10 0 1546418936 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 103826238 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=878316 CPUtime=3.74
/proc/26339/task/26342/stat : 26342 (java) R 26337 26337 25002 0 -1 64 87991 0 0 0 338 36 0 0 25 0 10 0 1546418937 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=878316 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546418937 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=878316 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546418937 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=878316 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=878316 CPUtime=0.32
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1075 0 0 0 32 0 0 0 16 0 10 0 1546418939 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=878316 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=878316 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26359] ppid=26337 vsize=878316 CPUtime=0
/proc/26339/task/26359/stat : 26359 (java) S 26337 26337 25002 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1546419005 899395584 169491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 883672

[startup+12.7021 s]
/proc/loadavg: 1.82 1.93 1.97 3/84 26359
/proc/meminfo: memFree=930088/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=893124 CPUtime=12.73
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 201808 0 1 0 1185 88 0 0 18 0 10 0 1546418935 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 223281 200761 2582 9 0 217841 0
[pid=26339/tid=26341] ppid=26337 vsize=893124 CPUtime=2.75
/proc/26339/task/26341/stat : 26341 (java) S 26337 26337 25002 0 -1 64 84342 0 1 0 237 38 0 0 17 0 10 0 1546418936 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=893124 CPUtime=9.63
/proc/26339/task/26342/stat : 26342 (java) R 26337 26337 25002 0 -1 64 115655 0 0 0 915 48 0 0 25 0 10 0 1546418937 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=893124 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546418937 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=893124 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546418937 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=893124 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=893124 CPUtime=0.32
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1075 0 0 0 32 0 0 0 16 0 10 0 1546418939 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=893124 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=893124 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26359] ppid=26337 vsize=893124 CPUtime=0
/proc/26339/task/26359/stat : 26359 (java) S 26337 26337 25002 0 -1 64 4 0 0 0 0 0 0 0 18 0 10 0 1546419005 914558976 200761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 898480

[startup+25.5016 s]
/proc/loadavg: 1.85 1.93 1.97 3/84 26359
/proc/meminfo: memFree=927464/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=896260 CPUtime=25.47
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 202485 0 1 0 2458 89 0 0 18 0 10 0 1546418935 917770240 201424 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 224065 201424 2582 9 0 218625 0

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

[pid=26339/tid=26345] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=896260 CPUtime=0.39
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1163 0 0 0 39 0 0 0 16 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26479] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26479/stat : 26479 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546426391 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 112.86
Current children cumulated vsize (KiB) 901616

[startup+127.902 s]
/proc/loadavg: 2.38 2.06 2.01 4/94 26552
/proc/meminfo: memFree=134552/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=896260 CPUtime=125.58
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 203256 0 1 0 12463 95 0 0 18 0 10 0 1546418935 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 224065 201583 2594 9 0 218625 0
[pid=26339/tid=26341] ppid=26337 vsize=896260 CPUtime=60.84
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 85680 0 1 0 6042 42 0 0 25 0 10 0 1546418936 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4126833944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=896260 CPUtime=64.31
/proc/26339/task/26342/stat : 26342 (java) S 26337 26337 25002 0 -1 64 115675 0 0 0 6380 51 0 0 16 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=896260 CPUtime=0.39
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1163 0 0 0 39 0 0 0 16 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26479] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26479/stat : 26479 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546426391 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 125.58
Current children cumulated vsize (KiB) 901616

[startup+131.103 s]
/proc/loadavg: 2.38 2.06 2.01 3/94 26552
/proc/meminfo: memFree=134552/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=896260 CPUtime=128.76
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 203260 0 1 0 12781 95 0 0 18 0 10 0 1546418935 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 224065 201583 2594 9 0 218625 0
[pid=26339/tid=26341] ppid=26337 vsize=896260 CPUtime=64.02
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 85684 0 1 0 6360 42 0 0 25 0 10 0 1546418936 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 103282647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=896260 CPUtime=64.31
/proc/26339/task/26342/stat : 26342 (java) S 26337 26337 25002 0 -1 64 115675 0 0 0 6380 51 0 0 16 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=896260 CPUtime=0.39
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1163 0 0 0 39 0 0 0 16 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26479] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26479/stat : 26479 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546426391 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 128.76
Current children cumulated vsize (KiB) 901616

[startup+134.303 s]
/proc/loadavg: 2.35 2.06 2.01 3/94 26552
/proc/meminfo: memFree=134552/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=896260 CPUtime=131.95
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 203264 0 1 0 13099 96 0 0 18 0 10 0 1546418935 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 224065 201583 2594 9 0 218625 0
[pid=26339/tid=26341] ppid=26337 vsize=896260 CPUtime=67.2
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 85688 0 1 0 6678 42 0 0 25 0 10 0 1546418936 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4126835687 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=896260 CPUtime=64.32
/proc/26339/task/26342/stat : 26342 (java) S 26337 26337 25002 0 -1 64 115675 0 0 0 6381 51 0 0 16 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1546418937 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=896260 CPUtime=0.39
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1163 0 0 0 39 0 0 0 16 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26339/tid=26479] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26479/stat : 26479 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546426391 917770240 201583 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 131.95
Current children cumulated vsize (KiB) 901616

[startup+135.102 s]
/proc/loadavg: 2.35 2.06 2.01 3/94 26552
/proc/meminfo: memFree=134552/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=896260 CPUtime=132.75
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 203303 0 1 0 13178 97 0 0 18 0 10 0 1546418935 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 224065 184847 2596 9 0 218625 0
[pid=26339/tid=26341] ppid=26337 vsize=896260 CPUtime=67.84
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 85707 0 1 0 6741 43 0 0 25 0 10 0 1546418936 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4125203646 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=896260 CPUtime=64.49
/proc/26339/task/26342/stat : 26342 (java) S 26337 26337 25002 0 -1 64 115691 0 0 0 6397 52 0 0 17 0 10 0 1546418937 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546418937 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 7 0 0 0 0 0 0 0 16 0 10 0 1546418937 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 1546418939 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=896260 CPUtime=0.4
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1166 0 0 0 40 0 0 0 16 0 10 0 1546418939 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1546418939 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546418939 917770240 184847 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 132.75
Current children cumulated vsize (KiB) 901616

[startup+135.901 s]
/proc/loadavg: 2.35 2.06 2.01 4/94 26553
/proc/meminfo: memFree=201488/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=896260 CPUtime=133.53
/proc/26339/stat : 26339 (java) S 26337 26337 25002 0 -1 0 203342 0 1 0 13256 97 0 0 18 0 9 0 1546418935 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26339/statm: 224065 184883 2596 9 0 218625 0
[pid=26339/tid=26341] ppid=26337 vsize=896260 CPUtime=68.57
/proc/26339/task/26341/stat : 26341 (java) R 26337 26337 25002 0 -1 64 85711 0 1 0 6814 43 0 0 25 0 9 0 1546418936 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4127026646 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=896260 CPUtime=64.49
/proc/26339/task/26342/stat : 26342 (java) S 26337 26337 25002 0 -1 64 115691 0 0 0 6397 52 0 0 16 0 9 0 1546418937 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26343] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26343/stat : 26343 (java) S 26337 26337 25002 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1546418937 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26344] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26344/stat : 26344 (java) S 26337 26337 25002 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 1546418937 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26345] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26345/stat : 26345 (java) S 26337 26337 25002 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 1546418939 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26346] ppid=26337 vsize=896260 CPUtime=0.45
/proc/26339/task/26346/stat : 26346 (java) S 26337 26337 25002 0 -1 64 1200 0 0 0 45 0 0 0 16 0 9 0 1546418939 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26347] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26347/stat : 26347 (java) S 26337 26337 25002 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1546418939 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26339/tid=26348] ppid=26337 vsize=896260 CPUtime=0
/proc/26339/task/26348/stat : 26348 (java) S 26337 26337 25002 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1546418939 917770240 184883 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.53
Current children cumulated vsize (KiB) 901616

[startup+136.302 s]
/proc/loadavg: 2.32 2.06 2.01 3/86 26554
/proc/meminfo: memFree=748496/2055920 swapFree=4097924/4192956
[pid=26337] ppid=26335 vsize=5356 CPUtime=0
/proc/26337/stat : 26337 (concrete.sh) S 26335 26337 25002 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1546418935 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26337/statm: 1339 242 201 169 0 50 0
[pid=26339] ppid=26337 vsize=0 CPUtime=133.88
/proc/26339/stat : 26339 (java) Z 26337 26337 25002 0 -1 12 203354 0 1 0 13282 106 0 0 16 0 2 0 1546418935 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26339/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 133.88
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 136.335
CPU time (s): 133.931
CPU user time (s): 132.831
CPU system time (s): 1.09983
CPU usage (%): 98.2366
Max. virtual memory (cumulated for all children) (KiB): 901616

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

runsolver used 0.173973 second user time and 0.463929 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 12:31:07
IDJOB=1070892
IDBENCH=56003
IDSOLVER=305
FILE ID=node32/1070892-1215167467
PBS_JOBID= 7881402
Free space on /tmp= 66548 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle22.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070892-1215167467/watcher-1070892-1215167467 -o /tmp/evaluation-result-1070892-1215167467/solver-1070892-1215167467 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1070892-1215167467.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f276a46bd828722ff96f92f095d5cf90
RANDOM SEED=1496378640

node32.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.218
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.218
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:       1733256 kB
Buffers:         34444 kB
Cached:         111840 kB
SwapCached:      88316 kB
Active:         220068 kB
Inactive:        50256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733256 kB
SwapTotal:     4192956 kB
SwapFree:      4097924 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:         129396 kB
Slab:            37524 kB
Committed_AS:  3219124 kB
PageTables:       1944 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= 66544 MiB
End job on node32 at 2008-07-04 12:33:24