Trace number 1059691

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? 138.808 143.09

General information on the benchmark

Namecsp/fischer/
normalized-fischer-1-3-fair.xml
MD5SUMf5fa2b1ab1e1b760100093009122d806
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 benchmark0.046992
Satisfiable
(Un)Satisfiability was proved
Number of variables883
Number of constraints828
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension828
Global constraints used (with number of constraints)

Solver Data (download as text)

134.99/139.29	c Fri Jul 04 00:38:59 CEST 2008 concrete.ResourceController isOutOfTime
134.99/139.29	c WARNING: Out of time
136.18/140.48	c Fri Jul 04 00:39:00 CEST 2008 concrete.relationconverter.RelationManager strongOptimizeMemory
136.18/140.48	c WARNING: Could not free more memory in relations
138.66/142.92	c Fri Jul 04 00:39:03 CEST 2008 concrete.CspOM generate
138.66/142.92	c SEVERE: Out of mem with 396 constraints remaining
138.66/142.92	c Fri Jul 04 00:39:03 CEST 2008 cspfj.ResultHandler result
138.66/142.92	c WARNING: java.lang.OutOfMemoryError: Java heap space
138.66/142.92	c CPU-LOAD 130.66
138.66/142.92	s UNKNOWN
138.66/142.92	c java.lang.OutOfMemoryError: Java heap space[]
138.66/142.92	c TOTAL-NODES 0
138.66/142.92	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-1059691-1215124600/watcher-1059691-1215124600 -o /tmp/evaluation-result-1059691-1215124600/solver-1059691-1215124600 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1059691-1215124600.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.14 1.00 1.06 4/69 1339
/proc/meminfo: memFree=1598208/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) R 1337 1339 1224 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 139845307 5484544 230 996147200 4194304 4889804 548682068800 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/1339/statm: 1339 230 191 169 0 50 0
[pid=1340] ppid=1339 vsize=5356 CPUtime=0
/proc/1340/stat : 1340 (concrete.sh) R 1339 1339 1224 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 139845308 5484544 230 996147200 4194304 4889804 548682068800 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/1340/statm: 1339 230 191 169 0 50 0

[startup+0.0545369 s]
/proc/loadavg: 1.14 1.00 1.06 4/69 1339
/proc/meminfo: memFree=1598208/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102816 s]
/proc/loadavg: 1.14 1.00 1.06 4/69 1339
/proc/meminfo: memFree=1598208/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301377 s]
/proc/loadavg: 1.14 1.00 1.06 4/69 1339
/proc/meminfo: memFree=1598208/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701418 s]
/proc/loadavg: 1.14 1.00 1.06 4/69 1339
/proc/meminfo: memFree=1598208/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50252 s]
/proc/loadavg: 1.14 1.00 1.06 4/84 1360
/proc/meminfo: memFree=1495816/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=846180 CPUtime=1.54
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 43547 0 1 0 131 23 0 0 18 0 10 0 139845308 866488320 42205 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211545 42211 2574 9 0 206106 0
[pid=1342/tid=1343] ppid=1339 vsize=846180 CPUtime=0.69
/proc/1342/task/1343/stat : 1343 (java) R 1339 1339 1224 0 -1 64 5227 0 1 0 64 5 0 0 20 0 10 0 139845309 866488320 42216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=846180 CPUtime=0.68
/proc/1342/task/1345/stat : 1345 (java) R 1339 1339 1224 0 -1 64 37067 0 0 0 52 16 0 0 17 0 10 0 139845311 866488320 42223 996147200 134512640 134550740 4294956032 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 139845311 866488320 42230 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 139845311 866488320 42237 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 139845313 866488320 42243 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=846180 CPUtime=0.14
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 535 0 0 0 14 0 0 0 16 0 10 0 139845313 866488320 42250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 139845313 866488320 42257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 139845313 866488320 42265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1360] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1360/stat : 1360 (java) S 1339 1339 1224 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 139845364 866488320 42272 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 851536

[startup+3.1017 s]
/proc/loadavg: 1.14 1.00 1.06 4/84 1360
/proc/meminfo: memFree=1288776/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=846180 CPUtime=3.15
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 130466 0 1 0 253 62 0 0 18 0 10 0 139845308 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211545 128974 2574 9 0 206106 0
[pid=1342/tid=1343] ppid=1339 vsize=846180 CPUtime=1.36
/proc/1342/task/1343/stat : 1343 (java) R 1339 1339 1224 0 -1 64 8598 0 1 0 129 7 0 0 19 0 10 0 139845309 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4125239383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=846180 CPUtime=1.59
/proc/1342/task/1345/stat : 1345 (java) S 1339 1339 1224 0 -1 64 120585 0 0 0 107 52 0 0 16 0 10 0 139845311 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 139845311 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 139845311 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 139845313 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=846180 CPUtime=0.16
/proc/1342/task/1349/stat : 1349 (java) R 1339 1339 1224 0 -1 64 546 0 0 0 16 0 0 0 16 0 10 0 139845313 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 139845313 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 139845313 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1360] ppid=1339 vsize=846180 CPUtime=0
/proc/1342/task/1360/stat : 1360 (java) S 1339 1339 1224 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 139845364 866488320 128974 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 851536

[startup+6.30226 s]
/proc/loadavg: 1.28 1.04 1.07 4/92 1372
/proc/meminfo: memFree=1031816/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=6.33
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 136287 0 1 0 567 66 0 0 18 0 10 0 139845308 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 133924 2581 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=1.79
/proc/1342/task/1343/stat : 1343 (java) S 1339 1339 1224 0 -1 64 8794 0 1 0 171 8 0 0 16 0 10 0 139845309 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=4.11
/proc/1342/task/1345/stat : 1345 (java) R 1339 1339 1224 0 -1 64 125662 0 0 0 356 55 0 0 25 0 10 0 139845311 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 102535948 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 139845311 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 139845311 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 139845313 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.39
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1094 0 0 0 38 1 0 0 15 0 10 0 139845313 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 139845313 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 139845313 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1360] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1360/stat : 1360 (java) S 1339 1339 1224 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 139845364 868032512 133924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 853044

[startup+12.7029 s]
/proc/loadavg: 1.74 1.13 1.11 7/92 1372
/proc/meminfo: memFree=925832/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=10.24
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 160860 0 1 0 949 75 0 0 18 0 10 0 139845308 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 158493 2581 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=5.42
/proc/1342/task/1343/stat : 1343 (java) R 1339 1339 1224 0 -1 64 9827 0 1 0 534 8 0 0 25 0 10 0 139845309 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=4.4
/proc/1342/task/1345/stat : 1345 (java) S 1339 1339 1224 0 -1 64 149199 0 0 0 376 64 0 0 16 0 10 0 139845311 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 139845311 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 139845311 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 139845313 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.4
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1097 0 0 0 39 1 0 0 15 0 10 0 139845313 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 10 0 139845313 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 139845313 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1360] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1360/stat : 1360 (java) S 1339 1339 1224 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 139845364 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 853044

[startup+25.5025 s]
/proc/loadavg: 1.86 1.19 1.12 3/91 1440
/proc/meminfo: memFree=908432/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=22.41
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 160860 0 1 0 2165 76 0 0 18 0 10 0 139845308 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 158493 2581 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=17.57
/proc/1342/task/1343/stat : 1343 (java) R 1339 1339 1224 0 -1 64 9827 0 1 0 1749 8 0 0 25 0 10 0 139845309 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4126797977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=4.4
/proc/1342/task/1345/stat : 1345 (java) S 1339 1339 1224 0 -1 64 149199 0 0 0 376 64 0 0 16 0 10 0 139845311 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 139845311 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 139845311 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 10 0 139845313 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.4
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1097 0 0 0 39 1 0 0 15 0 10 0 139845313 868032512 158493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=125.31
/proc/1342/task/1343/stat : 1343 (java) R 1339 1339 1224 0 -1 64 9827 0 1 0 12522 9 0 0 25 0 9 0 139845309 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4126797977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=4.4
/proc/1342/task/1345/stat : 1345 (java) S 1339 1339 1224 0 -1 64 149199 0 0 0 376 64 0 0 16 0 9 0 139845311 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 139845311 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 139845311 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.4
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1097 0 0 0 39 1 0 0 15 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 130.14
Current children cumulated vsize (KiB) 853044

[startup+137.506 s]
/proc/loadavg: 1.98 1.44 1.22 3/90 1440
/proc/meminfo: memFree=902608/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=133.31
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 160863 0 1 0 13255 76 0 0 18 0 9 0 139845308 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 158495 2582 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=128.48
/proc/1342/task/1343/stat : 1343 (java) R 1339 1339 1224 0 -1 64 9827 0 1 0 12839 9 0 0 25 0 9 0 139845309 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4126797972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=4.4
/proc/1342/task/1345/stat : 1345 (java) S 1339 1339 1224 0 -1 64 149199 0 0 0 376 64 0 0 16 0 9 0 139845311 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 139845311 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 139845311 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.4
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1097 0 0 0 39 1 0 0 15 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 139845313 868032512 158495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.31
Current children cumulated vsize (KiB) 853044

[startup+140.703 s]
/proc/loadavg: 1.98 1.45 1.22 3/90 1440
/proc/meminfo: memFree=800912/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=136.48
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 186306 0 1 0 13561 87 0 0 18 0 9 0 139845308 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 183910 2593 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=130.65
/proc/1342/task/1343/stat : 1343 (java) S 1339 1339 1224 0 -1 64 9890 0 1 0 13056 9 0 0 24 0 9 0 139845309 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=5.38
/proc/1342/task/1345/stat : 1345 (java) R 1339 1339 1224 0 -1 64 174574 0 0 0 463 75 0 0 19 0 9 0 139845311 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 139845313 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.41
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1101 0 0 0 40 1 0 0 16 0 9 0 139845313 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 139845313 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 139845313 868032512 183910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.48
Current children cumulated vsize (KiB) 853044

[startup+142.303 s]
/proc/loadavg: 1.98 1.45 1.22 3/90 1440
/proc/meminfo: memFree=794128/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=138.06
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 191862 0 1 0 13716 90 0 0 18 0 9 0 139845308 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 189463 2594 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=130.75
/proc/1342/task/1343/stat : 1343 (java) S 1339 1339 1224 0 -1 64 9893 0 1 0 13066 9 0 0 23 0 9 0 139845309 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=6.86
/proc/1342/task/1345/stat : 1345 (java) R 1339 1339 1224 0 -1 64 180126 0 0 0 609 77 0 0 25 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 104186731 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.41
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1102 0 0 0 40 1 0 0 16 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.06
Current children cumulated vsize (KiB) 853044

[startup+142.702 s]
/proc/loadavg: 1.98 1.45 1.22 3/90 1440
/proc/meminfo: memFree=794128/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=138.46
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 191862 0 1 0 13756 90 0 0 18 0 9 0 139845308 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 189463 2594 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=130.75
/proc/1342/task/1343/stat : 1343 (java) S 1339 1339 1224 0 -1 64 9893 0 1 0 13066 9 0 0 23 0 9 0 139845309 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=7.26
/proc/1342/task/1345/stat : 1345 (java) R 1339 1339 1224 0 -1 64 180126 0 0 0 649 77 0 0 25 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 104457027 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.41
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1102 0 0 0 40 1 0 0 16 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.46
Current children cumulated vsize (KiB) 853044

[startup+142.902 s]
/proc/loadavg: 1.98 1.45 1.22 3/90 1440
/proc/meminfo: memFree=778704/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=847688 CPUtime=138.66
/proc/1342/stat : 1342 (java) S 1339 1339 1224 0 -1 0 191862 0 1 0 13776 90 0 0 18 0 9 0 139845308 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 211922 189463 2594 9 0 206482 0
[pid=1342/tid=1343] ppid=1339 vsize=847688 CPUtime=130.75
/proc/1342/task/1343/stat : 1343 (java) S 1339 1339 1224 0 -1 64 9893 0 1 0 13066 9 0 0 23 0 9 0 139845309 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1345] ppid=1339 vsize=847688 CPUtime=7.46
/proc/1342/task/1345/stat : 1345 (java) R 1339 1339 1224 0 -1 64 180126 0 0 0 669 77 0 0 25 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 104182546 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1346] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1346/stat : 1346 (java) S 1339 1339 1224 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1347] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1347/stat : 1347 (java) S 1339 1339 1224 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 139845311 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1348] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1348/stat : 1348 (java) S 1339 1339 1224 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1349] ppid=1339 vsize=847688 CPUtime=0.41
/proc/1342/task/1349/stat : 1349 (java) S 1339 1339 1224 0 -1 64 1102 0 0 0 40 1 0 0 16 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1342/tid=1350] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1350/stat : 1350 (java) S 1339 1339 1224 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1342/tid=1351] ppid=1339 vsize=847688 CPUtime=0
/proc/1342/task/1351/stat : 1351 (java) S 1339 1339 1224 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 139845313 868032512 189463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.66
Current children cumulated vsize (KiB) 853044

[startup+143.007 s]
/proc/loadavg: 1.98 1.45 1.22 3/90 1440
/proc/meminfo: memFree=778704/2055920 swapFree=4192812/4192956
[pid=1339] ppid=1337 vsize=5356 CPUtime=0
/proc/1339/stat : 1339 (concrete.sh) S 1337 1339 1224 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 139845307 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1339/statm: 1339 242 201 169 0 50 0
[pid=1342] ppid=1339 vsize=0 CPUtime=138.71
/proc/1342/stat : 1342 (java) Z 1339 1339 1224 0 -1 12 191881 0 1 0 13778 93 0 0 16 0 2 0 139845308 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1342/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 138.71
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 143.09
CPU time (s): 138.808
CPU user time (s): 137.786
CPU system time (s): 1.02184
CPU usage (%): 97.0073
Max. virtual memory (cumulated for all children) (KiB): 853328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.786
system time used= 1.02184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192334
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= 4974
involuntary context switches= 7622

runsolver used 0.182972 second user time and 0.546916 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 00:36:40
IDJOB=1059691
IDBENCH=54330
IDSOLVER=305
FILE ID=node28/1059691-1215124600
PBS_JOBID= 7877261
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5fa2b1ab1e1b760100093009122d806
RANDOM SEED=506139578

node28.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.231
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.231
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:       1598752 kB
Buffers:         58360 kB
Cached:         313940 kB
SwapCached:          0 kB
Active:         172496 kB
Inactive:       221220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          29364 kB
Slab:            48884 kB
Committed_AS:   233648 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node28 at 2008-07-04 00:39:03