Trace number 1059271

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 + CPS4J 2008-05-30? 94.0017 147.206

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-8-fair.xml
MD5SUM0864a4d457da97ae5f62840ffdfb86f0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables23382
Number of constraints22147
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22147
Global constraints used (with number of constraints)

Solver Data (download as text)

93.82/94.33	c Mon Jul 07 22:33:40 CEST 2008 cspfj.ResultHandler result
93.82/94.33	c WARNING: java.lang.OutOfMemoryError: Java heap space
93.82/94.33	c CPU-LOAD 85.34
93.82/94.33	s UNKNOWN
93.82/94.33	c java.lang.OutOfMemoryError: Java heap space[java.lang.Integer.valueOf(Unknown Source), cspfj.problem.Variable.(Unknown Source), concrete.VariableManager.compute(Unknown Source), concrete.CspOM.generate(Unknown Source), cspfj.problem.Problem.load(Unknown Source), concrete.Concrete.solve(Unknown Source), concrete.Concrete.run(Unknown Source), concrete.Concrete.main(Unknown Source)]
93.82/94.33	c TOTAL-NODES 0
93.82/94.33	c TOTAL-CPU 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1059271-1215462725/watcher-1059271-1215462725 -o /tmp/evaluation-result-1059271-1215462725/solver-1059271-1215462725 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1059271-1215462725.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: 0.71 1.60 1.86 3/82 3431
/proc/meminfo: memFree=1195584/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0

[startup+0.0316741 s]
/proc/loadavg: 0.71 1.60 1.86 3/82 3431
/proc/meminfo: memFree=1195584/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101688 s]
/proc/loadavg: 0.71 1.60 1.86 3/82 3431
/proc/meminfo: memFree=1195584/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301728 s]
/proc/loadavg: 0.71 1.60 1.86 3/82 3431
/proc/meminfo: memFree=1195584/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701797 s]
/proc/loadavg: 0.71 1.60 1.86 3/82 3431
/proc/meminfo: memFree=1195584/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50293 s]
/proc/loadavg: 0.71 1.60 1.86 2/92 3442
/proc/meminfo: memFree=1180784/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=845352 CPUtime=1.62
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 7282 0 1 0 158 4 0 0 20 0 9 0 2974431 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211338 6337 2574 9 0 205899 0
[pid=3433/tid=3435] ppid=3431 vsize=845352 CPUtime=1.3
/proc/3433/task/3435/stat : 3435 (java) R 3431 3431 2806 0 -1 64 3450 0 1 0 128 2 0 0 17 0 9 0 2974432 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4125952751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=845352 CPUtime=0.14
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 2552 0 0 0 14 0 0 0 16 0 9 0 2974433 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 15 0 9 0 2974433 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3438] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=845352 CPUtime=0.14
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 548 0 0 0 14 0 0 0 16 0 9 0 2974435 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3441] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2974435 865640448 6337 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 850708

[startup+3.10221 s]
/proc/loadavg: 0.71 1.60 1.86 2/92 3442
/proc/meminfo: memFree=1178992/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=845352 CPUtime=3.21
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 8000 0 1 0 316 5 0 0 20 0 9 0 2974431 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211338 6948 2574 9 0 205899 0
[pid=3433/tid=3435] ppid=3431 vsize=845352 CPUtime=2.76
/proc/3433/task/3435/stat : 3435 (java) R 3431 3431 2806 0 -1 64 3557 0 1 0 274 2 0 0 16 0 9 0 2974432 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4125951058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3436] ppid=3431 vsize=845352 CPUtime=0.28
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 3163 0 0 0 27 1 0 0 16 0 9 0 2974433 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3438] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=845352 CPUtime=0.14
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 548 0 0 0 14 0 0 0 16 0 9 0 2974435 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3441] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2974435 865640448 6948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 850708

[startup+6.30277 s]
/proc/loadavg: 0.73 1.59 1.85 2/92 3442
/proc/meminfo: memFree=1174640/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=845352 CPUtime=6.38
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 10163 0 1 0 631 7 0 0 20 0 9 0 2974431 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211338 7752 2574 9 0 205899 0
[pid=3433/tid=3435] ppid=3431 vsize=845352 CPUtime=5.71
/proc/3433/task/3435/stat : 3435 (java) R 3431 3431 2806 0 -1 64 3813 0 1 0 567 4 0 0 16 0 9 0 2974432 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4125957354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3436] ppid=3431 vsize=845352 CPUtime=0.51
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 5070 0 0 0 48 3 0 0 16 0 9 0 2974433 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3438] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=845352 CPUtime=0.14
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 548 0 0 0 14 0 0 0 16 0 9 0 2974435 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3441] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2974435 865640448 7752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 850708

[startup+12.7029 s]
/proc/loadavg: 0.75 1.58 1.85 2/92 3442
/proc/meminfo: memFree=1171192/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=845352 CPUtime=12.73
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 11152 0 1 0 1262 11 0 0 20 0 9 0 2974431 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211338 8480 2574 9 0 205899 0
[pid=3433/tid=3435] ppid=3431 vsize=845352 CPUtime=11.87
/proc/3433/task/3435/stat : 3435 (java) R 3431 3431 2806 0 -1 64 4074 0 1 0 1182 5 0 0 17 0 9 0 2974432 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4125957951 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=845352 CPUtime=0.68
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 5798 0 0 0 64 4 0 0 16 0 9 0 2974433 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3438] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=845352 CPUtime=0.14
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 548 0 0 0 14 0 0 0 16 0 9 0 2974435 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3441] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2974435 865640448 8480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 850708

[startup+25.5011 s]
/proc/loadavg: 0.81 1.55 1.83 2/92 3442
/proc/meminfo: memFree=1167416/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=845352 CPUtime=25.44
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 12568 0 1 0 2529 15 0 0 20 0 9 0 2974431 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211338 9397 2574 9 0 205899 0
[pid=3433/tid=3435] ppid=3431 vsize=845352 CPUtime=24.25
/proc/3433/task/3435/stat : 3435 (java) R 3431 3431 2806 0 -1 64 4573 0 1 0 2419 6 0 0 17 0 9 0 2974432 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4125961036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=845352 CPUtime=1.02
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 6715 0 0 0 94 8 0 0 16 0 9 0 2974433 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3438] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2974433 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=845352 CPUtime=0.14
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 548 0 0 0 14 0 0 0 16 0 9 0 2974435 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3441] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2974435 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=845352 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2974435 865640448 9397 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 850708

[startup+51.1015 s]
/proc/loadavg: 0.87 1.50 1.81 2/92 3442
/proc/meminfo: memFree=1162424/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0

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

[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=846996 CPUtime=93.87
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 197218 0 1 0 9286 101 0 0 20 0 10 0 2974431 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211749 188718 2585 9 0 206310 0
[pid=3433/tid=3435] ppid=3431 vsize=846996 CPUtime=85.43
/proc/3433/task/3435/stat : 3435 (java) S 3431 3431 2806 0 -1 64 13149 0 1 0 8529 14 0 0 15 0 10 0 2974432 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=846996 CPUtime=8.24
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 182599 0 0 0 738 86 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3438] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=846996 CPUtime=0.18
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 732 0 0 0 18 0 0 0 17 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3441] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3443] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3443/stat : 3443 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 18 0 10 0 2983137 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.87
Current children cumulated vsize (KiB) 852352

[startup+143.903 s]
/proc/loadavg: 0.54 1.25 1.69 1/93 3443
/proc/meminfo: memFree=448432/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=846996 CPUtime=93.87
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 197218 0 1 0 9286 101 0 0 20 0 10 0 2974431 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211749 188718 2585 9 0 206310 0
[pid=3433/tid=3435] ppid=3431 vsize=846996 CPUtime=85.43
/proc/3433/task/3435/stat : 3435 (java) S 3431 3431 2806 0 -1 64 13149 0 1 0 8529 14 0 0 15 0 10 0 2974432 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=846996 CPUtime=8.24
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 182599 0 0 0 738 86 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3438] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=846996 CPUtime=0.18
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 732 0 0 0 18 0 0 0 17 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3441] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3443] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3443/stat : 3443 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 18 0 10 0 2983137 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.87
Current children cumulated vsize (KiB) 852352

[startup+145.503 s]
/proc/loadavg: 0.50 1.22 1.68 1/93 3443
/proc/meminfo: memFree=448432/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=846996 CPUtime=93.87
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 197218 0 1 0 9286 101 0 0 20 0 10 0 2974431 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211749 188718 2585 9 0 206310 0
[pid=3433/tid=3435] ppid=3431 vsize=846996 CPUtime=85.43
/proc/3433/task/3435/stat : 3435 (java) S 3431 3431 2806 0 -1 64 13149 0 1 0 8529 14 0 0 15 0 10 0 2974432 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=846996 CPUtime=8.24
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 182599 0 0 0 738 86 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3438] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=846996 CPUtime=0.18
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 732 0 0 0 18 0 0 0 17 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3441] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3443] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3443/stat : 3443 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 18 0 10 0 2983137 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.87
Current children cumulated vsize (KiB) 852352

[startup+146.306 s]
/proc/loadavg: 0.50 1.22 1.68 1/93 3443
/proc/meminfo: memFree=448432/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=846996 CPUtime=93.87
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 197218 0 1 0 9286 101 0 0 20 0 10 0 2974431 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211749 188718 2585 9 0 206310 0
[pid=3433/tid=3435] ppid=3431 vsize=846996 CPUtime=85.43
/proc/3433/task/3435/stat : 3435 (java) S 3431 3431 2806 0 -1 64 13149 0 1 0 8529 14 0 0 15 0 10 0 2974432 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=846996 CPUtime=8.24
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 182599 0 0 0 738 86 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3438] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=846996 CPUtime=0.18
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 732 0 0 0 18 0 0 0 17 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3441] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3443] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3443/stat : 3443 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 18 0 10 0 2983137 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.87
Current children cumulated vsize (KiB) 852352

[startup+146.701 s]
/proc/loadavg: 0.50 1.22 1.68 1/93 3443
/proc/meminfo: memFree=448432/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=846996 CPUtime=93.87
/proc/3433/stat : 3433 (java) S 3431 3431 2806 0 -1 0 197218 0 1 0 9286 101 0 0 20 0 10 0 2974431 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 211749 188718 2585 9 0 206310 0
[pid=3433/tid=3435] ppid=3431 vsize=846996 CPUtime=85.43
/proc/3433/task/3435/stat : 3435 (java) S 3431 3431 2806 0 -1 64 13149 0 1 0 8529 14 0 0 15 0 10 0 2974432 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3436] ppid=3431 vsize=846996 CPUtime=8.24
/proc/3433/task/3436/stat : 3436 (java) S 3431 3431 2806 0 -1 64 182599 0 0 0 738 86 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3437] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3437/stat : 3437 (java) S 3431 3431 2806 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3438] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3438/stat : 3438 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2974433 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3439] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3439/stat : 3439 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3440] ppid=3431 vsize=846996 CPUtime=0.18
/proc/3433/task/3440/stat : 3440 (java) S 3431 3431 2806 0 -1 64 732 0 0 0 18 0 0 0 17 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3433/tid=3441] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3441/stat : 3441 (java) S 3431 3431 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3442] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3442/stat : 3442 (java) S 3431 3431 2806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 2974435 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3433/tid=3443] ppid=3431 vsize=846996 CPUtime=0
/proc/3433/task/3443/stat : 3443 (java) S 3431 3431 2806 0 -1 64 6 0 0 0 0 0 0 0 18 0 10 0 2983137 867323904 188718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.87
Current children cumulated vsize (KiB) 852352

[startup+147.101 s]
/proc/loadavg: 0.50 1.22 1.68 1/93 3443
/proc/meminfo: memFree=448432/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=0 CPUtime=93.88
/proc/3433/stat : 3433 (java) Z 3431 3431 2806 0 -1 12 197222 0 1 0 9286 102 0 0 16 0 2 0 2974431 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.88
Current children cumulated vsize (KiB) 5356

[startup+147.202 s]
/proc/loadavg: 0.50 1.22 1.68 1/93 3443
/proc/meminfo: memFree=448432/2055920 swapFree=4192812/4192956
[pid=3431] ppid=3429 vsize=5356 CPUtime=0
/proc/3431/stat : 3431 (concrete.sh) S 3429 3431 2806 0 -1 4194304 316 128 0 0 0 0 0 0 19 0 1 0 2974430 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3431/statm: 1339 242 201 169 0 50 0
[pid=3433] ppid=3431 vsize=0 CPUtime=93.98
/proc/3433/stat : 3433 (java) Z 3431 3431 2806 0 -1 12 197222 0 1 0 9286 112 0 0 16 0 2 0 2974431 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3433/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.98
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 147.206
CPU time (s): 94.0017
CPU user time (s): 92.8719
CPU system time (s): 1.12983
CPU usage (%): 63.8571
Max. virtual memory (cumulated for all children) (KiB): 854556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.8719
system time used= 1.12983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197675
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= 14414
involuntary context switches= 10714

runsolver used 0.212967 second user time and 0.467928 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-07 22:32:05
IDJOB=1059271
IDBENCH=54231
IDSOLVER=305
FILE ID=node25/1059271-1215462725
PBS_JOBID= 7888596
Free space on /tmp= 66524 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-8-fair.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059271-1215462725/watcher-1059271-1215462725 -o /tmp/evaluation-result-1059271-1215462725/solver-1059271-1215462725 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1059271-1215462725.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0864a4d457da97ae5f62840ffdfb86f0
RANDOM SEED=1254707508

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.265
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.265
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:       1196064 kB
Buffers:          8108 kB
Cached:          53160 kB
SwapCached:          0 kB
Active:         805544 kB
Inactive:        17640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4664 kB
Writeback:           0 kB
Mapped:         782088 kB
Slab:            20468 kB
Committed_AS:   856276 kB
PageTables:       3388 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= 66524 MiB
End job on node25 at 2008-07-07 22:34:33