Trace number 1064374

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? 204.381 206.607

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-240.xml
MD5SUMd28497c4d2e2b68c6bf6783191da2ccc
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 variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data (download as text)

181.68/182.92	c Fri Jul 04 05:10:42 CEST 2008 concrete.ResourceController isOutOfTime
181.68/182.92	c WARNING: Out of time
204.25/206.09	c Fri Jul 04 05:11:05 CEST 2008 cspfj.ResultHandler result
204.25/206.09	c WARNING: cspfj.exception.FailedGenerationException: Could not convert P1-compiled ({mouk5=INTEGER, mouk4=INTEGER, mouk1=INTEGER, mouk0=INTEGER, mouk3=INTEGER, mouk2=INTEGER}): or(or(le(add(mouk0,if(eq(mouk2,0),13,20)),mouk3),le(add(mouk3,if(eq(mouk5,0),17,21)),mouk0)),or(le(add(mouk1,if(eq(mouk2,0),20,13)),mouk4),le(add(mouk4,if(eq(mouk5,0),21,17)),mouk1))) with scope [V164 (D2: [0..160]), V165 (D3: [0..240]), V166 (D4: [0..1]), V551 (D2: [0..160]), V552 (D3: [0..240]), V553 (D4: [0..1])]
204.34/206.39	c CPU-LOAD 166.07
204.34/206.39	s UNKNOWN
204.34/206.39	c cspfj.exception.FailedGenerationException: Could not convert P1-compiled ({mouk5=INTEGER, mouk4=INTEGER, mouk1=INTEGER, mouk0=INTEGER, mouk3=INTEGER, mouk2=INTEGER}): or(or(le(add(mouk0,if(eq(mouk2,0),13,20)),mouk3),le(add(mouk3,if(eq(mouk5,0),17,21)),mouk0)),or(le(add(mouk1,if(eq(mouk2,0),20,13)),mouk4),le(add(mouk4,if(eq(mouk5,0),21,17)),mouk1))) with scope [V164 (D2: [0..160]), V165 (D3: [0..240]), V166 (D4: [0..1]), V551 (D2: [0..160]), V552 (D3: [0..240]), V553 (D4: [0..1])][concrete.relationconverter.RelationManager.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)]
204.34/206.39	c TOTAL-NODES 0
204.34/206.39	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-1064374-1215140859/watcher-1064374-1215140859 -o /tmp/evaluation-result-1064374-1215140859/solver-1064374-1215140859 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1064374-1215140859.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.01 2.01 2.00 4/81 11320
/proc/meminfo: memFree=1381392/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) R 11318 11320 10343 0 -1 4194304 296 128 0 0 0 0 0 0 21 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467982949 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0

[startup+0.0946471 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11320
/proc/meminfo: memFree=1381392/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101648 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11320
/proc/meminfo: memFree=1381392/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301678 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11320
/proc/meminfo: memFree=1381392/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701738 s]
/proc/loadavg: 2.01 2.01 2.00 4/81 11320
/proc/meminfo: memFree=1381392/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50285 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 11331
/proc/meminfo: memFree=1369088/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=844364 CPUtime=1.46
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 6868 0 1 0 141 5 0 0 18 0 9 0 1993060084 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 211091 5999 2574 9 0 205652 0
[pid=11323/tid=11324] ppid=11320 vsize=844364 CPUtime=1.15
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 3411 0 1 0 112 3 0 0 25 0 9 0 1993060086 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4125728804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11325] ppid=11320 vsize=844364 CPUtime=0.13
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 2208 0 0 0 12 1 0 0 16 0 9 0 1993060087 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11326] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11327] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11328] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=844364 CPUtime=0.15
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 517 0 0 0 15 0 0 0 16 0 9 0 1993060089 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11330] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 864628736 5999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849720

[startup+3.1021 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 11331
/proc/meminfo: memFree=1365824/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=844364 CPUtime=3.04
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 7605 0 1 0 297 7 0 0 18 0 9 0 1993060084 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 211091 6626 2574 9 0 205652 0
[pid=11323/tid=11324] ppid=11320 vsize=844364 CPUtime=2.61
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 3521 0 1 0 258 3 0 0 25 0 9 0 1993060086 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11325] ppid=11320 vsize=844364 CPUtime=0.26
/proc/11323/task/11325/stat : 11325 (java) R 11320 11320 10343 0 -1 64 2835 0 0 0 24 2 0 0 16 0 9 0 1993060087 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 104180114 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11326] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11327] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11328] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=844364 CPUtime=0.15
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 517 0 0 0 15 0 0 0 16 0 9 0 1993060089 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11330] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 864628736 6626 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 849720

[startup+6.30257 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 11331
/proc/meminfo: memFree=1318080/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=844364 CPUtime=6.22
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 8485 0 1 0 613 9 0 0 18 0 9 0 1993060084 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 211091 7317 2574 9 0 205652 0
[pid=11323/tid=11324] ppid=11320 vsize=844364 CPUtime=5.6
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 3710 0 1 0 556 4 0 0 25 0 9 0 1993060086 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4125718296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11325] ppid=11320 vsize=844364 CPUtime=0.44
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 3526 0 0 0 41 3 0 0 16 0 9 0 1993060087 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11326] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11327] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11328] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=844364 CPUtime=0.15
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 517 0 0 0 15 0 0 0 16 0 9 0 1993060089 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11330] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 864628736 7317 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 849720

[startup+12.7025 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 11331
/proc/meminfo: memFree=1269440/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=844364 CPUtime=12.55
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 10898 0 1 0 1243 12 0 0 18 0 9 0 1993060084 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 211091 8296 2574 9 0 205652 0
[pid=11323/tid=11324] ppid=11320 vsize=844364 CPUtime=11.58
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 4057 0 1 0 1154 4 0 0 25 0 9 0 1993060086 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4125854036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11325] ppid=11320 vsize=844364 CPUtime=0.79
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 5592 0 0 0 74 5 0 0 16 0 9 0 1993060087 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11326] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11327] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11328] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=844364 CPUtime=0.15
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 517 0 0 0 15 0 0 0 16 0 9 0 1993060089 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11330] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 864628736 8296 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 849720

[startup+25.5014 s]
/proc/loadavg: 2.00 2.01 2.00 4/91 11331
/proc/meminfo: memFree=1189440/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=844364 CPUtime=25.22
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 12424 0 1 0 2506 16 0 0 18 0 9 0 1993060084 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 211091 9427 2574 9 0 205652 0
[pid=11323/tid=11324] ppid=11320 vsize=844364 CPUtime=23.89
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 4452 0 1 0 2383 6 0 0 25 0 9 0 1993060086 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4125758136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11325] ppid=11320 vsize=844364 CPUtime=1.16
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 6723 0 0 0 107 9 0 0 16 0 9 0 1993060087 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11326] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11327] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993060087 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11328] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=844364 CPUtime=0.15
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 517 0 0 0 15 0 0 0 16 0 9 0 1993060089 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11330] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=844364 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 864628736 9427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 849720

[startup+51.1022 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 11381
/proc/meminfo: memFree=1626672/2055920 swapFree=4164564/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0

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

[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=852000 CPUtime=196.96
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 44966 0 4 0 19516 180 0 0 18 0 9 0 1993060084 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 213000 37544 2597 9 0 207560 0
[pid=11323/tid=11324] ppid=11320 vsize=852000 CPUtime=162.88
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 12320 0 4 0 16148 140 0 0 25 0 9 0 1993060086 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4125651354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11325] ppid=11320 vsize=852000 CPUtime=33.31
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 29539 0 0 0 3295 36 0 0 16 0 9 0 1993060087 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11326] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993060087 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11327] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993060087 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11328] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=852000 CPUtime=0.73
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 2365 0 0 0 71 2 0 0 15 0 9 0 1993060089 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11330] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 872448000 37544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.96
Current children cumulated vsize (KiB) 857356

[startup+201.502 s]
/proc/loadavg: 2.53 2.19 2.06 3/92 11382
/proc/meminfo: memFree=15272/2055920 swapFree=4180256/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=852000 CPUtime=200.15
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 47060 0 4 0 19819 196 0 0 18 0 9 0 1993060084 872448000 39621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 213000 39621 2597 9 0 207560 0
[pid=11323/tid=11324] ppid=11320 vsize=852000 CPUtime=165.21
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 13128 0 4 0 16366 155 0 0 25 0 9 0 1993060086 872448000 39621 996147200 134512640 134550740 4294956032 18446744073709551615 4125651354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11325] ppid=11320 vsize=852000 CPUtime=34.17
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 30825 0 0 0 3381 36 0 0 16 0 9 0 1993060087 872448000 39621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11326] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1993060087 872448000 39621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11327] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993060087 872448000 39621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11328] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 872448000 39621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=852000 CPUtime=0.73
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 2365 0 0 0 71 2 0 0 16 0 9 0 1993060089 872448000 39622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11330] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 872448000 39622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 872448000 39622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.15
Current children cumulated vsize (KiB) 857356

[startup+204.703 s]
/proc/loadavg: 2.49 2.19 2.06 4/92 11382
/proc/meminfo: memFree=15784/2055920 swapFree=4180256/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=852000 CPUtime=203.34
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 48104 0 5 0 20131 203 0 0 18 0 9 0 1993060084 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 213000 40656 2597 9 0 207560 0
[pid=11323/tid=11324] ppid=11320 vsize=852000 CPUtime=166.15
/proc/11323/task/11324/stat : 11324 (java) R 11320 11320 10343 0 -1 64 13456 0 5 0 16454 161 0 0 25 0 9 0 1993060086 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11325] ppid=11320 vsize=852000 CPUtime=36.42
/proc/11323/task/11325/stat : 11325 (java) R 11320 11320 10343 0 -1 64 31540 0 0 0 3604 38 0 0 18 0 9 0 1993060087 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11326] ppid=11320 vsize=852000 CPUtime=0.01
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 1 0 0 0 16 0 9 0 1993060087 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11327] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993060087 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11328] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=852000 CPUtime=0.73
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 2366 0 0 0 71 2 0 0 16 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11330] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.34
Current children cumulated vsize (KiB) 857356

[startup+205.503 s]
/proc/loadavg: 2.49 2.19 2.06 4/92 11382
/proc/meminfo: memFree=15784/2055920 swapFree=4180256/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=852000 CPUtime=203.86
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 48104 0 5 0 20182 204 0 0 18 0 9 0 1993060084 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 213000 40656 2597 9 0 207560 0
[pid=11323/tid=11324] ppid=11320 vsize=852000 CPUtime=166.15
/proc/11323/task/11324/stat : 11324 (java) D 11320 11320 10343 0 -1 64 13456 0 5 0 16454 161 0 0 24 0 9 0 1993060086 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563478208 0 0 -1 0 0 0
[pid=11323/tid=11325] ppid=11320 vsize=852000 CPUtime=36.94
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 31540 0 0 0 3655 39 0 0 19 0 9 0 1993060087 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11326] ppid=11320 vsize=852000 CPUtime=0.01
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 1 0 0 0 16 0 9 0 1993060087 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11327] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993060087 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11328] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=852000 CPUtime=0.73
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 2366 0 0 0 71 2 0 0 16 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11330] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 872448000 40656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 857356

[startup+206.302 s]
/proc/loadavg: 2.49 2.19 2.06 2/92 11382
/proc/meminfo: memFree=14824/2055920 swapFree=4180256/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=852000 CPUtime=204.34
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 48106 0 5 0 20229 205 0 0 18 0 9 0 1993060084 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 213000 37573 2597 9 0 207560 0
[pid=11323/tid=11324] ppid=11320 vsize=852000 CPUtime=166.15
/proc/11323/task/11324/stat : 11324 (java) D 11320 11320 10343 0 -1 64 13458 0 5 0 16454 161 0 0 22 0 9 0 1993060086 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563478208 0 0 -1 0 0 0
[pid=11323/tid=11325] ppid=11320 vsize=852000 CPUtime=37.41
/proc/11323/task/11325/stat : 11325 (java) S 11320 11320 10343 0 -1 64 31540 0 0 0 3702 39 0 0 16 0 9 0 1993060087 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11326] ppid=11320 vsize=852000 CPUtime=0.01
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 1 0 0 0 16 0 9 0 1993060087 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11327] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993060087 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11328] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11328/stat : 11328 (java) S 11320 11320 10343 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993060089 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11329] ppid=11320 vsize=852000 CPUtime=0.73
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 2366 0 0 0 71 2 0 0 16 0 9 0 1993060089 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11330] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993060089 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11323/tid=11331] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11331/stat : 11331 (java) S 11320 11320 10343 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993060089 872448000 37573 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.34
Current children cumulated vsize (KiB) 857356

[startup+206.502 s]
/proc/loadavg: 2.49 2.19 2.06 2/92 11382
/proc/meminfo: memFree=14824/2055920 swapFree=4180256/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=852000 CPUtime=204.35
/proc/11323/stat : 11323 (java) S 11320 11320 10343 0 -1 0 48111 0 5 0 20230 205 0 0 18 0 6 0 1993060084 872448000 37577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11323/statm: 213000 37577 2597 9 0 207560 0
[pid=11323/tid=11324] ppid=11320 vsize=852000 CPUtime=166.16
/proc/11323/task/11324/stat : 11324 (java) D 11320 11320 10343 0 -1 64 13460 0 5 0 16454 162 0 0 21 0 6 0 1993060086 872448000 37577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=11323/tid=11326] ppid=11320 vsize=852000 CPUtime=0.01
/proc/11323/task/11326/stat : 11326 (java) S 11320 11320 10343 0 -1 64 13 0 0 0 1 0 0 0 16 0 6 0 1993060087 872448000 37577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11327] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11327/stat : 11327 (java) S 11320 11320 10343 0 -1 64 9 0 0 0 0 0 0 0 16 0 6 0 1993060087 872448000 37577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11329] ppid=11320 vsize=852000 CPUtime=0.73
/proc/11323/task/11329/stat : 11329 (java) S 11320 11320 10343 0 -1 64 2366 0 0 0 71 2 0 0 16 0 6 0 1993060089 872448000 37577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11323/tid=11330] ppid=11320 vsize=852000 CPUtime=0
/proc/11323/task/11330/stat : 11330 (java) S 11320 11320 10343 0 -1 64 1 0 0 0 0 0 0 0 19 0 6 0 1993060089 872448000 37577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.35
Current children cumulated vsize (KiB) 857356

[startup+206.602 s]
/proc/loadavg: 2.49 2.19 2.06 2/92 11382
/proc/meminfo: memFree=14824/2055920 swapFree=4180256/4192956
[pid=11320] ppid=11318 vsize=5356 CPUtime=0
/proc/11320/stat : 11320 (concrete.sh) S 11318 11320 10343 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1993060083 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11320/statm: 1339 242 201 169 0 50 0
[pid=11323] ppid=11320 vsize=0 CPUtime=204.37
/proc/11323/stat : 11323 (java) Z 11320 11320 10343 0 -1 12 48111 0 5 0 20230 207 0 0 16 0 2 0 1993060084 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11323/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 204.37
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 206.607
CPU time (s): 204.381
CPU user time (s): 202.301
CPU system time (s): 2.07968
CPU usage (%): 98.9225
Max. virtual memory (cumulated for all children) (KiB): 857356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.301
system time used= 2.07968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48564
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26573
involuntary context switches= 30267

runsolver used 0.266959 second user time and 0.729889 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 05:07:39
IDJOB=1064374
IDBENCH=54942
IDSOLVER=305
FILE ID=node22/1064374-1215140859
PBS_JOBID= 7877375
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28497c4d2e2b68c6bf6783191da2ccc
RANDOM SEED=87851711

node22.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.267
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.267
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:       1381808 kB
Buffers:         23052 kB
Cached:         128092 kB
SwapCached:      22256 kB
Active:         552340 kB
Inactive:        53284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381808 kB
SwapTotal:     4192956 kB
SwapFree:      4164564 kB
Dirty:            4104 kB
Writeback:           0 kB
Mapped:         455200 kB
Slab:            52828 kB
Committed_AS:  4023944 kB
PageTables:       2628 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= 64652 MiB
End job on node22 at 2008-07-04 05:11:06