Trace number 1048902

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CSP4J - Tabu Engine 2008-05-30UNSAT 355.62 358.476

DiagnosticValue
CHECKS3956
NODES0

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.51962
Satisfiable
(Un)Satisfiability was proved
Number of variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
Global constraints used (with number of constraints)

Solver Data (download as text)

353.79/356.62	c CPU-LOAD 344.35
353.79/356.62	c LOADED 20820 V (2 E), 28128 ExtensionConstraint2D, 16516 PredicateConstraint, arity 6, 344.35 cpu
355.57/358.41	s UNSATISFIABLE
355.57/358.41	d NODES 0
355.57/358.41	d CHECKS 3956
355.57/358.41	c gac3-effective-revisions: 397
355.57/358.41	c gac3-useless-revisions: 3204
355.57/358.41	c prepro-constraint-ccks: 1918
355.57/358.41	c prepro-constraint-presenceccks: 2043
355.57/358.41	c prepro-cpu: 1.1
355.57/358.41	c prepro-matrix2d-ccks: 2038
355.57/358.41	c prepro-matrix2d-presenceccks: 2205
355.57/358.41	c prepro-removed: 397
355.57/358.41	c total-assgn: 0
355.57/358.41	c total-constraint-ccks: 1918
355.57/358.41	c total-constraint-presence-ccks: 2043
355.57/358.41	c total-cpu: 1.12
355.57/358.41	c total-matrix2d-ccks: 2038
355.57/358.41	c total-matrix2d-presence-ccks: 2205
355.57/358.41	c tuples: 0
355.57/358.41	c tuples-collisions: 0
355.57/358.41	c TOTAL-NODES 0
355.57/358.41	c TOTAL-CPU 1.12

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048902-1215044221/watcher-1048902-1215044221 -o /tmp/evaluation-result-1048902-1215044221/solver-1048902-1215044221 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1048902-1215044221.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.97 1.98 1.99 4/70 23340
/proc/meminfo: memFree=1881104/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) R 23338 23340 20972 0 -1 4194304 301 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 4414739 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=5356 CPUtime=0
/proc/23342/stat : 23342 (concrete.sh) D 23340 23340 20972 0 -1 4194368 15 0 0 0 0 0 0 0 16 0 1 0 238895933 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264776999 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/23342/statm: 1339 242 201 169 0 50 0

[startup+0.0722789 s]
/proc/loadavg: 1.97 1.98 1.99 4/70 23340
/proc/meminfo: memFree=1881104/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=843020 CPUtime=0.05
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 3125 0 1 0 4 1 0 0 18 0 9 0 238895933 863252480 2622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 210755 2622 1576 9 0 205333 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 848376

[startup+0.101283 s]
/proc/loadavg: 1.97 1.98 1.99 4/70 23340
/proc/meminfo: memFree=1881104/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=843140 CPUtime=0.09
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 3450 0 1 0 7 2 0 0 18 0 9 0 238895933 863375360 2903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 210785 2903 1680 9 0 205362 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 848496

[startup+0.301303 s]
/proc/loadavg: 1.97 1.98 1.99 4/70 23340
/proc/meminfo: memFree=1881104/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=844064 CPUtime=0.32
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 4661 0 1 0 30 2 0 0 18 0 9 0 238895933 864321536 4074 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 211016 4074 1811 9 0 205584 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 849420

[startup+0.701348 s]
/proc/loadavg: 1.97 1.98 1.99 4/70 23340
/proc/meminfo: memFree=1881104/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=844552 CPUtime=0.77
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 5956 0 1 0 73 4 0 0 18 0 9 0 238895933 864821248 5260 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 211138 5260 1963 9 0 205699 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 849908

[startup+1.50143 s]
/proc/loadavg: 1.97 1.98 1.99 4/83 23375
/proc/meminfo: memFree=1858536/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=844436 CPUtime=1.56
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 7282 0 1 0 151 5 0 0 18 0 9 0 238895933 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 211109 6338 2574 9 0 205670 0
[pid=23342/tid=23344] ppid=23340 vsize=844436 CPUtime=1.24
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 3457 0 1 0 123 1 0 0 25 0 9 0 238895934 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4125843152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23345] ppid=23340 vsize=844436 CPUtime=0.15
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 2558 0 0 0 14 1 0 0 16 0 9 0 238895935 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23346] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23347] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 238895935 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23348] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=844436 CPUtime=0.13
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 535 0 0 0 13 0 0 0 16 0 9 0 238895937 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23350] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 864702464 6338 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 849792

[startup+3.10261 s]
/proc/loadavg: 1.97 1.98 1.99 4/83 23375
/proc/meminfo: memFree=1840104/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=844436 CPUtime=3.16
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 7905 0 1 0 310 6 0 0 18 0 9 0 238895933 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 211109 6804 2574 9 0 205670 0
[pid=23342/tid=23344] ppid=23340 vsize=844436 CPUtime=2.67
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 3614 0 1 0 265 2 0 0 25 0 9 0 238895934 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4125796258 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23345] ppid=23340 vsize=844436 CPUtime=0.32
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 3024 0 0 0 30 2 0 0 16 0 9 0 238895935 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23346] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23347] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 238895935 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23348] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=844436 CPUtime=0.13
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 535 0 0 0 13 0 0 0 16 0 9 0 238895937 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23350] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 864702464 6804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 849792

[startup+6.30477 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 23402
/proc/meminfo: memFree=1842984/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=844436 CPUtime=6.32
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 8679 0 1 0 622 10 0 0 18 0 9 0 238895933 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 211109 7322 2574 9 0 205670 0
[pid=23342/tid=23344] ppid=23340 vsize=844436 CPUtime=5.68
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 3870 0 1 0 565 3 0 0 25 0 9 0 238895934 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4125938252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=844436 CPUtime=0.47
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 3542 0 0 0 43 4 0 0 16 0 9 0 238895935 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23347] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 238895935 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23348] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=844436 CPUtime=0.13
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 535 0 0 0 13 0 0 0 16 0 9 0 238895937 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23350] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 864702464 7322 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 849792

[startup+12.7016 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 23402
/proc/meminfo: memFree=1836592/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=844436 CPUtime=12.65
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 10976 0 1 0 1251 14 0 0 18 0 9 0 238895933 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 211109 8046 2574 9 0 205670 0
[pid=23342/tid=23344] ppid=23340 vsize=844436 CPUtime=11.66
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 4299 0 1 0 1161 5 0 0 25 0 9 0 238895934 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4125796268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=844436 CPUtime=0.82
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 5410 0 0 0 75 7 0 0 16 0 9 0 238895935 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23347] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 238895935 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23348] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=844436 CPUtime=0.13
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 535 0 0 0 13 0 0 0 16 0 9 0 238895937 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23350] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 864702464 8046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 849792

[startup+25.502 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 23429
/proc/meminfo: memFree=1777584/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=844436 CPUtime=25.36
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 12350 0 1 0 2516 20 0 0 18 0 9 0 238895933 864702464 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 211109 8874 2574 9 0 205670 0
[pid=23342/tid=23344] ppid=23340 vsize=844436 CPUtime=23.96
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 4845 0 1 0 2388 8 0 0 25 0 9 0 238895934 864702464 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4125940764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=844436 CPUtime=1.24
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 6238 0 0 0 114 10 0 0 16 0 9 0 238895935 864702464 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 864702464 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23342/tid=23347] ppid=23340 vsize=844436 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 238895935 864702464 8874 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+355.102 s]
/proc/loadavg: 2.17 2.05 2.01 3/93 25036
/proc/meminfo: memFree=1693072/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=850896 CPUtime=352.3
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 40086 0 1 0 35138 92 0 0 18 0 10 0 238895933 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 212724 28753 2585 9 0 207284 0
[pid=23342/tid=23344] ppid=23340 vsize=850896 CPUtime=343.94
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 10259 0 1 0 34354 40 0 0 25 0 10 0 238895934 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=850896 CPUtime=7.77
/proc/23342/task/23345/stat : 23345 (java) R 23340 23340 20972 0 -1 64 26814 0 0 0 728 49 0 0 16 0 10 0 238895935 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 104185911 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 238895935 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 238895935 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 238895937 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=850896 CPUtime=0.56
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 2274 0 0 0 55 1 0 0 16 0 10 0 238895937 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 238895937 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 238895937 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=24900] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/24900/stat : 24900 (java) S 23340 23340 20972 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 238926175 871317504 28753 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 352.3
Current children cumulated vsize (KiB) 856252

[startup+356.702 s]
/proc/loadavg: 2.17 2.05 2.01 4/92 25036
/proc/meminfo: memFree=1667152/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=850896 CPUtime=353.89
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 46961 0 1 0 35294 95 0 0 18 0 9 0 238895933 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 212724 35109 2585 9 0 207284 0
[pid=23342/tid=23344] ppid=23340 vsize=850896 CPUtime=344.44
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 10675 0 1 0 34404 40 0 0 25 0 9 0 238895934 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=850896 CPUtime=8.83
/proc/23342/task/23345/stat : 23345 (java) R 23340 23340 20972 0 -1 64 33259 0 0 0 831 52 0 0 16 0 9 0 238895935 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=850896 CPUtime=0.58
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 2285 0 0 0 57 1 0 0 15 0 9 0 238895937 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 871317504 35109 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 353.89
Current children cumulated vsize (KiB) 856252

[startup+357.507 s]
/proc/loadavg: 2.17 2.05 2.01 3/92 25037
/proc/meminfo: memFree=1664272/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=850896 CPUtime=354.68
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 47410 0 1 0 35373 95 0 0 18 0 9 0 238895933 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 212724 35555 2585 9 0 207284 0
[pid=23342/tid=23344] ppid=23340 vsize=850896 CPUtime=344.68
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 10678 0 1 0 34428 40 0 0 25 0 9 0 238895934 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4127405911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=850896 CPUtime=9.38
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 33698 0 0 0 886 52 0 0 16 0 9 0 238895935 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=850896 CPUtime=0.59
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 2291 0 0 0 58 1 0 0 15 0 9 0 238895937 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 871317504 35555 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 354.68
Current children cumulated vsize (KiB) 856252

[startup+357.902 s]
/proc/loadavg: 2.17 2.05 2.01 3/92 25037
/proc/meminfo: memFree=1664272/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=850896 CPUtime=355.07
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 47415 0 1 0 35412 95 0 0 18 0 9 0 238895933 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 212724 35556 2585 9 0 207284 0
[pid=23342/tid=23344] ppid=23340 vsize=850896 CPUtime=345.06
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 10682 0 1 0 34466 40 0 0 25 0 9 0 238895934 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4127406100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=850896 CPUtime=9.38
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 33698 0 0 0 886 52 0 0 16 0 9 0 238895935 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=850896 CPUtime=0.59
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 2292 0 0 0 58 1 0 0 15 0 9 0 238895937 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 871317504 35556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 355.07
Current children cumulated vsize (KiB) 856252

[startup+358.301 s]
/proc/loadavg: 2.17 2.05 2.01 3/92 25037
/proc/meminfo: memFree=1664272/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=850896 CPUtime=355.48
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 47420 0 1 0 35452 96 0 0 18 0 9 0 238895933 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 212724 35557 2585 9 0 207284 0
[pid=23342/tid=23344] ppid=23340 vsize=850896 CPUtime=345.46
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 10686 0 1 0 34506 40 0 0 25 0 9 0 238895934 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4127406100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=850896 CPUtime=9.38
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 33698 0 0 0 886 52 0 0 16 0 9 0 238895935 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=850896 CPUtime=0.6
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 2293 0 0 0 59 1 0 0 16 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) S 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 355.48
Current children cumulated vsize (KiB) 856252

[startup+358.401 s]
/proc/loadavg: 2.17 2.05 2.01 3/92 25037
/proc/meminfo: memFree=1664272/2055920 swapFree=4180812/4192956
[pid=23340] ppid=23338 vsize=5356 CPUtime=0
/proc/23340/stat : 23340 (concrete.sh) S 23338 23340 20972 0 -1 4194304 315 128 0 0 0 0 0 0 16 0 1 0 238895932 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23340/statm: 1339 242 201 169 0 50 0
[pid=23342] ppid=23340 vsize=850896 CPUtime=355.57
/proc/23342/stat : 23342 (java) S 23340 23340 20972 0 -1 0 47421 0 1 0 35461 96 0 0 18 0 9 0 238895933 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23342/statm: 212724 35557 2585 9 0 207284 0
[pid=23342/tid=23344] ppid=23340 vsize=850896 CPUtime=345.55
/proc/23342/task/23344/stat : 23344 (java) R 23340 23340 20972 0 -1 64 10687 0 1 0 34515 40 0 0 25 0 9 0 238895934 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4127406100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23345] ppid=23340 vsize=850896 CPUtime=9.38
/proc/23342/task/23345/stat : 23345 (java) S 23340 23340 20972 0 -1 64 33698 0 0 0 886 52 0 0 16 0 9 0 238895935 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23346] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23346/stat : 23346 (java) S 23340 23340 20972 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23347] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23347/stat : 23347 (java) S 23340 23340 20972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238895935 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23348] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23348/stat : 23348 (java) S 23340 23340 20972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23349] ppid=23340 vsize=850896 CPUtime=0.6
/proc/23342/task/23349/stat : 23349 (java) S 23340 23340 20972 0 -1 64 2293 0 0 0 59 1 0 0 15 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23350] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23350/stat : 23350 (java) S 23340 23340 20972 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23342/tid=23351] ppid=23340 vsize=850896 CPUtime=0
/proc/23342/task/23351/stat : 23351 (java) R 23340 23340 20972 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 238895937 871317504 35557 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 355.57
Current children cumulated vsize (KiB) 856252

Child status: 0
Real time (s): 358.476
CPU time (s): 355.62
CPU user time (s): 354.633
CPU system time (s): 0.986849
CPU usage (%): 99.2033
Max. virtual memory (cumulated for all children) (KiB): 858256

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

runsolver used 0.443932 second user time and 1.22181 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-03 02:17:01
IDJOB=1048902
IDBENCH=54522
IDSOLVER=303
FILE ID=node82/1048902-1215044221
PBS_JOBID= 7875013
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=1671490709

node82.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1881584 kB
Buffers:          8136 kB
Cached:         101440 kB
SwapCached:       5412 kB
Active:          73560 kB
Inactive:        46248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881584 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:           11500 kB
Writeback:           0 kB
Mapped:          16700 kB
Slab:            40044 kB
Committed_AS:   403416 kB
PageTables:       1696 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= 66472 MiB
End job on node82 at 2008-07-03 02:23:00