Trace number 1084734

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 - WMC Engine 2008-05-30SAT 1614.83 1625.2

DiagnosticValue
CHECKS3735890000
NODES7775790

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-9_ext.xml
MD5SUM9c8ddf9c3eba4ea604759caf2f2ef92e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.206
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

11.86/12.04	c CPU-LOAD 9.09
11.86/12.04	c LOADED 20 V (5 E), 18 ExtensionConstraintGeneral, arity 8, 9.09 cpu
1614.73/1625.16	v 2 0 1 2 4 1 3 4 0 0 1 2 1 3 0 4 4 0 2 3 
1614.73/1625.16	s SATISFIABLE
1614.73/1625.16	d NODES 7775792
1614.73/1625.16	d CHECKS 3735891465
1614.73/1625.16	c gac3-effective-revisions: 0
1614.73/1625.16	c gac3-useless-revisions: 144
1614.73/1625.16	c local-minima: 111019094
1614.73/1625.16	c prepro-constraint-ccks: 2735
1614.73/1625.16	c prepro-constraint-presenceccks: 190
1614.73/1625.16	c prepro-cpu: 0.0
1614.73/1625.16	c prepro-matrix2d-ccks: 0
1614.73/1625.16	c prepro-matrix2d-presenceccks: 0
1614.73/1625.16	c prepro-removed: 0
1614.73/1625.16	c total-assgn: 7775792
1614.73/1625.16	c total-constraint-ccks: 3735891465
1614.73/1625.16	c total-constraint-presence-ccks: 190
1614.73/1625.16	c total-cpu: 1602.3099
1614.73/1625.16	c total-matrix2d-ccks: 0
1614.73/1625.16	c total-matrix2d-presence-ccks: 0
1614.73/1625.16	c tuples: 0
1614.73/1625.16	c tuples-collisions: 0
1614.73/1625.16	c TOTAL-NODES 7775792
1614.73/1625.16	c TOTAL-CPU 1602.3099

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084734-1215231695/watcher-1084734-1215231695 -o /tmp/evaluation-result-1084734-1215231695/solver-1084734-1215231695 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1084734-1215231695.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: 2.08 2.02 2.01 4/84 23777
/proc/meminfo: memFree=1562248/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 269930430546 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/23777/statm: 1339 230 191 169 0 50 0
[pid=23778] ppid=23777 vsize=5356 CPUtime=0
/proc/23778/stat : 23778 (concrete.sh) R 23777 23777 19313 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2002141984 5484544 235 996147200 4194304 4889804 548682068768 18446744073709551615 269930261799 0 0 4096 0 0 0 0 17 1 0 0
/proc/23778/statm: 1339 235 195 169 0 50 0

[startup+0.0435491 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 23777
/proc/meminfo: memFree=1562248/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102781 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 23777
/proc/meminfo: memFree=1562248/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302805 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 23777
/proc/meminfo: memFree=1562248/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70185 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 23777
/proc/meminfo: memFree=1562248/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50195 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 23788
/proc/meminfo: memFree=1540280/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=843640 CPUtime=1.47
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 9868 0 1 0 142 5 0 0 18 0 9 0 2002141984 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 210910 8815 2562 9 0 205478 0
[pid=23780/tid=23781] ppid=23777 vsize=843640 CPUtime=1.07
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 4725 0 1 0 105 2 0 0 25 0 9 0 2002141985 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4125742151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=843640 CPUtime=0.29
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 4088 0 0 0 28 1 0 0 16 0 9 0 2002141986 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002141987 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=843640 CPUtime=0.07
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 323 0 0 0 7 0 0 0 16 0 9 0 2002141988 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 863887360 8815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 848996

[startup+3.10213 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 23788
/proc/meminfo: memFree=1530936/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=843640 CPUtime=3.05
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 15559 0 1 0 296 9 0 0 18 0 9 0 2002141984 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 210910 14397 2563 9 0 205478 0
[pid=23780/tid=23781] ppid=23777 vsize=843640 CPUtime=2.27
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 6993 0 1 0 223 4 0 0 25 0 9 0 2002141985 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=843640 CPUtime=0.67
/proc/23780/task/23782/stat : 23782 (java) R 23777 23777 19313 0 -1 64 7510 0 0 0 64 3 0 0 15 0 9 0 2002141986 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 101588322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002141987 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=843640 CPUtime=0.07
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 2002141988 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 863887360 14397 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 848996

[startup+6.30252 s]
/proc/loadavg: 2.15 2.03 2.01 3/94 23788
/proc/meminfo: memFree=1501880/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=843640 CPUtime=6.22
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 23838 0 1 0 607 15 0 0 18 0 9 0 2002141984 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 210910 22515 2563 9 0 205478 0
[pid=23780/tid=23781] ppid=23777 vsize=843640 CPUtime=4.51
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7276 0 1 0 446 5 0 0 25 0 9 0 2002141985 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4125747217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=843640 CPUtime=1.6
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 15504 0 0 0 153 7 0 0 16 0 9 0 2002141986 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2002141987 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=843640 CPUtime=0.07
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 2002141988 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=843640 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 863887360 22515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 848996

[startup+12.7013 s]
/proc/loadavg: 2.22 2.05 2.02 3/95 23789
/proc/meminfo: memFree=1433136/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=846220 CPUtime=12.55
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 36097 0 1 0 1233 22 0 0 18 0 9 0 2002141984 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 211555 34620 2572 9 0 206122 0
[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=9.43
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7644 0 1 0 936 7 0 0 25 0 9 0 2002141985 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4126079725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=2.93
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26985 0 0 0 280 13 0 0 15 0 9 0 2002141986 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.16
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 729 0 0 0 16 0 0 0 15 0 9 0 2002141988 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 851576

[startup+25.5028 s]
/proc/loadavg: 2.17 2.05 2.01 3/94 23790
/proc/meminfo: memFree=1432816/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=846220 CPUtime=25.23
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 36120 0 1 0 2498 25 0 0 18 0 9 0 2002141984 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 211555 34639 2572 9 0 206122 0
[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=22.09
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7648 0 1 0 2199 10 0 0 25 0 9 0 2002141985 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4126058526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=2.93
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26989 0 0 0 280 13 0 0 16 0 9 0 2002141986 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.18
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 744 0 0 0 18 0 0 0 16 0 9 0 2002141988 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 851576

[startup+51.1028 s]

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

[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=1599.07
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7873 0 1 0 159443 464 0 0 25 0 9 0 2002141985 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4126068691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=3.08
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26991 0 0 0 294 14 0 0 16 0 9 0 2002141986 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.19
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 749 0 0 0 19 0 0 0 16 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 851576

[startup+1619.1 s]
/proc/loadavg: 2.11 2.24 2.24 3/90 23846
/proc/meminfo: memFree=1411480/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=846220 CPUtime=1608.76
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 36353 0 1 0 160393 483 0 0 18 0 9 0 2002141984 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 211555 34649 2572 9 0 206122 0
[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=1605.46
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7874 0 1 0 160079 467 0 0 25 0 9 0 2002141985 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4126075694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=3.08
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26991 0 0 0 294 14 0 0 16 0 9 0 2002141986 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.19
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 749 0 0 0 19 0 0 0 16 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1608.76
Current children cumulated vsize (KiB) 851576

[startup+1622.3 s]
/proc/loadavg: 2.11 2.24 2.24 3/90 23846
/proc/meminfo: memFree=1411480/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=846220 CPUtime=1611.94
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 36354 0 1 0 160710 484 0 0 18 0 9 0 2002141984 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 211555 34649 2572 9 0 206122 0
[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=1608.64
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7875 0 1 0 160396 468 0 0 25 0 9 0 2002141985 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4126049353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=3.08
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26991 0 0 0 294 14 0 0 16 0 9 0 2002141986 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.19
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 749 0 0 0 19 0 0 0 16 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.94
Current children cumulated vsize (KiB) 851576

[startup+1623.9 s]
/proc/loadavg: 2.11 2.24 2.24 3/90 23846
/proc/meminfo: memFree=1411480/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=846220 CPUtime=1613.53
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 36354 0 1 0 160869 484 0 0 18 0 9 0 2002141984 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 211555 34649 2572 9 0 206122 0
[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=1610.23
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7875 0 1 0 160555 468 0 0 25 0 9 0 2002141985 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4126068668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=3.08
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26991 0 0 0 294 14 0 0 16 0 9 0 2002141986 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.19
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 749 0 0 0 19 0 0 0 16 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1613.53
Current children cumulated vsize (KiB) 851576

[startup+1624.71 s]
/proc/loadavg: 2.10 2.23 2.24 3/90 23846
/proc/meminfo: memFree=1411480/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=846220 CPUtime=1614.34
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 36354 0 1 0 160949 485 0 0 18 0 9 0 2002141984 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 211555 34649 2572 9 0 206122 0
[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=1611.03
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7875 0 1 0 160635 468 0 0 25 0 9 0 2002141985 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4126075773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=3.08
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26991 0 0 0 294 14 0 0 16 0 9 0 2002141986 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.19
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 749 0 0 0 19 0 0 0 16 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.34
Current children cumulated vsize (KiB) 851576

[startup+1625.1 s]
/proc/loadavg: 2.10 2.23 2.24 3/90 23846
/proc/meminfo: memFree=1411480/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=846220 CPUtime=1614.73
/proc/23780/stat : 23780 (java) S 23777 23777 19313 0 -1 0 36354 0 1 0 160988 485 0 0 18 0 9 0 2002141984 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 211555 34649 2572 9 0 206122 0
[pid=23780/tid=23781] ppid=23777 vsize=846220 CPUtime=1611.42
/proc/23780/task/23781/stat : 23781 (java) R 23777 23777 19313 0 -1 64 7875 0 1 0 160674 468 0 0 25 0 9 0 2002141985 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4126049375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23782] ppid=23777 vsize=846220 CPUtime=3.08
/proc/23780/task/23782/stat : 23782 (java) S 23777 23777 19313 0 -1 64 26991 0 0 0 294 14 0 0 16 0 9 0 2002141986 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23783] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23783/stat : 23783 (java) S 23777 23777 19313 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23784] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23784/stat : 23784 (java) S 23777 23777 19313 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2002141987 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23785] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23785/stat : 23785 (java) S 23777 23777 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23786] ppid=23777 vsize=846220 CPUtime=0.19
/proc/23780/task/23786/stat : 23786 (java) S 23777 23777 19313 0 -1 64 749 0 0 0 19 0 0 0 16 0 9 0 2002141988 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23787] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23787/stat : 23787 (java) S 23777 23777 19313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23780/tid=23788] ppid=23777 vsize=846220 CPUtime=0
/proc/23780/task/23788/stat : 23788 (java) S 23777 23777 19313 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2002141989 866529280 34649 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1614.73
Current children cumulated vsize (KiB) 851576

[startup+1625.2 s]
/proc/loadavg: 2.10 2.23 2.24 3/90 23846
/proc/meminfo: memFree=1411480/2055920 swapFree=4179912/4192956
[pid=23777] ppid=23775 vsize=5356 CPUtime=0
/proc/23777/stat : 23777 (concrete.sh) S 23775 23777 19313 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2002141983 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23777/statm: 1339 242 201 169 0 50 0
[pid=23780] ppid=23777 vsize=0 CPUtime=1614.82
/proc/23780/stat : 23780 (java) Z 23777 23777 19313 0 -1 12 36362 0 1 0 160995 487 0 0 16 0 2 0 2002141984 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23780/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1614.82
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1625.2
CPU time (s): 1614.83
CPU user time (s): 1609.96
CPU system time (s): 4.87426
CPU usage (%): 99.3616
Max. virtual memory (cumulated for all children) (KiB): 851580

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

runsolver used 1.82772 second user time and 5.30719 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 06:21:37
IDJOB=1084734
IDBENCH=57581
IDSOLVER=304
FILE ID=node53/1084734-1215231695
PBS_JOBID= 7881706
Free space on /tmp= 65080 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-9_ext.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084734-1215231695/watcher-1084734-1215231695 -o /tmp/evaluation-result-1084734-1215231695/solver-1084734-1215231695 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1084734-1215231695.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9c8ddf9c3eba4ea604759caf2f2ef92e
RANDOM SEED=1007416450

node53.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.222
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.222
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:       1562664 kB
Buffers:         68172 kB
Cached:         321520 kB
SwapCached:       7428 kB
Active:         250124 kB
Inactive:       179544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562664 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:           22788 kB
Writeback:           0 kB
Mapped:          56808 kB
Slab:            48764 kB
Committed_AS:  3993004 kB
PageTables:       1908 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= 65100 MiB
End job on node53 at 2008-07-05 06:48:42