Trace number 1075556

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 - Tabu Engine 2008-05-30SAT 1277.58 1278.18

DiagnosticValue
CHECKS5293990000
NODES1231330000

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-05-06.xml
MD5SUM49b102d50e49fb9a90abf3b4ef86d4f3
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.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints31
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)

Solver Data (download as text)

31.86/31.93	c CPU-LOAD 3.7
31.86/31.93	c LOADED 23 V (26 E), 10 ExtensionConstraintGeneral, 21 PredicateConstraint, arity 10, 3.7 cpu
1277.41/1278.06	v 12 14 1 18 17 8 17 0 8 0 13 0 11 4 3 14 6 12 4 18 20 4 4 
1277.41/1278.06	s SATISFIABLE
1277.41/1278.06	d NODES 1231332830
1277.41/1278.06	d CHECKS 5293987506
1277.41/1278.06	c gac3-effective-revisions: 8
1277.41/1278.06	c gac3-useless-revisions: 407
1277.41/1278.06	c prepro-constraint-ccks: 7503996
1277.41/1278.06	c prepro-constraint-presenceccks: 5533
1277.41/1278.06	c prepro-cpu: 0.64
1277.41/1278.06	c prepro-matrix2d-ccks: 0
1277.41/1278.06	c prepro-matrix2d-presenceccks: 0
1277.41/1278.06	c prepro-removed: 8
1277.41/1278.06	c total-assgn: 1231332830
1277.41/1278.06	c total-constraint-ccks: 5293987506
1277.41/1278.06	c total-constraint-presence-ccks: 14963791
1277.41/1278.06	c total-cpu: 1245.2201
1277.41/1278.06	c total-matrix2d-ccks: 0
1277.41/1278.06	c total-matrix2d-presence-ccks: 0
1277.41/1278.06	c tuples: 0
1277.41/1278.06	c tuples-collisions: 0
1277.41/1278.06	c TOTAL-NODES 1231332830
1277.41/1278.06	c TOTAL-CPU 1245.2201

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-1075556-1215181164/watcher-1075556-1215181164 -o /tmp/evaluation-result-1075556-1215181164/solver-1075556-1215181164 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1075556-1215181164.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/73 22773
/proc/meminfo: memFree=1569792/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=18572 CPUtime=0
/proc/22773/stat : 22773 (runsolver) R 22771 22773 18542 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1997088675 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22773/statm: 4643 292 257 25 0 2626 0

[startup+0.060534 s]
/proc/loadavg: 2.01 2.00 2.00 4/73 22773
/proc/meminfo: memFree=1569792/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102543 s]
/proc/loadavg: 2.01 2.00 2.00 4/73 22773
/proc/meminfo: memFree=1569792/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302571 s]
/proc/loadavg: 2.01 2.00 2.00 4/73 22773
/proc/meminfo: memFree=1569792/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702633 s]
/proc/loadavg: 2.01 2.00 2.00 4/73 22773
/proc/meminfo: memFree=1569792/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50174 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 22785
/proc/meminfo: memFree=1308840/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=848156 CPUtime=1.48
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 77476 0 1 0 114 34 0 0 18 0 10 0 1997088676 868511744 76595 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 212039 76597 2578 9 0 206599 0
[pid=22776/tid=22777] ppid=22773 vsize=848156 CPUtime=0.86
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 71786 0 1 0 55 31 0 0 24 0 10 0 1997088677 868511744 76599 996147200 134512640 134550740 4294956016 18446744073709551615 104454812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=848156 CPUtime=0.46
/proc/22776/task/22778/stat : 22778 (java) S 22773 22773 18542 0 -1 64 4454 0 0 0 45 1 0 0 19 0 10 0 1997088678 868511744 76603 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=848156 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1997088678 868511744 76606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=848156 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1997088678 868511744 76609 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=848156 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1997088680 868511744 76612 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=848156 CPUtime=0.12
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 500 0 0 0 12 0 0 0 16 0 10 0 1997088680 868511744 76615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=848156 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1997088681 868511744 76617 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=848156 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 1997088681 868511744 76620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22785] ppid=22773 vsize=848156 CPUtime=0
/proc/22776/task/22785/stat : 22785 (java) S 22773 22773 18542 0 -1 64 5 0 0 0 0 0 0 0 20 0 10 0 1997088718 868511744 76624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 853512

[startup+3.10298 s]
/proc/loadavg: 2.09 2.02 2.01 3/84 22785
/proc/meminfo: memFree=1195368/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=863832 CPUtime=3.08
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 128928 0 1 0 253 55 0 0 18 0 10 0 1997088676 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 215958 128041 2578 9 0 210518 0
[pid=22776/tid=22777] ppid=22773 vsize=863832 CPUtime=1.32
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 78072 0 1 0 98 34 0 0 25 0 10 0 1997088677 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=863832 CPUtime=1.61
/proc/22776/task/22778/stat : 22778 (java) R 22773 22773 18542 0 -1 64 49616 0 0 0 141 20 0 0 17 0 10 0 1997088678 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 104457093 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=863832 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1997088678 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=863832 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1997088678 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=863832 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1997088680 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=863832 CPUtime=0.12
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 500 0 0 0 12 0 0 0 16 0 10 0 1997088680 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=863832 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1997088681 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=863832 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 1997088681 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22785] ppid=22773 vsize=863832 CPUtime=0
/proc/22776/task/22785/stat : 22785 (java) S 22773 22773 18542 0 -1 64 5 0 0 0 0 0 0 0 20 0 10 0 1997088718 884563968 128041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 869188

[startup+6.30145 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 22785
/proc/meminfo: memFree=974184/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=882708 CPUtime=6.27
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 178553 0 1 0 552 75 0 0 18 0 10 0 1997088676 903892992 177661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 220677 177661 2578 9 0 215237 0
[pid=22776/tid=22777] ppid=22773 vsize=882708 CPUtime=1.87
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 84858 0 1 0 150 37 0 0 16 0 10 0 1997088677 903892992 177662 996147200 134512640 134550740 4294956016 18446744073709551615 4744827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=882708 CPUtime=4.25
/proc/22776/task/22778/stat : 22778 (java) R 22773 22773 18542 0 -1 64 92456 0 0 0 389 36 0 0 25 0 10 0 1997088678 903892992 177662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=882708 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1997088678 903892992 177663 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=882708 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1997088678 903892992 177663 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=882708 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1997088680 903892992 177664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=882708 CPUtime=0.12
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 500 0 0 0 12 0 0 0 16 0 10 0 1997088680 903892992 177664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=882708 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1997088681 903892992 177664 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=882708 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 1997088681 903892992 177665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22785] ppid=22773 vsize=882708 CPUtime=0
/proc/22776/task/22785/stat : 22785 (java) S 22773 22773 18542 0 -1 64 5 0 0 0 0 0 0 0 20 0 10 0 1997088718 903892992 177665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 888064

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 2.00 3/84 22785
/proc/meminfo: memFree=775528/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=892624 CPUtime=12.68
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 201229 0 1 0 1185 83 0 0 18 0 10 0 1997088676 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 223156 200333 2578 9 0 217716 0
[pid=22776/tid=22777] ppid=22773 vsize=892624 CPUtime=2.21
/proc/22776/task/22777/stat : 22777 (java) S 22773 22773 18542 0 -1 64 87274 0 1 0 183 38 0 0 17 0 10 0 1997088677 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=892624 CPUtime=10.31
/proc/22776/task/22778/stat : 22778 (java) R 22773 22773 18542 0 -1 64 112715 0 0 0 988 43 0 0 25 0 10 0 1997088678 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 101587931 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=892624 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1997088678 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=892624 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1997088678 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=892624 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1997088680 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=892624 CPUtime=0.12
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 500 0 0 0 12 0 0 0 16 0 10 0 1997088680 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=892624 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1997088681 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=892624 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 1997088681 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22785] ppid=22773 vsize=892624 CPUtime=0
/proc/22776/task/22785/stat : 22785 (java) S 22773 22773 18542 0 -1 64 5 0 0 0 0 0 0 0 20 0 10 0 1997088718 914046976 200333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 897980

[startup+25.5023 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 22785
/proc/meminfo: memFree=773352/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=892592 CPUtime=25.46
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 201250 0 1 0 2463 83 0 0 18 0 10 0 1997088676 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 223148 200340 2579 9 0 217708 0
[pid=22776/tid=22777] ppid=22773 vsize=892592 CPUtime=3.73
/proc/22776/task/22777/stat : 22777 (java) S 22773 22773 18542 0 -1 64 87288 0 1 0 335 38 0 0 17 0 10 0 1997088677 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=892592 CPUtime=21.57
/proc/22776/task/22778/stat : 22778 (java) R 22773 22773 18542 0 -1 64 112720 0 0 0 2114 43 0 0 25 0 10 0 1997088678 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 104186737 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=892592 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1997088678 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=892592 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1997088678 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=892592 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1997088680 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=892592 CPUtime=0.13
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 502 0 0 0 13 0 0 0 16 0 10 0 1997088680 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=892592 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1997088681 914014208 200340 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=892592 CPUtime=0

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

[pid=22776/tid=22777] ppid=22773 vsize=846908 CPUtime=1225.25
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 87796 0 1 0 122179 346 0 0 25 0 9 0 1997088677 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4126174231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=846908 CPUtime=28.19
/proc/22776/task/22778/stat : 22778 (java) S 22773 22773 18542 0 -1 64 112720 0 0 0 2772 47 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=846908 CPUtime=0.23
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 589 0 0 0 23 0 0 0 16 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1253.71
Current children cumulated vsize (KiB) 852264

[startup+1267.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 22873
/proc/meminfo: memFree=910568/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=846908 CPUtime=1266.51
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 201851 0 1 0 126251 400 0 0 18 0 9 0 1997088676 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 211727 171853 2585 9 0 206287 0
[pid=22776/tid=22777] ppid=22773 vsize=846908 CPUtime=1238.05
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 87801 0 1 0 123455 350 0 0 25 0 9 0 1997088677 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4126201416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=846908 CPUtime=28.19
/proc/22776/task/22778/stat : 22778 (java) S 22773 22773 18542 0 -1 64 112720 0 0 0 2772 47 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=846908 CPUtime=0.23
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 589 0 0 0 23 0 0 0 16 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1266.51
Current children cumulated vsize (KiB) 852264

[startup+1273.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/91 22873
/proc/meminfo: memFree=910568/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=846908 CPUtime=1272.91
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 201852 0 1 0 126888 403 0 0 18 0 9 0 1997088676 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 211727 171853 2585 9 0 206287 0
[pid=22776/tid=22777] ppid=22773 vsize=846908 CPUtime=1244.45
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 87802 0 1 0 124092 353 0 0 25 0 9 0 1997088677 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4126228593 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=846908 CPUtime=28.19
/proc/22776/task/22778/stat : 22778 (java) S 22773 22773 18542 0 -1 64 112720 0 0 0 2772 47 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=846908 CPUtime=0.23
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 589 0 0 0 23 0 0 0 16 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1272.91
Current children cumulated vsize (KiB) 852264

[startup+1276.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/91 22873
/proc/meminfo: memFree=910568/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=846908 CPUtime=1276.1
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 201852 0 1 0 127206 404 0 0 18 0 9 0 1997088676 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 211727 171853 2585 9 0 206287 0
[pid=22776/tid=22777] ppid=22773 vsize=846908 CPUtime=1247.63
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 87802 0 1 0 124409 354 0 0 25 0 9 0 1997088677 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4126228552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=846908 CPUtime=28.19
/proc/22776/task/22778/stat : 22778 (java) S 22773 22773 18542 0 -1 64 112720 0 0 0 2772 47 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=846908 CPUtime=0.23
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 589 0 0 0 23 0 0 0 16 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1276.1
Current children cumulated vsize (KiB) 852264

[startup+1277.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/91 22873
/proc/meminfo: memFree=910568/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=846908 CPUtime=1276.91
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 201852 0 1 0 127286 405 0 0 18 0 9 0 1997088676 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 211727 171853 2585 9 0 206287 0
[pid=22776/tid=22777] ppid=22773 vsize=846908 CPUtime=1248.44
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 87802 0 1 0 124489 355 0 0 25 0 9 0 1997088677 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4126228593 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=846908 CPUtime=28.19
/proc/22776/task/22778/stat : 22778 (java) S 22773 22773 18542 0 -1 64 112720 0 0 0 2772 47 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=846908 CPUtime=0.23
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 589 0 0 0 23 0 0 0 16 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1276.91
Current children cumulated vsize (KiB) 852264

[startup+1277.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/91 22873
/proc/meminfo: memFree=910568/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=846908 CPUtime=1277.31
/proc/22776/stat : 22776 (java) S 22773 22773 18542 0 -1 0 201853 0 1 0 127326 405 0 0 18 0 9 0 1997088676 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22776/statm: 211727 171853 2585 9 0 206287 0
[pid=22776/tid=22777] ppid=22773 vsize=846908 CPUtime=1248.84
/proc/22776/task/22777/stat : 22777 (java) R 22773 22773 18542 0 -1 64 87803 0 1 0 124529 355 0 0 25 0 9 0 1997088677 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4126169275 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22778] ppid=22773 vsize=846908 CPUtime=28.19
/proc/22776/task/22778/stat : 22778 (java) S 22773 22773 18542 0 -1 64 112720 0 0 0 2772 47 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22779] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22779/stat : 22779 (java) S 22773 22773 18542 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22780] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22780/stat : 22780 (java) S 22773 22773 18542 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1997088678 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22781] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22781/stat : 22781 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22782] ppid=22773 vsize=846908 CPUtime=0.23
/proc/22776/task/22782/stat : 22782 (java) S 22773 22773 18542 0 -1 64 589 0 0 0 23 0 0 0 16 0 9 0 1997088680 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22776/tid=22783] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22783/stat : 22783 (java) S 22773 22773 18542 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22776/tid=22784] ppid=22773 vsize=846908 CPUtime=0
/proc/22776/task/22784/stat : 22784 (java) S 22773 22773 18542 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 1997088681 867233792 171853 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1277.31
Current children cumulated vsize (KiB) 852264

[startup+1278.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 22874
/proc/meminfo: memFree=1056808/2055920 swapFree=4180424/4192956
[pid=22773] ppid=22771 vsize=5356 CPUtime=0
/proc/22773/stat : 22773 (concrete.sh) S 22771 22773 18542 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 1997088675 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22773/statm: 1339 242 201 169 0 50 0
[pid=22776] ppid=22773 vsize=0 CPUtime=1277.49
/proc/22776/stat : 22776 (java) Z 22773 22773 18542 0 -1 12 201861 0 1 0 127342 407 0 0 16 0 2 0 1997088676 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22776/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1277.49
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 1278.18
CPU time (s): 1277.58
CPU user time (s): 1273.43
CPU system time (s): 4.15437
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 897980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1273.43
system time used= 4.15437
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202312
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= 30138
involuntary context switches= 34202

runsolver used 1.84072 second user time and 3.98339 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-04 16:19:24
IDJOB=1075556
IDBENCH=56525
IDSOLVER=303
FILE ID=node52/1075556-1215181164
PBS_JOBID= 7881525
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 49b102d50e49fb9a90abf3b4ef86d4f3
RANDOM SEED=632369463

node52.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.265
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.265
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:       1570272 kB
Buffers:         82348 kB
Cached:         212628 kB
SwapCached:       6808 kB
Active:         308452 kB
Inactive:       113952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570272 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:         133568 kB
Slab:            48168 kB
Committed_AS:  4020936 kB
PageTables:       2124 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= 66552 MiB
End job on node52 at 2008-07-04 16:40:42