Trace number 1073951

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 843.105 843.448

DiagnosticValue
CHECKS2268540000
NODES888300000

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-31_ext.xml
MD5SUMda411ae17296d3ddbd6ba5ccd8b25a14
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 benchmark0.640902
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints154
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension154
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2.47/2.57	c CPU-LOAD 1.7
2.47/2.57	c LOADED 111 V (42 E), 112 ExtensionConstraintGeneral, 42 ExtensionConstraint2D, arity 10, 1.7 cpu
843.06/843.40	v 0 1 0 5 1 1 1 4 1 0 1 0 0 1 0 1 1 1 1 2 2 1 1 1 20 0 3 0 0 0 1 0 16 7 0 0 0 1 1 2 0 0 0 2 2 0 1 0 1 0 1 1 2 1 1 3 1 1 1 0 1 0 1 0 1 1 2 0 1 2 0 4 1 1 5 0 1 1 0 1 1 1 2 0 1 1 1 0 0 1 0 2 0 0 0 2 3 1 0 0 2 2 5 8 6 6 3 2 0 0 1 
843.06/843.40	s SATISFIABLE
843.06/843.40	d NODES 888300349
843.06/843.40	d CHECKS 2268537842
843.06/843.40	c gac3-effective-revisions: 26
843.06/843.40	c gac3-useless-revisions: 1069
843.06/843.40	c prepro-constraint-ccks: 85481239
843.06/843.40	c prepro-constraint-presenceccks: 3607
843.06/843.40	c prepro-cpu: 21.460001
843.06/843.40	c prepro-matrix2d-ccks: 916
843.06/843.40	c prepro-matrix2d-presenceccks: 915
843.06/843.40	c prepro-removed: 33
843.06/843.40	c total-assgn: 888300349
843.06/843.40	c total-constraint-ccks: 2268125350
843.06/843.40	c total-constraint-presence-ccks: 8023349
843.06/843.40	c total-cpu: 840.3
843.06/843.40	c total-matrix2d-ccks: 412492
843.06/843.40	c total-matrix2d-presence-ccks: 5367153
843.06/843.40	c tuples: 0
843.06/843.40	c tuples-collisions: 0
843.06/843.40	c TOTAL-NODES 888300349
843.06/843.40	c TOTAL-CPU 840.3

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-1073951-1215177849/watcher-1073951-1215177849 -o /tmp/evaluation-result-1073951-1215177849/solver-1073951-1215177849 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1073951-1215177849.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.13 2.11 2.03 4/73 32183
/proc/meminfo: memFree=1737800/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 271 0 0 0 0 0 0 0 22 0 1 0 1996758925 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 253307355218 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/32183/statm: 1339 230 191 169 0 50 0
[pid=32184] ppid=32183 vsize=124 CPUtime=0
/proc/32184/stat : 32184 (dirname) R 32183 32183 28769 0 -1 4194304 47 0 0 0 0 0 0 0 24 0 1 0 1996758925 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 253304567061 0 0 4096 0 0 0 0 17 1 0 0
/proc/32184/statm: 31 22 16 3 0 3 0

[startup+0.098878 s]
/proc/loadavg: 2.13 2.11 2.03 4/73 32183
/proc/meminfo: memFree=1737800/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101879 s]
/proc/loadavg: 2.13 2.11 2.03 4/73 32183
/proc/meminfo: memFree=1737800/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301892 s]
/proc/loadavg: 2.13 2.11 2.03 4/73 32183
/proc/meminfo: memFree=1737800/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701927 s]
/proc/loadavg: 2.13 2.11 2.03 4/73 32183
/proc/meminfo: memFree=1737800/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.502 s]
/proc/loadavg: 2.13 2.11 2.03 4/83 32194
/proc/meminfo: memFree=1720504/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=843640 CPUtime=1.48
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 8787 0 1 0 142 6 0 0 18 0 9 0 1996758926 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 210910 7590 2562 9 0 205478 0
[pid=32186/tid=32187] ppid=32183 vsize=843640 CPUtime=0.96
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 3888 0 1 0 93 3 0 0 25 0 9 0 1996758927 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4125735984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=843640 CPUtime=0.42
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 3826 0 0 0 41 1 0 0 16 0 9 0 1996758928 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=843640 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=843640 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1996758928 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=843640 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=843640 CPUtime=0.07
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1996758930 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=843640 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=843640 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 863887360 7590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 848996

[startup+3.10214 s]
/proc/loadavg: 2.13 2.11 2.03 3/84 32195
/proc/meminfo: memFree=1708272/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846240 CPUtime=3.07
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 42957 0 1 0 287 20 0 0 18 0 9 0 1996758926 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211560 41689 2566 9 0 206127 0
[pid=32186/tid=32187] ppid=32183 vsize=846240 CPUtime=2.25
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 35450 0 1 0 210 15 0 0 25 0 9 0 1996758927 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4126053214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846240 CPUtime=0.66
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6021 0 0 0 64 2 0 0 16 0 9 0 1996758928 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846240 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846240 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846240 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846240 CPUtime=0.13
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 748 0 0 0 13 0 0 0 16 0 9 0 1996758930 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846240 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846240 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866549760 41689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 851596

[startup+6.30143 s]
/proc/loadavg: 2.20 2.12 2.04 3/83 32196
/proc/meminfo: memFree=1580208/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=6.27
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 42957 0 1 0 607 20 0 0 18 0 9 0 1996758926 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 41685 2566 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=5.44
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 35450 0 1 0 529 15 0 0 25 0 9 0 1996758927 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4126053214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.66
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6021 0 0 0 64 2 0 0 16 0 9 0 1996758928 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.13
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 748 0 0 0 13 0 0 0 16 0 9 0 1996758930 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 41685 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 851484

[startup+12.703 s]
/proc/loadavg: 2.18 2.12 2.04 3/83 32196
/proc/meminfo: memFree=1580208/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=12.67
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 42959 0 1 0 1247 20 0 0 18 0 9 0 1996758926 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 41686 2566 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=11.84
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 35450 0 1 0 1169 15 0 0 25 0 9 0 1996758927 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4126053214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.66
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6021 0 0 0 64 2 0 0 16 0 9 0 1996758928 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.13
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 750 0 0 0 13 0 0 0 16 0 9 0 1996758930 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 41686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 851484

[startup+25.5012 s]
/proc/loadavg: 2.14 2.11 2.04 3/83 32196
/proc/meminfo: memFree=1580080/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=25.46
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 43239 0 1 0 2526 20 0 0 18 0 9 0 1996758926 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 41961 2572 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=24.61
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 35704 0 1 0 2445 16 0 0 18 0 9 0 1996758927 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4126069626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.66
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6021 0 0 0 64 2 0 0 16 0 9 0 1996758928 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.16
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 776 0 0 0 16 0 0 0 15 0 9 0 1996758930 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 41961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 851484

[startup+51.1015 s]

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

Current children cumulated CPU time (s) 831.56
Current children cumulated vsize (KiB) 851484

[startup+838.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32198
/proc/meminfo: memFree=1564656/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=837.96
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 46757 0 1 0 83719 77 0 0 18 0 9 0 1996758926 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 45385 2572 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=836.99
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 39187 0 1 0 83627 72 0 0 25 0 9 0 1996758927 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4126013562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.74
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6037 0 0 0 71 3 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.19
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 795 0 0 0 19 0 0 0 16 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 837.96
Current children cumulated vsize (KiB) 851484

[startup+841.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32198
/proc/meminfo: memFree=1564656/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=841.17
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 46757 0 1 0 84040 77 0 0 18 0 9 0 1996758926 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 45385 2572 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=840.2
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 39187 0 1 0 83948 72 0 0 25 0 9 0 1996758927 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4126103080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.74
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6037 0 0 0 71 3 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.19
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 795 0 0 0 19 0 0 0 16 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 841.17
Current children cumulated vsize (KiB) 851484

[startup+842.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32198
/proc/meminfo: memFree=1564656/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=841.96
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 46757 0 1 0 84119 77 0 0 18 0 9 0 1996758926 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 45385 2572 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=840.99
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 39187 0 1 0 84027 72 0 0 25 0 9 0 1996758927 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4126103114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.74
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6037 0 0 0 71 3 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.19
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 795 0 0 0 19 0 0 0 16 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 841.96
Current children cumulated vsize (KiB) 851484

[startup+843.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32198
/proc/meminfo: memFree=1564656/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=842.76
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 46757 0 1 0 84199 77 0 0 18 0 9 0 1996758926 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 45385 2572 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=841.79
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 39187 0 1 0 84107 72 0 0 25 0 9 0 1996758927 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4126108018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.74
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6037 0 0 0 71 3 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.19
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 795 0 0 0 19 0 0 0 16 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 842.76
Current children cumulated vsize (KiB) 851484

[startup+843.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32198
/proc/meminfo: memFree=1564656/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=842.96
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 46757 0 1 0 84219 77 0 0 18 0 9 0 1996758926 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 45385 2572 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=841.99
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 39187 0 1 0 84127 72 0 0 25 0 9 0 1996758927 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4126057645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.74
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6037 0 0 0 71 3 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.19
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 795 0 0 0 19 0 0 0 16 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 45385 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 842.96
Current children cumulated vsize (KiB) 851484

[startup+843.403 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32198
/proc/meminfo: memFree=1564656/2055920 swapFree=4180844/4192956
[pid=32183] ppid=32181 vsize=5356 CPUtime=0
/proc/32183/stat : 32183 (concrete.sh) S 32181 32183 28769 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1996758925 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32183/statm: 1339 242 201 169 0 50 0
[pid=32186] ppid=32183 vsize=846128 CPUtime=843.06
/proc/32186/stat : 32186 (java) S 32183 32183 28769 0 -1 0 46758 0 1 0 84229 77 0 0 18 0 9 0 1996758926 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32186/statm: 211532 45386 2572 9 0 206099 0
[pid=32186/tid=32187] ppid=32183 vsize=846128 CPUtime=842.09
/proc/32186/task/32187/stat : 32187 (java) R 32183 32183 28769 0 -1 64 39188 0 1 0 84137 72 0 0 25 0 9 0 1996758927 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4126048034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32188] ppid=32183 vsize=846128 CPUtime=0.74
/proc/32186/task/32188/stat : 32188 (java) S 32183 32183 28769 0 -1 64 6037 0 0 0 71 3 0 0 16 0 9 0 1996758928 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32189] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32183 32183 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32190] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32183 32183 28769 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1996758928 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32191] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32183 32183 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1996758930 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32192] ppid=32183 vsize=846128 CPUtime=0.19
/proc/32186/task/32192/stat : 32192 (java) S 32183 32183 28769 0 -1 64 795 0 0 0 19 0 0 0 16 0 9 0 1996758930 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32186/tid=32193] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32183 32183 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996758930 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32186/tid=32194] ppid=32183 vsize=846128 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32183 32183 28769 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1996758930 866435072 45386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 843.06
Current children cumulated vsize (KiB) 851484

Child status: 0
Real time (s): 843.448
CPU time (s): 843.105
CPU user time (s): 842.299
CPU system time (s): 0.805877
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 851596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 842.299
system time used= 0.805877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47216
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= 20225
involuntary context switches= 6844

runsolver used 1.17882 second user time and 2.6616 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 15:24:09
IDJOB=1073951
IDBENCH=56382
IDSOLVER=303
FILE ID=node25/1073951-1215177849
PBS_JOBID= 7881450
Free space on /tmp= 66548 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-31_ext.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-1073951-1215177849/watcher-1073951-1215177849 -o /tmp/evaluation-result-1073951-1215177849/solver-1073951-1215177849 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1073951-1215177849.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da411ae17296d3ddbd6ba5ccd8b25a14
RANDOM SEED=1747434349

node25.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.234
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.234
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:       1738280 kB
Buffers:         29332 kB
Cached:         119308 kB
SwapCached:       6196 kB
Active:         219312 kB
Inactive:        44284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738280 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            4128 kB
Writeback:           0 kB
Mapped:         121296 kB
Slab:            38908 kB
Committed_AS:  3641568 kB
PageTables:       2244 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= 66548 MiB
End job on node25 at 2008-07-04 15:38:12