Trace number 1064330

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-30SAT 605.575 606.092

DiagnosticValue
CHECKS1122470000
NODES625967

General information on the benchmark

Namecsp/tdsp/
normalized-C2-3-16.xml
MD5SUMcb0ea34ab866c40b350376982b2292f6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02384
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints350
Maximum constraint arity6
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

95.23/95.70	c CPU-LOAD 50.48
95.23/95.70	c LOADED 77 V (41 E), 350 PredicateConstraint, arity 6, 50.48 cpu
605.50/606.05	v 16 40 7 5 1 33 0 1 19 15 1 5 15 1 8 2 1 5 13 1 5 6 0 3 11 0 15 15 1 3 5 0 28 10 1 19 6 1 18 3 1 4 0 1 20 0 1 11 15 1 4 6 0 12 12 1 30 0 0 29 5 1 13 3 1 28 7 1 11 0 1 0 0 0 3 2 1 
605.50/606.05	s SATISFIABLE
605.50/606.05	d NODES 625967
605.50/606.05	d CHECKS 1122474228
605.50/606.05	c gac3-effective-revisions: 50
605.50/606.05	c gac3-useless-revisions: 1900
605.50/606.05	c prepro-constraint-ccks: 93989
605.50/606.05	c prepro-constraint-presenceccks: 1900
605.50/606.05	c prepro-cpu: 0.24
605.50/606.05	c prepro-matrix2d-ccks: 0
605.50/606.05	c prepro-matrix2d-presenceccks: 0
605.50/606.05	c prepro-removed: 138
605.50/606.05	c total-assgn: 625967
605.50/606.05	c total-constraint-ccks: 1122474228
605.50/606.05	c total-constraint-presence-ccks: 9210
605.50/606.05	c total-cpu: 503.69998
605.50/606.05	c total-matrix2d-ccks: 0
605.50/606.05	c total-matrix2d-presence-ccks: 0
605.50/606.05	c tuples: 0
605.50/606.05	c tuples-collisions: 0
605.50/606.05	c TOTAL-NODES 625967
605.50/606.05	c TOTAL-CPU 503.69998

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-1064330-1215140608/watcher-1064330-1215140608 -o /tmp/evaluation-result-1064330-1215140608/solver-1064330-1215140608 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1064330-1215140608.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.85 1.97 1.99 4/81 22091
/proc/meminfo: memFree=1079824/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 1993033827 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 209136091218 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 1339 230 191 169 0 50 0
[pid=22092] ppid=22091 vsize=5356 CPUtime=0
/proc/22092/stat : 22092 (concrete.sh) R 22091 22091 22054 0 -1 4194368 1 0 0 0 0 0 0 0 21 0 1 0 1993033828 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 209135921823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/22092/statm: 1339 230 191 169 0 50 0

[startup+0.0480441 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22091
/proc/meminfo: memFree=1079824/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102244 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22091
/proc/meminfo: memFree=1079824/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302262 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22091
/proc/meminfo: memFree=1079824/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702299 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 22091
/proc/meminfo: memFree=1079824/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50137 s]
/proc/loadavg: 1.85 1.97 1.99 4/92 22103
/proc/meminfo: memFree=1066168/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=1.46
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 11800 0 1 0 139 7 0 0 18 0 10 0 1993033828 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 10892 2580 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=0.79
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 4151 0 1 0 76 3 0 0 23 0 10 0 1993033829 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4126501670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=0.33
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 5855 0 0 0 31 2 0 0 16 0 10 0 1993033830 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1993033831 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993033833 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=0.3
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1060 0 0 0 30 0 0 0 16 0 10 0 1993033833 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993033833 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1993033833 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22103] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22103/stat : 22103 (java) S 22091 22091 22054 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 1993033875 867430400 10892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852456

[startup+3.10132 s]
/proc/loadavg: 1.85 1.97 1.99 4/92 22103
/proc/meminfo: memFree=1041400/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=3.05
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 13740 0 1 0 296 9 0 0 18 0 10 0 1993033828 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 11177 2581 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=1.65
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 4235 0 1 0 161 4 0 0 25 0 10 0 1993033829 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 101444726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=1.03
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 7672 0 0 0 99 4 0 0 16 0 10 0 1993033830 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993033833 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=0.35
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1099 0 0 0 34 1 0 0 16 0 10 0 1993033833 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993033833 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1993033833 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22103] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22103/stat : 22103 (java) S 22091 22091 22054 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 1993033875 867430400 11177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 852456

[startup+6.30261 s]
/proc/loadavg: 1.86 1.97 1.99 4/92 22103
/proc/meminfo: memFree=1034232/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=6.23
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 21213 0 1 0 608 15 0 0 18 0 10 0 1993033828 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 13691 2581 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=3.28
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 4547 0 1 0 323 5 0 0 25 0 10 0 1993033829 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 101444679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=2.54
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 14821 0 0 0 246 8 0 0 16 0 10 0 1993033830 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993033833 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=0.38
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1111 0 0 0 37 1 0 0 15 0 10 0 1993033833 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993033833 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1993033833 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22103] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22103/stat : 22103 (java) S 22091 22091 22054 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 1993033875 867430400 13691 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 852456

[startup+12.7012 s]
/proc/loadavg: 1.87 1.97 1.99 4/92 22103
/proc/meminfo: memFree=1033272/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=12.6
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 26034 0 1 0 1239 21 0 0 18 0 10 0 1993033828 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 13722 2581 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=6.71
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 4789 0 1 0 665 6 0 0 25 0 10 0 1993033829 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 102492632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=5.43
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 19378 0 0 0 530 13 0 0 16 0 10 0 1993033830 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993033833 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=0.44
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1133 0 0 0 43 1 0 0 15 0 10 0 1993033833 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993033833 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 1993033833 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22103] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22103/stat : 22103 (java) S 22091 22091 22054 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 1993033875 867430400 13722 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 852456

[startup+25.5023 s]
/proc/loadavg: 2.05 2.00 2.00 4/92 22103
/proc/meminfo: memFree=1033976/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=25.33
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 35999 0 1 0 2501 32 0 0 18 0 10 0 1993033828 867430400 13744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 13744 2582 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=13.46
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 5271 0 1 0 1338 8 0 0 25 0 10 0 1993033829 867430400 13744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=11.34
/proc/22094/task/22096/stat : 22096 (java) R 22091 22091 22054 0 -1 64 28852 0 0 0 1112 22 0 0 15 0 10 0 1993033830 867430400 13744 996147200 134512640 134550740 4294956016 18446744073709551615 102300803 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 13744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1993033831 867430400 13744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993033833 867430400 13744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=0.5
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1142 0 0 0 49 1 0 0 15 0 10 0 1993033833 867430400 13744 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 594.6
Current children cumulated vsize (KiB) 852456

[startup+601.502 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 22104
/proc/meminfo: memFree=1032320/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=601
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 110192 0 1 0 59880 220 0 0 18 0 9 0 1993033828 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 14122 2584 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=549.77
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 20693 0 1 0 54917 60 0 0 25 0 9 0 1993033829 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4127319020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=50.07
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 87352 0 0 0 4850 157 0 0 16 0 9 0 1993033830 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=1.11
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1410 0 0 0 110 1 0 0 16 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 601
Current children cumulated vsize (KiB) 852456

[startup+603.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 22104
/proc/meminfo: memFree=1032320/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=602.59
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 110232 0 1 0 60039 220 0 0 18 0 9 0 1993033828 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 14122 2584 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=551.35
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 20733 0 1 0 55075 60 0 0 25 0 9 0 1993033829 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4126910391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=50.09
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 87352 0 0 0 4852 157 0 0 16 0 9 0 1993033830 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=1.11
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1410 0 0 0 110 1 0 0 16 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 602.59
Current children cumulated vsize (KiB) 852456

[startup+604.701 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 22104
/proc/meminfo: memFree=1032320/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=604.2
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 110273 0 1 0 60199 221 0 0 18 0 9 0 1993033828 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 14122 2584 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=552.93
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 20774 0 1 0 55233 60 0 0 25 0 9 0 1993033829 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4126913691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=50.11
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 87352 0 0 0 4853 158 0 0 16 0 9 0 1993033830 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=1.11
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1410 0 0 0 110 1 0 0 16 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 604.2
Current children cumulated vsize (KiB) 852456

[startup+605.503 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 22104
/proc/meminfo: memFree=1032320/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=605
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 110293 0 1 0 60279 221 0 0 18 0 9 0 1993033828 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 14122 2584 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=553.72
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 20794 0 1 0 55312 60 0 0 25 0 9 0 1993033829 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4126913614 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=50.12
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 87352 0 0 0 4854 158 0 0 16 0 9 0 1993033830 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=1.11
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1410 0 0 0 110 1 0 0 16 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 605
Current children cumulated vsize (KiB) 852456

[startup+605.903 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 22104
/proc/meminfo: memFree=1032320/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=605.4
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 110303 0 1 0 60319 221 0 0 18 0 9 0 1993033828 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 14122 2584 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=554.11
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 20804 0 1 0 55351 60 0 0 25 0 9 0 1993033829 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4126911469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=50.13
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 87352 0 0 0 4855 158 0 0 16 0 9 0 1993033830 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=1.11
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1410 0 0 0 110 1 0 0 16 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 605.4
Current children cumulated vsize (KiB) 852456

[startup+606.003 s]
/proc/loadavg: 2.02 2.03 2.00 3/91 22104
/proc/meminfo: memFree=1032320/2055920 swapFree=4180688/4192956
[pid=22091] ppid=22089 vsize=5356 CPUtime=0
/proc/22091/stat : 22091 (concrete.sh) S 22089 22091 22054 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1993033827 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22091/statm: 1339 242 201 169 0 50 0
[pid=22094] ppid=22091 vsize=847100 CPUtime=605.5
/proc/22094/stat : 22094 (java) S 22091 22091 22054 0 -1 0 110305 0 1 0 60329 221 0 0 18 0 9 0 1993033828 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22094/statm: 211775 14122 2584 9 0 206335 0
[pid=22094/tid=22095] ppid=22091 vsize=847100 CPUtime=554.22
/proc/22094/task/22095/stat : 22095 (java) R 22091 22091 22054 0 -1 64 20806 0 1 0 55362 60 0 0 25 0 9 0 1993033829 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4126911466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22096] ppid=22091 vsize=847100 CPUtime=50.13
/proc/22094/task/22096/stat : 22096 (java) S 22091 22091 22054 0 -1 64 87352 0 0 0 4855 158 0 0 16 0 9 0 1993033830 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22097] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22097/stat : 22097 (java) S 22091 22091 22054 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22098] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22098/stat : 22098 (java) S 22091 22091 22054 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993033831 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22099] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22099/stat : 22099 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22100] ppid=22091 vsize=847100 CPUtime=1.11
/proc/22094/task/22100/stat : 22100 (java) S 22091 22091 22054 0 -1 64 1410 0 0 0 110 1 0 0 16 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22101] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22101/stat : 22101 (java) S 22091 22091 22054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22094/tid=22102] ppid=22091 vsize=847100 CPUtime=0
/proc/22094/task/22102/stat : 22102 (java) S 22091 22091 22054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993033833 867430400 14122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 605.5
Current children cumulated vsize (KiB) 852456

Child status: 0
Real time (s): 606.092
CPU time (s): 605.575
CPU user time (s): 603.346
CPU system time (s): 2.22866
CPU usage (%): 99.9147
Max. virtual memory (cumulated for all children) (KiB): 852456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 603.346
system time used= 2.22866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110766
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= 129673
involuntary context switches= 131451

runsolver used 0.726889 second user time and 1.89671 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 05:03:28
IDJOB=1064330
IDBENCH=54938
IDSOLVER=303
FILE ID=node41/1064330-1215140608
PBS_JOBID= 7877389
Free space on /tmp= 66212 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/tdsp/normalized-C2-3-16.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-1064330-1215140608/watcher-1064330-1215140608 -o /tmp/evaluation-result-1064330-1215140608/solver-1064330-1215140608 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1064330-1215140608.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb0ea34ab866c40b350376982b2292f6
RANDOM SEED=1547950022

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1080304 kB
Buffers:         21096 kB
Cached:         121204 kB
SwapCached:       6144 kB
Active:         840880 kB
Inactive:        73924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080304 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            1076 kB
Writeback:           0 kB
Mapped:         788692 kB
Slab:            44692 kB
Committed_AS:  4276644 kB
PageTables:       3324 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= 66212 MiB
End job on node41 at 2008-07-04 05:13:34