Trace number 2064963

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 DC 2009-07-14? 355.813 357.042

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-7-fair.xml
MD5SUM6868c0dbaa1b83433bdc467ecccba464
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark159.489
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14025
Global constraints used (with number of constraints)

Solver Data

355.51/356.73	c [ 356.315] WARNING : java.lang.OutOfMemoryError: Java heap space
355.61/356.87	java.lang.Object.clone(Native Method)
355.61/356.87	cspfj.problem.BitVectorDomain.<init>(BitVectorDomain.java:24)
355.61/356.87	cspfj.problem.Variable.<init>(Variable.java:65)
355.61/356.87	concrete.VariableManager.compute(VariableManager.java:38)
355.61/356.87	concrete.CspOM.generate(CspOM.java:62)
355.61/356.87	cspfj.problem.Problem.load(Problem.java:108)
355.61/356.87	concrete.Concrete.solve(Concrete.java:159)
355.61/356.87	concrete.Concrete.run(Concrete.java:112)
355.61/356.87	concrete.Concrete.main(Concrete.java:105) (cspfj.ResultHandler.result)
355.61/356.87	c CPU-LOAD 76.06
355.61/356.87	s UNKNOWN
355.61/356.87	c java.lang.OutOfMemoryError: Java heap space[java.lang.Object.clone(Native Method), cspfj.problem.BitVectorDomain.<init>(BitVectorDomain.java:24), cspfj.problem.Variable.<init>(Variable.java:65), concrete.VariableManager.compute(VariableManager.java:38), concrete.CspOM.generate(CspOM.java:62), cspfj.problem.Problem.load(Problem.java:108), concrete.Concrete.solve(Concrete.java:159), concrete.Concrete.run(Concrete.java:112), concrete.Concrete.main(Concrete.java:105)]
355.61/356.87	c TOTAL-NODES 0
355.61/356.87	c TOTAL-CPU 0.0

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064963-1247703156/watcher-2064963-1247703156 -o /tmp/evaluation-result-2064963-1247703156/solver-2064963-1247703156 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2064963-1247703156.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9277
/proc/meminfo: memFree=1280168/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 271 0 0 0 0 0 0 0 21 0 1 0 57382230 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 227848978514 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/9277/statm: 1339 230 191 169 0 50 0
[pid=9278] ppid=9277 vsize=5356 CPUtime=0
/proc/9278/stat : 9278 (concrete.sh) R 9277 9277 8334 0 -1 4194368 6 0 0 0 0 0 0 0 22 0 1 0 57382231 5484544 230 996147200 4194304 4889804 548682068736 18446744073709551615 227848812144 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9278/statm: 1339 230 191 169 0 50 0

[startup+0.0523999 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9277
/proc/meminfo: memFree=1280168/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.109404 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9277
/proc/meminfo: memFree=1280168/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301423 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9277
/proc/meminfo: memFree=1280168/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701463 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9277
/proc/meminfo: memFree=1280168/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50254 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9290
/proc/meminfo: memFree=1264152/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=847656 CPUtime=1.46
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 8330 0 1 0 139 7 0 0 18 0 9 0 57382232 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 211914 7170 2624 9 0 206392 0
[pid=9282/tid=9283] ppid=9277 vsize=847656 CPUtime=0.99
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 3916 0 1 0 95 4 0 0 21 0 9 0 57382233 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4126472485 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=847656 CPUtime=0.11
/proc/9282/task/9284/stat : 9284 (java) S 9277 9277 8334 0 -1 64 2188 0 0 0 11 0 0 0 16 0 9 0 57382234 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57382234 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57382234 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57382237 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=847656 CPUtime=0.32
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 57382241 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57382241 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57382241 867999744 7170 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 853012

[startup+3.10169 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9290
/proc/meminfo: memFree=1259416/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=847656 CPUtime=3.04
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 9309 0 1 0 297 7 0 0 18 0 9 0 57382232 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 211914 8131 2624 9 0 206392 0
[pid=9282/tid=9283] ppid=9277 vsize=847656 CPUtime=2.44
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 3934 0 1 0 240 4 0 0 25 0 9 0 57382233 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4125643232 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=847656 CPUtime=0.25
/proc/9282/task/9284/stat : 9284 (java) S 9277 9277 8334 0 -1 64 3149 0 0 0 25 0 0 0 16 0 9 0 57382234 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57382234 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57382234 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57382237 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=847656 CPUtime=0.32
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 57382241 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57382241 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=847656 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57382241 867999744 8131 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 853012

[startup+6.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 9290
/proc/meminfo: memFree=1254048/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=847640 CPUtime=6.21
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 10656 0 1 0 613 8 0 0 18 0 9 0 57382232 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 211910 9140 2625 9 0 206388 0
[pid=9282/tid=9283] ppid=9277 vsize=847640 CPUtime=5.46
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 4031 0 1 0 541 5 0 0 25 0 9 0 57382233 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4126467293 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=847640 CPUtime=0.41
/proc/9282/task/9284/stat : 9284 (java) S 9277 9277 8334 0 -1 64 4399 0 0 0 40 1 0 0 16 0 9 0 57382234 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=847640 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57382234 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=847640 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57382234 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=847640 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57382237 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=847640 CPUtime=0.32
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 57382241 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=847640 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57382241 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=847640 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 57382241 867983360 9140 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 852996

[startup+12.7088 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 9291
/proc/meminfo: memFree=1235160/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=848668 CPUtime=12.55
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 17319 0 1 0 1243 12 0 0 18 0 10 0 57382232 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 212167 13364 2625 9 0 206645 0
[pid=9282/tid=9283] ppid=9277 vsize=848668 CPUtime=10.64
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 4154 0 1 0 1059 5 0 0 25 0 10 0 57382233 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=848668 CPUtime=1.54
/proc/9282/task/9284/stat : 9284 (java) S 9277 9277 8334 0 -1 64 10930 0 0 0 150 4 0 0 15 0 10 0 57382234 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57382234 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57382234 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57382237 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=848668 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1535 0 0 0 33 1 0 0 16 0 10 0 57382241 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57382241 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) R 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57382241 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9291] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9291/stat : 9291 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57383363 869036032 13364 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 854024

[startup+25.5028 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 9291
/proc/meminfo: memFree=1235736/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=848668 CPUtime=25.21
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 43725 0 1 0 2491 30 0 0 18 0 10 0 57382232 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 212167 13397 2625 9 0 206645 0
[pid=9282/tid=9283] ppid=9277 vsize=848668 CPUtime=13.09
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 4545 0 1 0 1302 7 0 0 25 0 10 0 57382233 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4126067864 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=848668 CPUtime=11.75
/proc/9282/task/9284/stat : 9284 (java) S 9277 9277 8334 0 -1 64 36945 0 0 0 1155 20 0 0 16 0 10 0 57382234 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57382234 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57382234 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57382237 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=848668 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1535 0 0 0 33 1 0 0 16 0 10 0 57382241 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57382241 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 57382241 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9291] ppid=9277 vsize=848668 CPUtime=0
/proc/9282/task/9291/stat : 9291 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57383363 869036032 13397 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21

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

[pid=9282/tid=9288] ppid=9277 vsize=850976 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1535 0 0 0 33 1 0 0 16 0 10 0 57382241 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57382241 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 57382241 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9282/tid=9291] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9291/stat : 9291 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57383363 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 344.31
Current children cumulated vsize (KiB) 856332

[startup+351.903 s]
/proc/loadavg: 2.96 2.59 2.25 4/92 9291
/proc/meminfo: memFree=1233112/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=850976 CPUtime=350.71
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 740416 0 1 0 34589 482 0 0 18 0 10 0 57382232 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 212744 14114 2625 9 0 207222 0
[pid=9282/tid=9283] ppid=9277 vsize=850976 CPUtime=75.51
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 14724 0 1 0 7502 49 0 0 25 0 10 0 57382233 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=850976 CPUtime=274.83
/proc/9282/task/9284/stat : 9284 (java) R 9277 9277 8334 0 -1 64 723456 0 0 0 27053 430 0 0 16 0 10 0 57382234 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 103733025 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57382234 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 57382234 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57382237 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=850976 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1535 0 0 0 33 1 0 0 16 0 10 0 57382241 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57382241 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 57382241 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9282/tid=9291] ppid=9277 vsize=850976 CPUtime=0
/proc/9282/task/9291/stat : 9291 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57383363 871399424 14114 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 350.71
Current children cumulated vsize (KiB) 856332

[startup+355.102 s]
/proc/loadavg: 2.96 2.59 2.25 3/92 9291
/proc/meminfo: memFree=870040/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=849692 CPUtime=353.9
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 902758 0 1 0 34842 548 0 0 18 0 10 0 57382232 870084608 174518 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 212423 174523 2625 9 0 206901 0
[pid=9282/tid=9283] ppid=9277 vsize=849692 CPUtime=76.21
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 21983 0 1 0 7568 53 0 0 25 0 10 0 57382233 870084608 174528 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=849692 CPUtime=277.32
/proc/9282/task/9284/stat : 9284 (java) R 9277 9277 8334 0 -1 64 878552 0 0 0 27239 493 0 0 16 0 10 0 57382234 870084608 174535 996147200 134512640 134550932 4294955344 18446744073709551615 102709373 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57382234 870084608 174542 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57382234 870084608 174548 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57382237 870084608 174554 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=849692 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1538 0 0 0 33 1 0 0 17 0 10 0 57382241 870084608 174561 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57382241 870084608 174567 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 57382241 870084608 174574 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9282/tid=9291] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9291/stat : 9291 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57383363 870084608 174580 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 353.9
Current children cumulated vsize (KiB) 855048

[startup+355.901 s]
/proc/loadavg: 2.96 2.59 2.25 4/92 9291
/proc/meminfo: memFree=573528/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=849692 CPUtime=354.71
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 918109 0 1 0 34916 555 0 0 18 0 10 0 57382232 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 212423 189866 2625 9 0 206901 0
[pid=9282/tid=9283] ppid=9277 vsize=849692 CPUtime=76.3
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 21989 0 1 0 7577 53 0 0 25 0 10 0 57382233 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=849692 CPUtime=278.03
/proc/9282/task/9284/stat : 9284 (java) R 9277 9277 8334 0 -1 64 893880 0 0 0 27304 499 0 0 16 0 10 0 57382234 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57382234 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57382234 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57382237 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=849692 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1538 0 0 0 33 1 0 0 17 0 10 0 57382241 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57382241 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 57382241 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9282/tid=9291] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9291/stat : 9291 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57383363 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 354.71
Current children cumulated vsize (KiB) 855048

[startup+356.701 s]
/proc/loadavg: 2.89 2.58 2.24 6/92 9291
/proc/meminfo: memFree=528728/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=849692 CPUtime=355.51
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 918109 0 1 0 34996 555 0 0 18 0 10 0 57382232 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 212423 189866 2625 9 0 206901 0
[pid=9282/tid=9283] ppid=9277 vsize=849692 CPUtime=76.3
/proc/9282/task/9283/stat : 9283 (java) R 9277 9277 8334 0 -1 64 21989 0 1 0 7577 53 0 0 25 0 10 0 57382233 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=849692 CPUtime=278.83
/proc/9282/task/9284/stat : 9284 (java) R 9277 9277 8334 0 -1 64 893880 0 0 0 27384 499 0 0 17 0 10 0 57382234 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57382234 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 57382234 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 57382237 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=849692 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1538 0 0 0 33 1 0 0 17 0 10 0 57382241 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 57382241 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 57382241 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=9282/tid=9291] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9291/stat : 9291 (java) S 9277 9277 8334 0 -1 64 4 0 0 0 0 0 0 0 25 0 10 0 57383363 870084608 189866 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 355.51
Current children cumulated vsize (KiB) 855048

[startup+356.901 s]
/proc/loadavg: 2.89 2.58 2.24 6/92 9291
/proc/meminfo: memFree=528728/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=849692 CPUtime=355.68
/proc/9282/stat : 9282 (java) S 9277 9277 8334 0 -1 0 918142 0 1 0 35013 555 0 0 18 0 9 0 57382232 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 212423 189894 2627 9 0 206901 0
[pid=9282/tid=9283] ppid=9277 vsize=849692 CPUtime=76.31
/proc/9282/task/9283/stat : 9283 (java) S 9277 9277 8334 0 -1 64 22020 0 1 0 7578 53 0 0 25 0 9 0 57382233 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9284] ppid=9277 vsize=849692 CPUtime=278.99
/proc/9282/task/9284/stat : 9284 (java) S 9277 9277 8334 0 -1 64 893880 0 0 0 27400 499 0 0 17 0 9 0 57382234 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9285] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9285/stat : 9285 (java) S 9277 9277 8334 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 57382234 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9286] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9286/stat : 9286 (java) S 9277 9277 8334 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 57382234 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9287] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9287/stat : 9287 (java) S 9277 9277 8334 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 57382237 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9288] ppid=9277 vsize=849692 CPUtime=0.34
/proc/9282/task/9288/stat : 9288 (java) S 9277 9277 8334 0 -1 64 1538 0 0 0 33 1 0 0 17 0 9 0 57382241 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9289] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9289/stat : 9289 (java) S 9277 9277 8334 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 57382241 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9282/tid=9290] ppid=9277 vsize=849692 CPUtime=0
/proc/9282/task/9290/stat : 9290 (java) S 9277 9277 8334 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 57382241 870084608 189894 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 355.68
Current children cumulated vsize (KiB) 855048

[startup+357.001 s]
/proc/loadavg: 2.89 2.58 2.24 6/92 9291
/proc/meminfo: memFree=528728/2055920 swapFree=4192812/4192956
[pid=9277] ppid=9275 vsize=5356 CPUtime=0
/proc/9277/stat : 9277 (concrete.sh) S 9275 9277 8334 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 57382230 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9277/statm: 1339 244 201 169 0 50 0
[pid=9282] ppid=9277 vsize=0 CPUtime=355.75
/proc/9282/stat : 9282 (java) Z 9277 9277 8334 0 -1 12 918146 0 1 0 35013 562 0 0 16 0 2 0 57382232 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9282/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 355.75
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 357.042
CPU time (s): 355.813
CPU user time (s): 350.144
CPU system time (s): 5.66914
CPU usage (%): 99.6556
Max. virtual memory (cumulated for all children) (KiB): 856332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 350.144
system time used= 5.66914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 918789
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= 104827
involuntary context switches= 103206

runsolver used 0.462929 second user time and 1.22181 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-16 02:12:36
IDJOB=2064963
IDBENCH=54233
IDSOLVER=736
FILE ID=node18/2064963-1247703156
PBS_JOBID= 9521272
Free space on /tmp= 66312 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-7-fair.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064963-1247703156/watcher-2064963-1247703156 -o /tmp/evaluation-result-2064963-1247703156/solver-2064963-1247703156 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2064963-1247703156.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6868c0dbaa1b83433bdc467ecccba464
RANDOM SEED=1760108958

node18.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.243
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.243
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:       1280648 kB
Buffers:         93872 kB
Cached:         537372 kB
SwapCached:          0 kB
Active:         299148 kB
Inactive:       393164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3648 kB
Writeback:           0 kB
Mapped:          81468 kB
Slab:            68176 kB
Committed_AS:   559224 kB
PageTables:       1892 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= 66312 MiB
End job on node18 at 2009-07-16 02:18:33