Trace number 1070954

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 + CSP4J - WMC Engine 2008-05-30SAT 1022.98 1033.68

DiagnosticValue
CHECKS1455280000
NODES85341

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle07.xml
MD5SUMf4671926ba901573d7aae36f4bd02cb5
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.075988
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints40
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension24
Global constraints used (with number of constraints)

Solver Data (download as text)

67.85/68.59	c CPU-LOAD 7.61
67.85/68.59	c LOADED 30 V (26 E), 4 ExtensionConstraint2D, 12 ExtensionConstraintGeneral, 24 PredicateConstraint, arity 10, 7.61 cpu
1022.82/1033.53	v 24 17 0 15 19 0 11 14 20 15 17 8 1 5 0 4 12 12 0 22 17 0 13 0 4 12 20 19 4 3 
1022.82/1033.53	s SATISFIABLE
1022.82/1033.53	d NODES 85341
1022.82/1033.53	d CHECKS 1455281638
1022.82/1033.53	c gac3-effective-revisions: 15
1022.82/1033.53	c gac3-useless-revisions: 542
1022.82/1033.53	c local-minima: 16380463
1022.82/1033.53	c prepro-constraint-ccks: 2928245
1022.82/1033.53	c prepro-constraint-presenceccks: 9307
1022.82/1033.53	c prepro-cpu: 0.3
1022.82/1033.53	c prepro-matrix2d-ccks: 208
1022.82/1033.53	c prepro-matrix2d-presenceccks: 208
1022.82/1033.53	c prepro-removed: 27
1022.82/1033.53	c total-assgn: 85341
1022.82/1033.53	c total-constraint-ccks: 1455000424
1022.82/1033.53	c total-constraint-presence-ccks: 12135643
1022.82/1033.53	c total-cpu: 954.6
1022.82/1033.53	c total-matrix2d-ccks: 281214
1022.82/1033.53	c total-matrix2d-presence-ccks: 1548952
1022.82/1033.53	c tuples: 0
1022.82/1033.53	c tuples-collisions: 0
1022.82/1033.53	c TOTAL-NODES 85341
1022.82/1033.53	c TOTAL-CPU 954.6

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-1070954-1215167619/watcher-1070954-1215167619 -o /tmp/evaluation-result-1070954-1215167619/solver-1070954-1215167619 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1070954-1215167619.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.99 1.97 1.98 4/74 12192
/proc/meminfo: memFree=1296552/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) R 12190 12192 11471 0 -1 4194304 295 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638391455 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=5356 CPUtime=0
/proc/12194/stat : 12194 (concrete.sh) R 12192 12192 11471 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 1995731501 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638391455 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12194/statm: 1339 242 201 169 0 50 0

[startup+0.0806611 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 12192
/proc/meminfo: memFree=1296552/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=843020 CPUtime=0.05
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 3122 0 1 0 4 1 0 0 18 0 9 0 1995731501 863252480 2619 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 210755 2619 1576 9 0 205333 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 848376

[startup+0.102665 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 12192
/proc/meminfo: memFree=1296552/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=843024 CPUtime=0.08
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 3358 0 1 0 6 2 0 0 18 0 9 0 1995731501 863256576 2817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 210756 2817 1645 9 0 205333 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848380

[startup+0.301688 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 12192
/proc/meminfo: memFree=1296552/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=843636 CPUtime=0.27
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 4619 0 1 0 24 3 0 0 18 0 9 0 1995731501 863883264 4030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 210909 4030 1815 9 0 205477 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 848992

[startup+0.701767 s]
/proc/loadavg: 1.99 1.97 1.98 4/74 12192
/proc/meminfo: memFree=1296552/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=846168 CPUtime=0.68
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 7455 0 1 0 63 5 0 0 18 0 10 0 1995731501 866476032 6574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 211542 6574 2579 9 0 206102 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 851524

[startup+1.50191 s]
/proc/loadavg: 1.99 1.97 1.98 3/85 12204
/proc/meminfo: memFree=1078352/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=847288 CPUtime=1.46
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 75233 0 1 0 111 35 0 0 18 0 10 0 1995731501 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 211822 74347 2579 9 0 206382 0
[pid=12194/tid=12196] ppid=12192 vsize=847288 CPUtime=0.93
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 70434 0 1 0 60 33 0 0 25 0 10 0 1995731502 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=847288 CPUtime=0.37
/proc/12194/task/12197/stat : 12197 (java) R 12192 12192 11471 0 -1 64 3386 0 0 0 36 1 0 0 16 0 10 0 1995731503 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=847288 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995731503 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=847288 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995731503 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=847288 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1995731505 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=847288 CPUtime=0.14
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 677 0 0 0 14 0 0 0 16 0 10 0 1995731505 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=847288 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1995731505 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=847288 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995731505 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12204] ppid=12192 vsize=847288 CPUtime=0
/proc/12194/task/12204/stat : 12204 (java) S 12192 12192 11471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1995731550 867622912 74347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 852644

[startup+3.1022 s]
/proc/loadavg: 1.99 1.97 1.98 4/85 12204
/proc/meminfo: memFree=945616/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=861208 CPUtime=3.05
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 120481 0 1 0 250 55 0 0 18 0 10 0 1995731501 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 215302 119590 2579 9 0 209862 0
[pid=12194/tid=12196] ppid=12192 vsize=861208 CPUtime=1.37
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 73927 0 1 0 103 34 0 0 25 0 10 0 1995731502 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 101444405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=861208 CPUtime=1.51
/proc/12194/task/12197/stat : 12197 (java) S 12192 12192 11471 0 -1 64 45141 0 0 0 132 19 0 0 17 0 10 0 1995731503 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=861208 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995731503 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=861208 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995731503 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=861208 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1995731505 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=861208 CPUtime=0.14
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 677 0 0 0 14 0 0 0 16 0 10 0 1995731505 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=861208 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1995731505 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=861208 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995731505 881876992 119590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12204] ppid=12192 vsize=861208 CPUtime=0
/proc/12194/task/12204/stat : 12204 (java) S 12192 12192 11471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1995731550 881876992 119590 996147200 134512640 134550740 4294956016 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) 866564

[startup+6.30179 s]
/proc/loadavg: 2.07 1.99 1.98 4/85 12204
/proc/meminfo: memFree=692368/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=881520 CPUtime=6.22
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 175057 0 1 0 542 80 0 0 18 0 10 0 1995731501 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 220380 174160 2579 9 0 214940 0
[pid=12194/tid=12196] ppid=12192 vsize=881520 CPUtime=2.02
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 81676 0 1 0 165 37 0 0 25 0 10 0 1995731502 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=881520 CPUtime=4.03
/proc/12194/task/12197/stat : 12197 (java) R 12192 12192 11471 0 -1 64 91968 0 0 0 362 41 0 0 17 0 10 0 1995731503 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 102674840 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=881520 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995731503 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=881520 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995731503 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=881520 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1995731505 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=881520 CPUtime=0.14
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 677 0 0 0 14 0 0 0 16 0 10 0 1995731505 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=881520 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1995731505 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=881520 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995731505 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12204] ppid=12192 vsize=881520 CPUtime=0
/proc/12194/task/12204/stat : 12204 (java) S 12192 12192 11471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1995731550 902676480 174160 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886876

[startup+12.703 s]
/proc/loadavg: 2.06 1.99 1.98 3/85 12204
/proc/meminfo: memFree=501776/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=892720 CPUtime=12.55
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 201515 0 1 0 1163 92 0 0 18 0 10 0 1995731501 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 223180 200615 2579 9 0 217740 0
[pid=12194/tid=12196] ppid=12192 vsize=892720 CPUtime=2.43
/proc/12194/task/12196/stat : 12196 (java) S 12192 12192 11471 0 -1 64 84438 0 1 0 204 39 0 0 17 0 10 0 1995731502 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=892720 CPUtime=9.96
/proc/12194/task/12197/stat : 12197 (java) R 12192 12192 11471 0 -1 64 115664 0 0 0 944 52 0 0 25 0 10 0 1995731503 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 104180246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=892720 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995731503 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=892720 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1995731503 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=892720 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1995731505 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=892720 CPUtime=0.14
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 677 0 0 0 14 0 0 0 16 0 10 0 1995731505 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=892720 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1995731505 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=892720 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1995731505 914145280 200615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12204] ppid=12192 vsize=892720 CPUtime=0
/proc/12194/task/12204/stat : 12204 (java) S 12192 12192 11471 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1995731550 914145280 200615 996147200 134512640 134550740 4294956016 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) 898076

[startup+25.5023 s]
/proc/loadavg: 2.05 1.99 1.98 3/85 12204
/proc/meminfo: memFree=501648/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=892944 CPUtime=25.25
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 201633 0 1 0 2432 93 0 0 18 0 10 0 1995731501 914374656 200719 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 223236 200719 2580 9 0 217796 0

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

[pid=12194/tid=12196] ppid=12192 vsize=864996 CPUtime=952.78
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 84843 0 1 0 95155 123 0 0 25 0 9 0 1995731502 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4126291322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=864996 CPUtime=60.24
/proc/12194/task/12197/stat : 12197 (java) S 12192 12192 11471 0 -1 64 115689 0 0 0 5969 55 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=864996 CPUtime=0.28
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 801 0 0 0 28 0 0 0 16 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1013.33
Current children cumulated vsize (KiB) 870352

[startup+1030.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/91 12286
/proc/meminfo: memFree=82312/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=864996 CPUtime=1019.66
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 202072 0 1 0 101785 181 0 0 18 0 9 0 1995731501 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 216249 176683 2584 9 0 210809 0
[pid=12194/tid=12196] ppid=12192 vsize=864996 CPUtime=959.11
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 84845 0 1 0 95787 124 0 0 25 0 9 0 1995731502 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4126272437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=864996 CPUtime=60.24
/proc/12194/task/12197/stat : 12197 (java) S 12192 12192 11471 0 -1 64 115689 0 0 0 5969 55 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=864996 CPUtime=0.28
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 801 0 0 0 28 0 0 0 16 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1019.66
Current children cumulated vsize (KiB) 870352

[startup+1031.91 s]
/proc/loadavg: 2.00 1.99 1.98 3/91 12286
/proc/meminfo: memFree=82312/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=864996 CPUtime=1021.24
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 202072 0 1 0 101943 181 0 0 18 0 9 0 1995731501 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 216249 176683 2584 9 0 210809 0
[pid=12194/tid=12196] ppid=12192 vsize=864996 CPUtime=960.69
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 84845 0 1 0 95945 124 0 0 25 0 9 0 1995731502 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4126306504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=864996 CPUtime=60.24
/proc/12194/task/12197/stat : 12197 (java) S 12192 12192 11471 0 -1 64 115689 0 0 0 5969 55 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=864996 CPUtime=0.28
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 801 0 0 0 28 0 0 0 16 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1021.24
Current children cumulated vsize (KiB) 870352

[startup+1032.7 s]
/proc/loadavg: 2.00 1.99 1.98 3/91 12286
/proc/meminfo: memFree=82312/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=864996 CPUtime=1022.04
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 202073 0 1 0 102023 181 0 0 18 0 9 0 1995731501 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 216249 176683 2584 9 0 210809 0
[pid=12194/tid=12196] ppid=12192 vsize=864996 CPUtime=961.49
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 84846 0 1 0 96025 124 0 0 25 0 9 0 1995731502 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4126291277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=864996 CPUtime=60.24
/proc/12194/task/12197/stat : 12197 (java) S 12192 12192 11471 0 -1 64 115689 0 0 0 5969 55 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=864996 CPUtime=0.28
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 801 0 0 0 28 0 0 0 16 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1022.04
Current children cumulated vsize (KiB) 870352

[startup+1033.1 s]
/proc/loadavg: 2.00 1.99 1.98 3/91 12286
/proc/meminfo: memFree=82312/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=864996 CPUtime=1022.43
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 202073 0 1 0 102062 181 0 0 18 0 9 0 1995731501 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 216249 176683 2584 9 0 210809 0
[pid=12194/tid=12196] ppid=12192 vsize=864996 CPUtime=961.88
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 84846 0 1 0 96064 124 0 0 25 0 9 0 1995731502 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4126291310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=864996 CPUtime=60.24
/proc/12194/task/12197/stat : 12197 (java) S 12192 12192 11471 0 -1 64 115689 0 0 0 5969 55 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=864996 CPUtime=0.28
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 801 0 0 0 28 0 0 0 16 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1022.43
Current children cumulated vsize (KiB) 870352

[startup+1033.5 s]
/proc/loadavg: 2.00 1.99 1.98 3/91 12286
/proc/meminfo: memFree=82312/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=864996 CPUtime=1022.82
/proc/12194/stat : 12194 (java) S 12192 12192 11471 0 -1 0 202073 0 1 0 102101 181 0 0 18 0 9 0 1995731501 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 216249 176683 2584 9 0 210809 0
[pid=12194/tid=12196] ppid=12192 vsize=864996 CPUtime=962.27
/proc/12194/task/12196/stat : 12196 (java) R 12192 12192 11471 0 -1 64 84846 0 1 0 96103 124 0 0 25 0 9 0 1995731502 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4126324666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12197] ppid=12192 vsize=864996 CPUtime=60.24
/proc/12194/task/12197/stat : 12197 (java) S 12192 12192 11471 0 -1 64 115689 0 0 0 5969 55 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12198] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12198/stat : 12198 (java) S 12192 12192 11471 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12199] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12199/stat : 12199 (java) S 12192 12192 11471 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1995731503 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12200] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12200/stat : 12200 (java) S 12192 12192 11471 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12201] ppid=12192 vsize=864996 CPUtime=0.28
/proc/12194/task/12201/stat : 12201 (java) S 12192 12192 11471 0 -1 64 801 0 0 0 28 0 0 0 16 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12202] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12202/stat : 12202 (java) S 12192 12192 11471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12194/tid=12203] ppid=12192 vsize=864996 CPUtime=0
/proc/12194/task/12203/stat : 12203 (java) S 12192 12192 11471 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1995731505 885755904 176683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1022.82
Current children cumulated vsize (KiB) 870352

[startup+1033.6 s]
/proc/loadavg: 2.00 1.99 1.98 3/91 12286
/proc/meminfo: memFree=82312/2055920 swapFree=4181480/4192956
[pid=12192] ppid=12190 vsize=5356 CPUtime=0
/proc/12192/stat : 12192 (concrete.sh) S 12190 12192 11471 0 -1 4194304 315 128 0 0 0 0 0 0 21 0 1 0 1995731500 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12192/statm: 1339 242 201 169 0 50 0
[pid=12194] ppid=12192 vsize=0 CPUtime=1022.89
/proc/12194/stat : 12194 (java) Z 12192 12192 11471 0 -1 12 202083 0 1 0 102105 184 0 0 16 0 2 0 1995731501 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12194/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1022.89
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1033.68
CPU time (s): 1022.98
CPU user time (s): 1021.06
CPU system time (s): 1.92371
CPU usage (%): 98.9652
Max. virtual memory (cumulated for all children) (KiB): 898300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1021.06
system time used= 1.92371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202534
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= 24233
involuntary context switches= 37157

runsolver used 1.65475 second user time and 3.9544 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 12:33:40
IDJOB=1070954
IDBENCH=56007
IDSOLVER=304
FILE ID=node67/1070954-1215167619
PBS_JOBID= 7881481
Free space on /tmp= 66528 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle07.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070954-1215167619/watcher-1070954-1215167619 -o /tmp/evaluation-result-1070954-1215167619/solver-1070954-1215167619 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1070954-1215167619.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4671926ba901573d7aae36f4bd02cb5
RANDOM SEED=1235826382

node67.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.281
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.281
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:       1297032 kB
Buffers:         91080 kB
Cached:         424604 kB
SwapCached:       5332 kB
Active:         461732 kB
Inactive:       226756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297032 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1232 kB
Writeback:           0 kB
Mapped:         179764 kB
Slab:            55392 kB
Committed_AS:  4214140 kB
PageTables:       2176 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= 66532 MiB
End job on node67 at 2008-07-04 12:50:53