Trace number 2066403

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 2009-07-14UNSAT 1464.86 1478.4

DiagnosticValue
CHECKS286475000
NODES352920

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-2670-141.xml
MD5SUMa24bdf9aff1b96befc788e928e7ebb69
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 benchmark1.81972
Satisfiable
(Un)Satisfiability was proved
Number of variables1972
Number of constraints3297
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3297
Global constraints used (with number of constraints)

Solver Data

3.16/3.39	c CPU-LOAD 1.91
3.16/3.39	c LOADED 1972 V (2 E), 2828 ExtensionConstraint2D, 469 PredicateConstraint, arity 5, 1.91 cpu
1464.80/1478.34	s UNSATISFIABLE
1464.80/1478.34	d NODES 352920
1464.80/1478.34	d CHECKS 286474987
1464.80/1478.34	c heuristic-cpu: 0.0
1464.80/1478.34	c prepro-constraint-ccks: 1995
1464.80/1478.34	c prepro-constraint-presenceccks: 1542
1464.80/1478.34	c prepro-cpu: 0.16
1464.80/1478.34	c prepro-matrix2d-ccks: 0
1464.80/1478.34	c prepro-matrix2d-presenceccks: 0
1464.80/1478.34	c prepro-removed: 0
1464.80/1478.34	c search-cpu: 1459.92
1464.80/1478.34	c search-nps: 241.73927
1464.80/1478.34	c total-assgn: 352920
1464.80/1478.34	c total-constraint-ccks: 39336355
1464.80/1478.34	c total-constraint-presence-ccks: 158039058
1464.80/1478.34	c total-cpu: 1460.13
1464.80/1478.34	c total-matrix2d-ccks: 247138632
1464.80/1478.34	c total-matrix2d-presence-ccks: 0
1464.80/1478.34	c TOTAL-NODES 352920
1464.80/1478.34	c TOTAL-CPU 1460.13

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066403-1247704891/watcher-2066403-1247704891 -o /tmp/evaluation-result-2066403-1247704891/solver-2066403-1247704891 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2066403-1247704891.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 4/72 8723
/proc/meminfo: memFree=915712/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 57551656 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 244277018706 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/8723/statm: 1339 230 191 169 0 50 0
[pid=8724] ppid=8723 vsize=5356 CPUtime=0
/proc/8724/stat : 8724 (concrete.sh) R 8723 8723 7368 0 -1 4194368 24 0 0 0 0 0 0 0 19 0 1 0 57551656 5484544 234 996147200 4194304 4889804 548682068816 18446744073709551615 244276849959 0 0 4096 0 0 0 0 17 1 0 0
/proc/8724/statm: 1339 234 195 169 0 50 0

[startup+0.0321241 s]
/proc/loadavg: 2.01 2.04 2.00 4/72 8723
/proc/meminfo: memFree=915712/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101644 s]
/proc/loadavg: 2.01 2.04 2.00 4/72 8723
/proc/meminfo: memFree=915712/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30166 s]
/proc/loadavg: 2.01 2.04 2.00 4/72 8723
/proc/meminfo: memFree=915712/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701708 s]
/proc/loadavg: 2.01 2.04 2.00 4/72 8723
/proc/meminfo: memFree=915712/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5028 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 8736
/proc/meminfo: memFree=893872/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=847588 CPUtime=1.36
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 7137 0 1 0 131 5 0 0 18 0 9 0 57551657 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 211897 6266 2004 9 0 206375 0
[pid=8728/tid=8729] ppid=8723 vsize=847588 CPUtime=0.98
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 3889 0 1 0 95 3 0 0 25 0 9 0 57551660 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4125949485 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=847588 CPUtime=0.06
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 1063 0 0 0 6 0 0 0 16 0 9 0 57551667 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=847588 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=847588 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57551667 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=847588 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=847588 CPUtime=0.3
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 1487 0 0 0 29 1 0 0 16 0 9 0 57551675 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=847588 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=847588 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 867930112 6266 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 852944

[startup+3.10298 s]
/proc/loadavg: 2.01 2.04 2.00 4/83 8737
/proc/meminfo: memFree=880744/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851140 CPUtime=2.96
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 10212 0 1 0 287 9 0 0 18 0 10 0 57551657 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212785 8905 2633 9 0 207263 0
[pid=8728/tid=8729] ppid=8723 vsize=851140 CPUtime=1.98
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 4213 0 1 0 194 4 0 0 25 0 10 0 57551660 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851140 CPUtime=0.27
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 2856 0 0 0 26 1 0 0 16 0 10 0 57551667 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851140 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57551667 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851140 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57551667 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851140 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 57551671 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851140 CPUtime=0.67
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2441 0 0 0 65 2 0 0 16 0 10 0 57551675 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851140 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 57551675 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851140 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57551675 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8737] ppid=8723 vsize=851140 CPUtime=0
/proc/8728/task/8737/stat : 8737 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 57551823 871567360 8905 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 856496

[startup+6.30135 s]
/proc/loadavg: 2.01 2.04 2.00 3/82 8738
/proc/meminfo: memFree=853992/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=6.14
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 11167 0 1 0 604 10 0 0 18 0 9 0 57551657 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9737 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=4.88
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 4287 0 1 0 483 5 0 0 25 0 9 0 57551660 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4127950544 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=0.48
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3673 0 0 0 47 1 0 0 16 0 9 0 57551667 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.75
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2504 0 0 0 73 2 0 0 15 0 9 0 57551675 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9737 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 856508

[startup+12.7021 s]
/proc/loadavg: 2.01 2.04 2.00 4/82 8738
/proc/meminfo: memFree=821680/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=12.51
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 11193 0 1 0 1241 10 0 0 18 0 9 0 57551657 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9751 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=11.21
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 4299 0 1 0 1116 5 0 0 25 0 9 0 57551660 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4127930509 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=0.49
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3673 0 0 0 48 1 0 0 16 0 9 0 57551667 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2518 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9751 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 856508

[startup+25.5015 s]
/proc/loadavg: 1.93 2.02 1.99 3/82 8803
/proc/meminfo: memFree=1685472/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=25.21
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 11216 0 1 0 2510 11 0 0 18 0 9 0 57551657 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9755 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=23.88
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 4318 0 1 0 2383 5 0 0 22 0 9 0 57551660 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4127878384 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=0.5
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3673 0 0 0 49 1 0 0 15 0 9 0 57551667 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2522 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9755 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 856508


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

Current children cumulated CPU time (s) 1445.77
Current children cumulated vsize (KiB) 856508

[startup+1471.9 s]
/proc/loadavg: 2.14 2.25 2.18 3/92 8852
/proc/meminfo: memFree=1294096/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=1458.45
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 12803 0 1 0 145813 32 0 0 18 0 9 0 57551657 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9804 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=1455.84
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 5856 0 1 0 145568 16 0 0 25 0 9 0 57551660 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4127877478 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=1.79
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3722 0 0 0 167 12 0 0 17 0 9 0 57551667 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2522 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9804 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1458.45
Current children cumulated vsize (KiB) 856508

[startup+1475.11 s]
/proc/loadavg: 2.14 2.25 2.18 4/92 8852
/proc/meminfo: memFree=1294096/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=1461.63
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 12808 0 1 0 146130 33 0 0 18 0 9 0 57551657 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9805 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=1459.02
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 5860 0 1 0 145886 16 0 0 25 0 9 0 57551660 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4127927758 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=1.79
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3723 0 0 0 167 12 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2522 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1461.63
Current children cumulated vsize (KiB) 856508

[startup+1476.7 s]
/proc/loadavg: 2.13 2.25 2.18 3/92 8852
/proc/meminfo: memFree=1294096/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=1463.21
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 12810 0 1 0 146288 33 0 0 18 0 9 0 57551657 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9805 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=1460.6
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 5862 0 1 0 146044 16 0 0 25 0 9 0 57551660 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4127896362 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=1.79
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3723 0 0 0 167 12 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2522 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1463.21
Current children cumulated vsize (KiB) 856508

[startup+1477.5 s]
/proc/loadavg: 2.13 2.25 2.18 3/92 8852
/proc/meminfo: memFree=1294096/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=1464
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 12810 0 1 0 146367 33 0 0 18 0 9 0 57551657 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9805 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=1461.39
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 5862 0 1 0 146123 16 0 0 25 0 9 0 57551660 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 103211042 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=1.79
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3723 0 0 0 167 12 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2522 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464
Current children cumulated vsize (KiB) 856508

[startup+1477.9 s]
/proc/loadavg: 2.13 2.25 2.18 3/92 8852
/proc/meminfo: memFree=1294096/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=1464.4
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 12811 0 1 0 146407 33 0 0 18 0 9 0 57551657 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9805 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=1461.78
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 5863 0 1 0 146162 16 0 0 25 0 9 0 57551660 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4127877402 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=1.79
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3723 0 0 0 167 12 0 0 17 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2522 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464.4
Current children cumulated vsize (KiB) 856508

[startup+1478.3 s]
/proc/loadavg: 2.13 2.25 2.18 3/92 8852
/proc/meminfo: memFree=1294096/2055920 swapFree=4191904/4192956
[pid=8723] ppid=8721 vsize=5356 CPUtime=0
/proc/8723/stat : 8723 (concrete.sh) S 8721 8723 7368 0 -1 4194304 341 291 0 0 0 0 0 0 17 0 1 0 57551656 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8723/statm: 1339 244 201 169 0 50 0
[pid=8728] ppid=8723 vsize=851152 CPUtime=1464.8
/proc/8728/stat : 8728 (java) S 8723 8723 7368 0 -1 0 12811 0 1 0 146447 33 0 0 18 0 9 0 57551657 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/8728/statm: 212788 9805 2635 9 0 207266 0
[pid=8728/tid=8729] ppid=8723 vsize=851152 CPUtime=1462.18
/proc/8728/task/8729/stat : 8729 (java) R 8723 8723 7368 0 -1 64 5863 0 1 0 146202 16 0 0 25 0 9 0 57551660 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4127950665 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8730] ppid=8723 vsize=851152 CPUtime=1.79
/proc/8728/task/8730/stat : 8730 (java) S 8723 8723 7368 0 -1 64 3723 0 0 0 167 12 0 0 17 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8731] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8731/stat : 8731 (java) S 8723 8723 7368 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8732] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8732/stat : 8732 (java) S 8723 8723 7368 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 57551667 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8733] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8733/stat : 8733 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 57551671 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8734] ppid=8723 vsize=851152 CPUtime=0.78
/proc/8728/task/8734/stat : 8734 (java) S 8723 8723 7368 0 -1 64 2522 0 0 0 76 2 0 0 16 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8735] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8735/stat : 8735 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=8728/tid=8736] ppid=8723 vsize=851152 CPUtime=0
/proc/8728/task/8736/stat : 8736 (java) S 8723 8723 7368 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57551675 871579648 9805 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464.8
Current children cumulated vsize (KiB) 856508

Child status: 0
Real time (s): 1478.4
CPU time (s): 1464.86
CPU user time (s): 1464.52
CPU system time (s): 0.344947
CPU usage (%): 99.0842
Max. virtual memory (cumulated for all children) (KiB): 856788

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

runsolver used 1.87172 second user time and 5.05423 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-16 02:41:31
IDJOB=2066403
IDBENCH=54516
IDSOLVER=735
FILE ID=node63/2066403-1247704891
PBS_JOBID= 9521187
Free space on /tmp= 66208 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-2670-141.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066403-1247704891/watcher-2066403-1247704891 -o /tmp/evaluation-result-2066403-1247704891/solver-2066403-1247704891 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2066403-1247704891.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a24bdf9aff1b96befc788e928e7ebb69
RANDOM SEED=128443836

node63.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.232
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.232
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:        916384 kB
Buffers:         73996 kB
Cached:         156468 kB
SwapCached:        260 kB
Active:         819032 kB
Inactive:       229284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        916384 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         828816 kB
Slab:            74852 kB
Committed_AS:  1328176 kB
PageTables:       3432 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= 66204 MiB
End job on node63 at 2009-07-16 03:06:09