Trace number 1057562

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 567.536 570.935

DiagnosticValue
CHECKS1220950000
NODES0

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-7.xml
MD5SUM5175a62a7f0389e4017b8b12a04e7310
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.052991
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

149.69/149.86	c CPU-LOAD 33.87
149.69/149.86	c LOADED 168 V (5 E), 81 PredicateConstraint, arity 22, 33.87 cpu
567.41/570.81	s UNSATISFIABLE
567.41/570.81	d NODES 0
567.41/570.81	d CHECKS 1220951760
567.41/570.81	c gac3-effective-revisions: 5
567.41/570.81	c gac3-useless-revisions: 270
567.41/570.81	c prepro-constraint-ccks: 1220951760
567.41/570.81	c prepro-constraint-presenceccks: 273
567.41/570.81	c prepro-cpu: 417.2
567.41/570.81	c prepro-matrix2d-ccks: 0
567.41/570.81	c prepro-matrix2d-presenceccks: 0
567.41/570.81	c prepro-removed: 18
567.41/570.81	c total-assgn: 0
567.41/570.81	c total-constraint-ccks: 1220951760
567.41/570.81	c total-constraint-presence-ccks: 273
567.41/570.81	c total-cpu: 417.2
567.41/570.81	c total-matrix2d-ccks: 0
567.41/570.81	c total-matrix2d-presence-ccks: 0
567.41/570.81	c tuples: 0
567.41/570.81	c tuples-collisions: 0
567.41/570.81	c TOTAL-NODES 0
567.41/570.81	c TOTAL-CPU 417.2

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-1057562-1215111244/watcher-1057562-1215111244 -o /tmp/evaluation-result-1057562-1215111244/solver-1057562-1215111244 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1057562-1215111244.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.69 1.91 1.89 4/80 31967
/proc/meminfo: memFree=1596720/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 271 0 0 0 0 0 0 0 24 0 1 0 1990093995 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 213112291410 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/31967/statm: 1339 230 191 169 0 50 0
[pid=31968] ppid=31967 vsize=124 CPUtime=0
/proc/31968/stat : 31968 (dirname) R 31967 31967 31471 0 -1 4194304 47 0 0 0 0 0 0 0 25 0 1 0 1990093995 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 213109503253 0 0 4096 0 0 0 0 17 1 0 0
/proc/31968/statm: 31 22 16 3 0 3 0

[startup+0.032636 s]
/proc/loadavg: 1.69 1.91 1.89 4/80 31967
/proc/meminfo: memFree=1596720/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101624 s]
/proc/loadavg: 1.69 1.91 1.89 4/80 31967
/proc/meminfo: memFree=1596720/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301365 s]
/proc/loadavg: 1.69 1.91 1.89 4/80 31967
/proc/meminfo: memFree=1596720/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701433 s]
/proc/loadavg: 1.69 1.91 1.89 4/80 31967
/proc/meminfo: memFree=1596720/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50157 s]
/proc/loadavg: 1.72 1.91 1.89 4/91 31979
/proc/meminfo: memFree=1562392/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=847604 CPUtime=1.48
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 21543 0 1 0 137 11 0 0 18 0 10 0 1990093996 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 211901 20644 2578 9 0 206461 0
[pid=31970/tid=31971] ppid=31967 vsize=847604 CPUtime=0.6
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 6145 0 1 0 56 4 0 0 22 0 10 0 1990093997 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=847604 CPUtime=0.61
/proc/31970/task/31972/stat : 31972 (java) R 31967 31967 31471 0 -1 64 13622 0 0 0 57 4 0 0 18 0 10 0 1990093998 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 104185411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=847604 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1990093998 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=847604 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1990093998 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=847604 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1990094000 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=847604 CPUtime=0.25
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1039 0 0 0 24 1 0 0 16 0 10 0 1990094000 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=847604 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1990094000 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=847604 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1990094000 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31979] ppid=31967 vsize=847604 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31967 31967 31471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1990094047 867946496 20644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 852960

[startup+3.10284 s]
/proc/loadavg: 1.72 1.91 1.89 3/91 31979
/proc/meminfo: memFree=1470296/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=851924 CPUtime=3.07
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 41814 0 1 0 289 18 0 0 18 0 10 0 1990093996 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 212981 40903 2579 9 0 207541 0
[pid=31970/tid=31971] ppid=31967 vsize=851924 CPUtime=1.2
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 8460 0 1 0 115 5 0 0 17 0 10 0 1990093997 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 103825761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=851924 CPUtime=1.58
/proc/31970/task/31972/stat : 31972 (java) R 31967 31967 31471 0 -1 64 31567 0 0 0 148 10 0 0 21 0 10 0 1990093998 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=851924 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1990093998 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=851924 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1990093998 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=851924 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1990094000 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=851924 CPUtime=0.25
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1050 0 0 0 24 1 0 0 16 0 10 0 1990094000 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=851924 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1990094000 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=851924 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1990094000 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31979] ppid=31967 vsize=851924 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31967 31967 31471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1990094047 872370176 40903 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 857280

[startup+6.30138 s]
/proc/loadavg: 1.72 1.91 1.89 3/91 31979
/proc/meminfo: memFree=1162328/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=863920 CPUtime=6.27
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 145302 0 1 0 566 61 0 0 18 0 10 0 1990093996 884654080 144373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 215980 144375 2580 9 0 210540 0
[pid=31970/tid=31971] ppid=31967 vsize=863920 CPUtime=1.94
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 35200 0 1 0 177 17 0 0 16 0 10 0 1990093997 884654080 144375 996147200 134512640 134550740 4294956016 18446744073709551615 104454812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=863920 CPUtime=4.06
/proc/31970/task/31972/stat : 31972 (java) R 31967 31967 31471 0 -1 64 108317 0 0 0 364 42 0 0 25 0 10 0 1990093998 884654080 144375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=863920 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1990093998 884654080 144375 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=863920 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1990093998 884654080 144376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=863920 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1990094000 884654080 144376 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=863920 CPUtime=0.25
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1050 0 0 0 24 1 0 0 16 0 10 0 1990094000 884654080 144377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=863920 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1990094000 884654080 144377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=863920 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1990094000 884654080 144377 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31967 vsize=863920 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31967 31967 31471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1990094047 884654080 144378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 869276

[startup+12.7025 s]
/proc/loadavg: 1.76 1.91 1.90 3/91 31979
/proc/meminfo: memFree=821912/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=877840 CPUtime=12.68
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 196618 0 1 0 1185 83 0 0 18 0 10 0 1990093996 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 219460 195682 2579 9 0 214020 0
[pid=31970/tid=31971] ppid=31967 vsize=877840 CPUtime=2.38
/proc/31970/task/31971/stat : 31971 (java) S 31967 31967 31471 0 -1 64 38597 0 1 0 221 17 0 0 17 0 10 0 1990093997 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=877840 CPUtime=10
/proc/31970/task/31972/stat : 31972 (java) R 31967 31967 31471 0 -1 64 156234 0 0 0 938 62 0 0 25 0 10 0 1990093998 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=877840 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1990093998 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=877840 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1990093998 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=877840 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1990094000 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=877840 CPUtime=0.25
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1050 0 0 0 24 1 0 0 16 0 10 0 1990094000 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=877840 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1990094000 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=877840 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1990094000 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31979] ppid=31967 vsize=877840 CPUtime=0
/proc/31970/task/31979/stat : 31979 (java) S 31967 31967 31471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1990094047 898908160 195682 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 883196

[startup+25.5016 s]
/proc/loadavg: 1.80 1.91 1.90 3/91 31979
/proc/meminfo: memFree=837336/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=877872 CPUtime=25.47
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 376000 0 1 0 2383 164 0 0 18 0 10 0 1990093996 898940928 193096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 219468 193096 2582 9 0 214028 0
[pid=31970/tid=31971] ppid=31967 vsize=877872 CPUtime=4.21
/proc/31970/task/31971/stat : 31971 (java) S 31967 31967 31471 0 -1 64 89554 0 1 0 382 39 0 0 16 0 10 0 1990093997 898940928 193096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=877872 CPUtime=20.94
/proc/31970/task/31972/stat : 31972 (java) R 31967 31967 31471 0 -1 64 284627 0 0 0 1971 123 0 0 25 0 10 0 1990093998 898940928 193096 996147200 134512640 134550740 4294956016 18446744073709551615 102469652 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=877872 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1990093998 898940928 193096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=877872 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1990093998 898940928 193096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=877872 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1990094000 898940928 193096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=877872 CPUtime=0.3
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1082 0 0 0 29 1 0 0 15 0 10 0 1990094000 898940928 193096 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31970/tid=31971] ppid=31967 vsize=878048 CPUtime=430.68
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 178169 0 1 0 42979 89 0 0 25 0 9 0 1990093997 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4126830422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=878048 CPUtime=115.8
/proc/31970/task/31972/stat : 31972 (java) S 31967 31967 31471 0 -1 64 967718 0 0 0 11090 490 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=878048 CPUtime=0.4
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1147 0 0 0 39 1 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 546.91
Current children cumulated vsize (KiB) 883404

[startup+563.103 s]
/proc/loadavg: 2.04 2.12 2.01 3/92 32590
/proc/meminfo: memFree=238576/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=878048 CPUtime=559.71
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 1147794 0 1 0 55389 582 0 0 18 0 9 0 1990093996 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 219512 178495 2583 9 0 214072 0
[pid=31970/tid=31971] ppid=31967 vsize=878048 CPUtime=443.47
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 178191 0 1 0 44258 89 0 0 25 0 9 0 1990093997 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4126607058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=878048 CPUtime=115.81
/proc/31970/task/31972/stat : 31972 (java) S 31967 31967 31471 0 -1 64 967718 0 0 0 11091 490 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=878048 CPUtime=0.4
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1147 0 0 0 39 1 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 559.71
Current children cumulated vsize (KiB) 883404

[startup+566.303 s]
/proc/loadavg: 2.04 2.12 2.01 3/92 32590
/proc/meminfo: memFree=238576/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=878048 CPUtime=562.91
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 1147800 0 1 0 55709 582 0 0 18 0 9 0 1990093996 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 219512 178495 2583 9 0 214072 0
[pid=31970/tid=31971] ppid=31967 vsize=878048 CPUtime=446.66
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 178197 0 1 0 44577 89 0 0 25 0 9 0 1990093997 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4126719707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=878048 CPUtime=115.81
/proc/31970/task/31972/stat : 31972 (java) S 31967 31967 31471 0 -1 64 967718 0 0 0 11091 490 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=878048 CPUtime=0.4
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1147 0 0 0 39 1 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.91
Current children cumulated vsize (KiB) 883404

[startup+569.501 s]
/proc/loadavg: 2.04 2.12 2.01 3/92 32590
/proc/meminfo: memFree=238576/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=878048 CPUtime=566.1
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 1147805 0 1 0 56028 582 0 0 18 0 9 0 1990093996 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 219512 178495 2583 9 0 214072 0
[pid=31970/tid=31971] ppid=31967 vsize=878048 CPUtime=449.86
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 178202 0 1 0 44897 89 0 0 25 0 9 0 1990093997 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4126719607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=878048 CPUtime=115.81
/proc/31970/task/31972/stat : 31972 (java) S 31967 31967 31471 0 -1 64 967718 0 0 0 11091 490 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=878048 CPUtime=0.4
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1147 0 0 0 39 1 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 566.1
Current children cumulated vsize (KiB) 883404

[startup+570.301 s]
/proc/loadavg: 2.04 2.12 2.01 3/92 32590
/proc/meminfo: memFree=238576/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=878048 CPUtime=566.9
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 1147807 0 1 0 56108 582 0 0 18 0 9 0 1990093996 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 219512 178495 2583 9 0 214072 0
[pid=31970/tid=31971] ppid=31967 vsize=878048 CPUtime=450.66
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 178204 0 1 0 44977 89 0 0 25 0 9 0 1990093997 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4126831051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=878048 CPUtime=115.81
/proc/31970/task/31972/stat : 31972 (java) S 31967 31967 31471 0 -1 64 967718 0 0 0 11091 490 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=878048 CPUtime=0.4
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1147 0 0 0 39 1 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 566.9
Current children cumulated vsize (KiB) 883404

[startup+570.702 s]
/proc/loadavg: 2.04 2.12 2.01 3/92 32590
/proc/meminfo: memFree=238576/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=878048 CPUtime=567.3
/proc/31970/stat : 31970 (java) S 31967 31967 31471 0 -1 0 1147807 0 1 0 56148 582 0 0 18 0 9 0 1990093996 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31970/statm: 219512 178495 2583 9 0 214072 0
[pid=31970/tid=31971] ppid=31967 vsize=878048 CPUtime=451.06
/proc/31970/task/31971/stat : 31971 (java) R 31967 31967 31471 0 -1 64 178204 0 1 0 45017 89 0 0 25 0 9 0 1990093997 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4126091937 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31972] ppid=31967 vsize=878048 CPUtime=115.81
/proc/31970/task/31972/stat : 31972 (java) S 31967 31967 31471 0 -1 64 967718 0 0 0 11091 490 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31973] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31973/stat : 31973 (java) S 31967 31967 31471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31974] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31974/stat : 31974 (java) S 31967 31967 31471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1990093998 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31975] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31975/stat : 31975 (java) S 31967 31967 31471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31976] ppid=31967 vsize=878048 CPUtime=0.4
/proc/31970/task/31976/stat : 31976 (java) S 31967 31967 31471 0 -1 64 1147 0 0 0 39 1 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31970/tid=31977] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31977/stat : 31977 (java) S 31967 31967 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31970/tid=31978] ppid=31967 vsize=878048 CPUtime=0
/proc/31970/task/31978/stat : 31978 (java) S 31967 31967 31471 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1990094000 899121152 178495 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 567.3
Current children cumulated vsize (KiB) 883404

[startup+570.907 s]
/proc/loadavg: 2.04 2.12 2.01 3/92 32590
/proc/meminfo: memFree=238576/2055920 swapFree=4180444/4192956
[pid=31967] ppid=31965 vsize=5356 CPUtime=0
/proc/31967/stat : 31967 (concrete.sh) S 31965 31967 31471 0 -1 4194304 315 128 0 0 0 0 0 0 25 0 1 0 1990093995 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31967/statm: 1339 242 201 169 0 50 0
[pid=31970] ppid=31967 vsize=0 CPUtime=567.49
/proc/31970/stat : 31970 (java) Z 31967 31967 31471 0 -1 12 1147823 0 1 0 56159 590 0 0 16 0 2 0 1990093996 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31970/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 567.49
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 570.935
CPU time (s): 567.536
CPU user time (s): 561.601
CPU system time (s): 5.9351
CPU usage (%): 99.4046
Max. virtual memory (cumulated for all children) (KiB): 887864

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

runsolver used 0.689895 second user time and 1.92871 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 20:54:04
IDJOB=1057562
IDBENCH=54052
IDSOLVER=303
FILE ID=node68/1057562-1215111244
PBS_JOBID= 7877070
Free space on /tmp= 66544 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-7.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-1057562-1215111244/watcher-1057562-1215111244 -o /tmp/evaluation-result-1057562-1215111244/solver-1057562-1215111244 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1057562-1215111244.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5175a62a7f0389e4017b8b12a04e7310
RANDOM SEED=1688296999

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1597200 kB
Buffers:         37472 kB
Cached:         317796 kB
SwapCached:       6560 kB
Active:         228252 kB
Inactive:       172008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597200 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1100 kB
Writeback:           0 kB
Mapped:          61208 kB
Slab:            43748 kB
Committed_AS:  4942880 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node68 at 2008-07-03 21:03:35