Trace number 1082048

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CPS4J 2008-05-30SAT 45.722 45.7653

DiagnosticValue
CHECKS19529500
NODES36825

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-18.xml
MD5SUM722056d7a5ec313aba1d928334e23029
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.51992
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints1467
Maximum constraint arity2
Maximum domain size54
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1467
Global constraints used (with number of constraints)

Solver Data (download as text)

2.58/2.62	c CPU-LOAD 1.77
2.58/2.62	c LOADED 54 V (54 E), 1467 ExtensionConstraint2D, arity 2, 1.77 cpu
45.67/45.70	v 45 26 6 2 40 30 9 4 1 31 27 15 20 8 3 16 0 5 47 29 10 7 46 37 17 13 11 42 39 28 34 23 19 33 18 24 49 32 14 12 52 44 25 22 21 53 51 41 48 38 35 50 36 43 
45.67/45.72	s SATISFIABLE
45.67/45.72	d NODES 36825
45.67/45.72	d CHECKS 19529514
45.67/45.73	c gac3-effective-revisions: 2283710
45.67/45.73	c gac3-useless-revisions: 37572591
45.67/45.73	c heuristic-cpu: 0.0
45.67/45.73	c prepro-constraint-ccks: 0
45.67/45.73	c prepro-constraint-presenceccks: 0
45.67/45.73	c prepro-cpu: 0.01
45.67/45.73	c prepro-matrix2d-ccks: 5922
45.67/45.73	c prepro-matrix2d-presenceccks: 4482
45.67/45.73	c prepro-removed: 1134
45.67/45.73	c search-cpu: 42.95
45.67/45.73	c total-assgn: 36825
45.67/45.73	c total-constraint-ccks: 0
45.67/45.73	c total-constraint-presence-ccks: 0
45.67/45.73	c total-cpu: 42.96
45.67/45.73	c total-matrix2d-ccks: 19529514
45.67/45.73	c total-matrix2d-presence-ccks: 117439529
45.67/45.73	c tuples: 0
45.67/45.73	c tuples-collisions: 0
45.67/45.73	c TOTAL-NODES 36825
45.67/45.73	c TOTAL-CPU 42.96

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-1082048-1215220727/watcher-1082048-1215220727 -o /tmp/evaluation-result-1082048-1215220727/solver-1082048-1215220727 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1082048-1215220727.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.98 1.99 4/73 8236
/proc/meminfo: memFree=1260088/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=152 CPUtime=0
/proc/8238/stat : 8238 (java) D 8236 8236 6791 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 2001022478 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 6734628 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/8238/statm: 38 26 19 9 0 4 0

[startup+0.0477271 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 8236
/proc/meminfo: memFree=1260088/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=837452 CPUtime=0.03
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 2006 0 1 0 2 1 0 0 18 0 5 0 2001022478 857550848 1577 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 209363 1577 900 9 0 204342 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 842808

[startup+0.101733 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 8236
/proc/meminfo: memFree=1260088/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=843024 CPUtime=0.09
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 3407 0 1 0 7 2 0 0 18 0 9 0 2001022478 863256576 2863 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 210789 2864 1666 9 0 205366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 848380

[startup+0.301756 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 8236
/proc/meminfo: memFree=1260088/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=843632 CPUtime=0.28
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 4524 0 1 0 25 3 0 0 18 0 9 0 2001022478 863879168 3911 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 210908 3911 1894 9 0 205469 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 848988

[startup+0.701805 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 8236
/proc/meminfo: memFree=1260088/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=844232 CPUtime=0.68
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 5059 0 1 0 64 4 0 0 18 0 9 0 2001022478 864493568 4418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 211058 4418 1898 9 0 205619 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 849588

[startup+1.5029 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 8248
/proc/meminfo: memFree=1245904/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=847080 CPUtime=1.48
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 6023 0 1 0 143 5 0 0 18 0 10 0 2001022478 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 211770 5332 1916 9 0 206331 0
[pid=8238/tid=8240] ppid=8236 vsize=847080 CPUtime=1.03
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3453 0 1 0 100 3 0 0 25 0 10 0 2001022479 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=847080 CPUtime=0.06
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 743 0 0 0 6 0 0 0 16 0 10 0 2001022481 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=847080 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2001022481 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=847080 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2001022481 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=847080 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2001022483 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=847080 CPUtime=0.37
/proc/8238/task/8245/stat : 8245 (java) R 8236 8236 6791 0 -1 64 1093 0 0 0 36 1 0 0 16 0 10 0 2001022483 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 101583616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=847080 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2001022483 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=847080 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 2001022483 867409920 5332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8248] ppid=8236 vsize=847080 CPUtime=0
/proc/8238/task/8248/stat : 8248 (java) S 8236 8236 6791 0 -1 64 3 0 0 0 0 0 0 0 21 0 10 0 2001022553 867409920 5332 996147200 134512640 134550740 4294956032 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) 852436

[startup+3.10209 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 8249
/proc/meminfo: memFree=1232584/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=3.08
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10053 0 1 0 300 8 0 0 18 0 9 0 2001022478 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9022 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=2.24
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3702 0 1 0 221 3 0 0 25 0 9 0 2001022479 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4127108436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.3
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3315 0 0 0 29 1 0 0 16 0 9 0 2001022481 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.5
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2300 0 0 0 49 1 0 0 15 0 9 0 2001022483 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9022 996147200 134512640 134550740 4294956032 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) 856504

[startup+6.30247 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1225992/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=6.28
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 620 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=5.41
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 538 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127108293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 856504

[startup+12.7022 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1219024/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=12.68
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 1260 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=11.81
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 1178 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127108276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 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) 856504

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1208400/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=25.47
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 2539 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=24.61
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 2458 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127126531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


Solver just ended. Dumping a history of the last processes samples

[startup+38.3022 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1196752/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=38.27
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 3819 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=37.41
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 3738 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127129572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 856504

[startup+41.5016 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1194832/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=41.47
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 4139 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=40.6
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 4057 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127127360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 856504

[startup+43.1018 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1193488/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=43.07
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 4299 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=42.2
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 4217 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127108424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.07
Current children cumulated vsize (KiB) 856504

[startup+44.703 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1192720/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=44.67
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 4459 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=43.8
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 4377 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127108293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.67
Current children cumulated vsize (KiB) 856504

[startup+45.5021 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1192016/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=45.47
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 4539 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=44.6
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 4457 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127128974 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.47
Current children cumulated vsize (KiB) 856504

[startup+45.7021 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 8250
/proc/meminfo: memFree=1192016/2055920 swapFree=4180584/4192956
[pid=8236] ppid=8234 vsize=5356 CPUtime=0
/proc/8236/stat : 8236 (concrete.sh) S 8234 8236 6791 0 -1 4194304 316 128 0 0 0 0 0 0 17 0 1 0 2001022478 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8236/statm: 1339 242 201 169 0 50 0
[pid=8238] ppid=8236 vsize=851148 CPUtime=45.67
/proc/8238/stat : 8238 (java) S 8236 8236 6791 0 -1 0 10303 0 1 0 4559 8 0 0 18 0 9 0 2001022478 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8238/statm: 212787 9268 2583 9 0 207347 0
[pid=8238/tid=8240] ppid=8236 vsize=851148 CPUtime=44.8
/proc/8238/task/8240/stat : 8240 (java) R 8236 8236 6791 0 -1 64 3706 0 1 0 4477 3 0 0 25 0 9 0 2001022479 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4127106836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8241] ppid=8236 vsize=851148 CPUtime=0.32
/proc/8238/task/8241/stat : 8241 (java) S 8236 8236 6791 0 -1 64 3557 0 0 0 30 2 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8242] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8242/stat : 8242 (java) S 8236 8236 6791 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8243] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8243/stat : 8243 (java) S 8236 8236 6791 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2001022481 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8244] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8244/stat : 8244 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8245] ppid=8236 vsize=851148 CPUtime=0.52
/proc/8238/task/8245/stat : 8245 (java) S 8236 8236 6791 0 -1 64 2304 0 0 0 50 2 0 0 16 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8246] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8246/stat : 8246 (java) S 8236 8236 6791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8238/tid=8247] ppid=8236 vsize=851148 CPUtime=0
/proc/8238/task/8247/stat : 8247 (java) S 8236 8236 6791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001022483 871575552 9268 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.67
Current children cumulated vsize (KiB) 856504

Child status: 0
Real time (s): 45.7653
CPU time (s): 45.722
CPU user time (s): 45.6251
CPU system time (s): 0.096985
CPU usage (%): 99.9056
Max. virtual memory (cumulated for all children) (KiB): 856504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.6251
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10804
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= 3441
involuntary context switches= 3361

runsolver used 0.045993 second user time and 0.172973 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 03:18:47
IDJOB=1082048
IDBENCH=57179
IDSOLVER=305
FILE ID=node75/1082048-1215220727
PBS_JOBID= 7881743
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 722056d7a5ec313aba1d928334e23029
RANDOM SEED=681429553

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1260504 kB
Buffers:         63268 kB
Cached:         207036 kB
SwapCached:       6320 kB
Active:         607136 kB
Inactive:       122876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260504 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:             916 kB
Writeback:           0 kB
Mapped:         466048 kB
Slab:            49752 kB
Committed_AS:  4632740 kB
PageTables:       2712 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= 66548 MiB
End job on node75 at 2008-07-05 03:19:33