Trace number 1071921

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-30SAT 139.521 140.916

DiagnosticValue
CHECKS19814900
NODES74

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle20.xml
MD5SUMae7587a2e349332d30d6368d2db99718
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12398
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
Global constraints used (with number of constraints)

Solver Data (download as text)

77.13/77.92	c Fri Jul 04 13:17:53 CEST 2008 concrete.ResourceController isOutOfTime
77.13/77.92	c WARNING: Out of time
137.05/138.41	c CPU-LOAD 67.91
137.05/138.41	c LOADED 52 V (26 E), 68 PredicateConstraint, 24 ExtensionConstraintGeneral, arity 14, 67.91 cpu
139.34/140.76	v 3 4 18 7 20 13 2 7 15 0 13 6 0 4 0 3 4 2 10 1 0 1 24 14 0 10 17 0 4 4 11 18 4 18 4 2 19 4 0 17 12 0 17 10 22 0 0 11 18 18 4 4 
139.34/140.76	s SATISFIABLE
139.34/140.76	d NODES 74
139.34/140.76	d CHECKS 19814906
139.34/140.76	c gac3-effective-revisions: 680
139.34/140.76	c gac3-useless-revisions: 28908
139.34/140.76	c heuristic-cpu: 0.0
139.34/140.76	c prepro-constraint-ccks: 7476610
139.34/140.76	c prepro-constraint-presenceccks: 31749
139.34/140.76	c prepro-cpu: 0.69
139.34/140.76	c prepro-matrix2d-ccks: 0
139.34/140.76	c prepro-matrix2d-presenceccks: 0
139.34/140.76	c prepro-removed: 67
139.34/140.76	c search-cpu: 1.4799998
139.34/140.76	c total-assgn: 74
139.34/140.76	c total-constraint-ccks: 19814906
139.34/140.76	c total-constraint-presence-ccks: 349697
139.34/140.76	c total-cpu: 2.1699998
139.34/140.76	c total-matrix2d-ccks: 0
139.34/140.76	c total-matrix2d-presence-ccks: 0
139.34/140.76	c tuples: 0
139.34/140.76	c tuples-collisions: 0
139.34/140.76	c TOTAL-NODES 74
139.34/140.76	c TOTAL-CPU 2.1699998

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071921-1215170195/watcher-1071921-1215170195 -o /tmp/evaluation-result-1071921-1215170195/solver-1071921-1215170195 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1071921-1215170195.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.08 2.09 2.02 4/81 25028
/proc/meminfo: memFree=1635568/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=18572 CPUtime=0
/proc/25028/stat : 25028 (runsolver) R 25026 25028 23573 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1995994376 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25028/statm: 4643 292 257 25 0 2626 0

[startup+0.0495631 s]
/proc/loadavg: 2.08 2.09 2.02 4/81 25028
/proc/meminfo: memFree=1635568/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.103028 s]
/proc/loadavg: 2.08 2.09 2.02 4/81 25028
/proc/meminfo: memFree=1635568/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302054 s]
/proc/loadavg: 2.08 2.09 2.02 4/81 25028
/proc/meminfo: memFree=1635568/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701108 s]
/proc/loadavg: 2.08 2.09 2.02 4/81 25028
/proc/meminfo: memFree=1635568/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50123 s]
/proc/loadavg: 2.08 2.08 2.02 3/92 25040
/proc/meminfo: memFree=1562264/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=846180 CPUtime=1.45
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 68011 0 1 0 105 40 0 0 18 0 10 0 1995994377 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 211545 67123 2580 9 0 206105 0
[pid=25031/tid=25032] ppid=25028 vsize=846180 CPUtime=0.99
/proc/25031/task/25032/stat : 25032 (java) R 25028 25028 23573 0 -1 64 63538 0 1 0 62 37 0 0 23 0 10 0 1995994379 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=846180 CPUtime=0.24
/proc/25031/task/25033/stat : 25033 (java) R 25028 25028 23573 0 -1 64 2970 0 0 0 22 2 0 0 17 0 10 0 1995994380 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 104181516 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=846180 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995994380 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=846180 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995994380 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=846180 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=846180 CPUtime=0.2
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 768 0 0 0 20 0 0 0 16 0 10 0 1995994382 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=846180 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=846180 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995994382 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25040] ppid=25028 vsize=846180 CPUtime=0
/proc/25031/task/25040/stat : 25040 (java) S 25028 25028 23573 0 -1 64 3 0 0 0 0 0 0 0 19 0 10 0 1995994435 866488320 67123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 851536

[startup+3.10144 s]
/proc/loadavg: 2.08 2.08 2.02 3/92 25040
/proc/meminfo: memFree=1319192/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=858312 CPUtime=3.05
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 110069 0 1 0 240 65 0 0 18 0 10 0 1995994377 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 214578 109176 2580 9 0 209138 0
[pid=25031/tid=25032] ppid=25028 vsize=858312 CPUtime=1.46
/proc/25031/task/25032/stat : 25032 (java) R 25028 25028 23573 0 -1 64 73190 0 1 0 104 42 0 0 25 0 10 0 1995994379 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=858312 CPUtime=1.34
/proc/25031/task/25033/stat : 25033 (java) R 25028 25028 23573 0 -1 64 35376 0 0 0 114 20 0 0 17 0 10 0 1995994380 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=858312 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995994380 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=858312 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995994380 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=858312 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=858312 CPUtime=0.2
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 768 0 0 0 20 0 0 0 16 0 10 0 1995994382 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=858312 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=858312 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) R 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995994382 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25040] ppid=25028 vsize=858312 CPUtime=0
/proc/25031/task/25040/stat : 25040 (java) S 25028 25028 23573 0 -1 64 3 0 0 0 0 0 0 0 19 0 10 0 1995994435 878911488 109176 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 863668

[startup+6.30286 s]
/proc/loadavg: 2.08 2.08 2.02 3/92 25040
/proc/meminfo: memFree=1074136/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=877028 CPUtime=6.21
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 158305 0 1 0 529 92 0 0 18 0 10 0 1995994377 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 219257 157407 2580 9 0 213817 0
[pid=25031/tid=25032] ppid=25028 vsize=877028 CPUtime=2.09
/proc/25031/task/25032/stat : 25032 (java) S 25028 25028 23573 0 -1 64 80554 0 1 0 163 46 0 0 17 0 10 0 1995994379 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=877028 CPUtime=3.89
/proc/25031/task/25033/stat : 25033 (java) R 25028 25028 23573 0 -1 64 76248 0 0 0 345 44 0 0 25 0 10 0 1995994380 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 102686980 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=877028 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995994380 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=877028 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995994380 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=877028 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=877028 CPUtime=0.2
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 768 0 0 0 20 0 0 0 16 0 10 0 1995994382 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=877028 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=877028 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995994382 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25040] ppid=25028 vsize=877028 CPUtime=0
/proc/25031/task/25040/stat : 25040 (java) S 25028 25028 23573 0 -1 64 3 0 0 0 0 0 0 0 19 0 10 0 1995994435 898076672 157407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 882384

[startup+12.7027 s]
/proc/loadavg: 2.06 2.08 2.02 3/92 25040
/proc/meminfo: memFree=841112/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=892384 CPUtime=12.55
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 201463 0 1 0 1138 117 0 0 18 0 10 0 1995994377 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 223096 200561 2580 9 0 217656 0
[pid=25031/tid=25032] ppid=25028 vsize=892384 CPUtime=2.59
/proc/25031/task/25032/stat : 25032 (java) S 25028 25028 23573 0 -1 64 84326 0 1 0 210 49 0 0 17 0 10 0 1995994379 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=892384 CPUtime=9.73
/proc/25031/task/25033/stat : 25033 (java) R 25028 25028 23573 0 -1 64 115634 0 0 0 907 66 0 0 25 0 10 0 1995994380 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 104456994 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=892384 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995994380 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=892384 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995994380 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=892384 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=892384 CPUtime=0.2
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 768 0 0 0 20 0 0 0 16 0 10 0 1995994382 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=892384 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=892384 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995994382 913801216 200561 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25040] ppid=25028 vsize=892384 CPUtime=0
/proc/25031/task/25040/stat : 25040 (java) S 25028 25028 23573 0 -1 64 3 0 0 0 0 0 0 0 19 0 10 0 1995994435 913801216 200561 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) 897740

[startup+25.5024 s]
/proc/loadavg: 2.13 2.10 2.02 4/92 25040
/proc/meminfo: memFree=840152/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=892992 CPUtime=25.22
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 201702 0 1 0 2405 117 0 0 18 0 10 0 1995994377 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 223248 200787 2581 9 0 217808 0
[pid=25031/tid=25032] ppid=25028 vsize=892992 CPUtime=4.43
/proc/25031/task/25032/stat : 25032 (java) S 25028 25028 23573 0 -1 64 84464 0 1 0 394 49 0 0 17 0 10 0 1995994379 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=892992 CPUtime=20.52
/proc/25031/task/25033/stat : 25033 (java) R 25028 25028 23573 0 -1 64 115674 0 0 0 1986 66 0 0 25 0 10 0 1995994380 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995994380 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995994380 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=892992 CPUtime=0.25
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 829 0 0 0 24 1 0 0 16 0 10 0 1995994382 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 914423808 200787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=892992 CPUtime=0

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

[pid=25031/tid=25035] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1995994380 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=892992 CPUtime=0.28
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 857 0 0 0 27 1 0 0 16 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25041] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25041/stat : 25041 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 16 0 10 0 1996002172 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.65
Current children cumulated vsize (KiB) 898348

[startup+134.302 s]
/proc/loadavg: 2.05 2.08 2.02 3/92 25041
/proc/meminfo: memFree=839632/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=892992 CPUtime=132.99
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 201899 0 1 0 13180 119 0 0 18 0 10 0 1995994377 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 223248 200855 2594 9 0 217808 0
[pid=25031/tid=25032] ppid=25028 vsize=892992 CPUtime=63.93
/proc/25031/task/25032/stat : 25032 (java) R 25028 25028 23573 0 -1 64 84630 0 1 0 6343 50 0 0 25 0 10 0 1995994379 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4126499296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=892992 CPUtime=68.76
/proc/25031/task/25033/stat : 25033 (java) S 25028 25028 23573 0 -1 64 115674 0 0 0 6809 67 0 0 16 0 10 0 1995994380 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1995994380 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1995994380 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=892992 CPUtime=0.28
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 857 0 0 0 27 1 0 0 16 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25041] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25041/stat : 25041 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 16 0 10 0 1996002172 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 132.99
Current children cumulated vsize (KiB) 898348

[startup+137.507 s]
/proc/loadavg: 2.05 2.08 2.02 3/92 25041
/proc/meminfo: memFree=839632/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=892992 CPUtime=136.16
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 201903 0 1 0 13497 119 0 0 18 0 10 0 1995994377 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 223248 200855 2594 9 0 217808 0
[pid=25031/tid=25032] ppid=25028 vsize=892992 CPUtime=67.1
/proc/25031/task/25032/stat : 25032 (java) R 25028 25028 23573 0 -1 64 84634 0 1 0 6660 50 0 0 25 0 10 0 1995994379 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4126498206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=892992 CPUtime=68.76
/proc/25031/task/25033/stat : 25033 (java) S 25028 25028 23573 0 -1 64 115674 0 0 0 6809 67 0 0 16 0 10 0 1995994380 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1995994380 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1995994380 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=892992 CPUtime=0.28
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 857 0 0 0 27 1 0 0 16 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995994382 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25041] ppid=25028 vsize=892992 CPUtime=0
/proc/25031/task/25041/stat : 25041 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 16 0 10 0 1996002172 914423808 200855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.16
Current children cumulated vsize (KiB) 898348

[startup+139.102 s]
/proc/loadavg: 2.05 2.08 2.02 4/91 25041
/proc/meminfo: memFree=851728/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=891716 CPUtime=137.75
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 201949 0 1 0 13654 121 0 0 18 0 9 0 1995994377 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 222929 183604 2596 9 0 217489 0
[pid=25031/tid=25032] ppid=25028 vsize=891716 CPUtime=68.56
/proc/25031/task/25032/stat : 25032 (java) R 25028 25028 23573 0 -1 64 84654 0 1 0 6806 50 0 0 25 0 9 0 1995994379 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4126529182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=891716 CPUtime=68.85
/proc/25031/task/25033/stat : 25033 (java) S 25028 25028 23573 0 -1 64 115690 0 0 0 6817 68 0 0 16 0 9 0 1995994380 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995994380 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 1995994380 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995994382 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=891716 CPUtime=0.3
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 865 0 0 0 29 1 0 0 16 0 9 0 1995994382 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995994382 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995994382 913117184 183604 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 137.75
Current children cumulated vsize (KiB) 897072

[startup+139.902 s]
/proc/loadavg: 2.05 2.08 2.02 3/91 25042
/proc/meminfo: memFree=908560/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=891716 CPUtime=138.54
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 201970 0 1 0 13733 121 0 0 18 0 9 0 1995994377 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 222929 183622 2596 9 0 217489 0
[pid=25031/tid=25032] ppid=25028 vsize=891716 CPUtime=69.33
/proc/25031/task/25032/stat : 25032 (java) R 25028 25028 23573 0 -1 64 84660 0 1 0 6883 50 0 0 25 0 9 0 1995994379 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4126533963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=891716 CPUtime=68.85
/proc/25031/task/25033/stat : 25033 (java) S 25028 25028 23573 0 -1 64 115690 0 0 0 6817 68 0 0 17 0 9 0 1995994380 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995994380 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 1995994380 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995994382 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=891716 CPUtime=0.32
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 880 0 0 0 31 1 0 0 16 0 9 0 1995994382 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995994382 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995994382 913117184 183622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 138.54
Current children cumulated vsize (KiB) 897072

[startup+140.703 s]
/proc/loadavg: 2.05 2.08 2.02 3/91 25042
/proc/meminfo: memFree=908560/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=891716 CPUtime=139.34
/proc/25031/stat : 25031 (java) S 25028 25028 23573 0 -1 0 201977 0 1 0 13813 121 0 0 18 0 9 0 1995994377 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 222929 183628 2596 9 0 217489 0
[pid=25031/tid=25032] ppid=25028 vsize=891716 CPUtime=70.12
/proc/25031/task/25032/stat : 25032 (java) R 25028 25028 23573 0 -1 64 84661 0 1 0 6962 50 0 0 25 0 9 0 1995994379 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4126529182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25033] ppid=25028 vsize=891716 CPUtime=68.85
/proc/25031/task/25033/stat : 25033 (java) S 25028 25028 23573 0 -1 64 115690 0 0 0 6817 68 0 0 17 0 9 0 1995994380 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25034] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25034/stat : 25034 (java) S 25028 25028 23573 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995994380 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25035] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25035/stat : 25035 (java) S 25028 25028 23573 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 1995994380 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25036] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25036/stat : 25036 (java) S 25028 25028 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995994382 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25037] ppid=25028 vsize=891716 CPUtime=0.33
/proc/25031/task/25037/stat : 25037 (java) S 25028 25028 23573 0 -1 64 886 0 0 0 32 1 0 0 16 0 9 0 1995994382 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25038] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25038/stat : 25038 (java) S 25028 25028 23573 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1995994382 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25031/tid=25039] ppid=25028 vsize=891716 CPUtime=0
/proc/25031/task/25039/stat : 25039 (java) S 25028 25028 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995994382 913117184 183628 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.34
Current children cumulated vsize (KiB) 897072

[startup+140.902 s]
/proc/loadavg: 2.05 2.08 2.02 3/91 25042
/proc/meminfo: memFree=908560/2055920 swapFree=4179464/4192956
[pid=25028] ppid=25026 vsize=5356 CPUtime=0
/proc/25028/stat : 25028 (concrete.sh) S 25026 25028 23573 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 1995994376 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25028/statm: 1339 242 201 169 0 50 0
[pid=25031] ppid=25028 vsize=0 CPUtime=139.49
/proc/25031/stat : 25031 (java) Z 25028 25028 23573 0 -1 12 201987 0 1 0 13818 131 0 0 16 0 2 0 1995994377 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25031/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 139.49
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 140.916
CPU time (s): 139.521
CPU user time (s): 138.188
CPU system time (s): 1.3328
CPU usage (%): 99.0098
Max. virtual memory (cumulated for all children) (KiB): 898348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.188
system time used= 1.3328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202440
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= 4651
involuntary context switches= 7699

runsolver used 0.170974 second user time and 0.494924 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 13:16:35
IDJOB=1071921
IDBENCH=56150
IDSOLVER=305
FILE ID=node10/1071921-1215170195
PBS_JOBID= 7881433
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae7587a2e349332d30d6368d2db99718
RANDOM SEED=2076444056

node10.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.229
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.229
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:       1636048 kB
Buffers:         31784 kB
Cached:         142712 kB
SwapCached:       7540 kB
Active:         315472 kB
Inactive:        50380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636048 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:             972 kB
Writeback:           0 kB
Mapped:         207632 kB
Slab:            38596 kB
Committed_AS:  3551936 kB
PageTables:       2372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node10 at 2008-07-04 13:18:56