Trace number 1055377

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete + CSP4J - WMC Engine 2008-05-30SAT 22.3796 22.639

DiagnosticValue
CHECKS8987760
NODES100

General information on the benchmark

Namecsp/nengfa/
normalized-queens1.xml
MD5SUM72b10381b21e6b6e79bdf3ac7e3009a4
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 benchmark2.19767
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints13680
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13680
Global constraints used (with number of constraints)

Solver Data (download as text)

20.18/20.41	c CPU-LOAD 16.22
20.18/20.41	c LOADED 96 V (96 E), 13680 ExtensionConstraint2D, arity 2, 16.22 cpu
22.26/22.58	v 34 69 52 70 61 21 33 45 49 91 66 47 35 31 46 88 62 38 9 17 89 14 50 78 96 5 86 42 53 95 44 18 32 10 82 64 4 80 60 83 85 90 77 63 74 8 22 43 15 2 55 59 76 84 13 30 39 27 29 7 93 16 20 41 28 68 92 71 75 11 72 12 54 57 19 65 87 37 67 48 79 94 25 40 24 36 58 1 23 26 6 3 73 81 56 51 
22.26/22.58	s SATISFIABLE
22.26/22.58	d NODES 100
22.26/22.58	d CHECKS 8987760
22.26/22.58	c gac3-effective-revisions: 0
22.26/22.58	c gac3-useless-revisions: 27360
22.26/22.58	c local-minima: 27
22.26/22.58	c prepro-constraint-ccks: 0
22.26/22.58	c prepro-constraint-presenceccks: 0
22.26/22.58	c prepro-cpu: 0.21
22.26/22.58	c prepro-matrix2d-ccks: 2626560
22.26/22.58	c prepro-matrix2d-presenceccks: 2626560
22.26/22.58	c prepro-removed: 0
22.26/22.58	c total-assgn: 100
22.26/22.58	c total-constraint-ccks: 6333840
22.26/22.58	c total-constraint-presence-ccks: 0
22.26/22.58	c total-cpu: 1.64
22.26/22.58	c total-matrix2d-ccks: 2653920
22.26/22.58	c total-matrix2d-presence-ccks: 5253120
22.26/22.58	c tuples: 0
22.26/22.58	c tuples-collisions: 0
22.26/22.58	c TOTAL-NODES 100
22.26/22.58	c TOTAL-CPU 1.64

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-1055377-1215059421/watcher-1055377-1215059421 -o /tmp/evaluation-result-1055377-1215059421/solver-1055377-1215059421 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1055377-1215059421.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.00 2.03 2.08 4/82 15149
/proc/meminfo: memFree=1797712/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=1804 CPUtime=0
/proc/15151/stat : 15151 (java) D 15149 15149 14318 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 238930112 1847296 144 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/15151/statm: 451 144 106 9 0 93 0

[startup+0.0291999 s]
/proc/loadavg: 2.00 2.03 2.08 4/82 15149
/proc/meminfo: memFree=1797712/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=837452 CPUtime=0
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 1532 0 1 0 0 0 0 0 18 0 5 0 238930112 857550848 1202 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 209363 1202 699 9 0 204342 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 842808

[startup+0.102037 s]
/proc/loadavg: 2.00 2.03 2.08 4/82 15149
/proc/meminfo: memFree=1797712/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=843140 CPUtime=0.07
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 3424 0 1 0 6 1 0 0 18 0 9 0 238930112 863375360 2880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 210785 2880 1672 9 0 205362 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 848496

[startup+0.301059 s]
/proc/loadavg: 2.00 2.03 2.08 4/82 15149
/proc/meminfo: memFree=1797712/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=844272 CPUtime=0.28
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 4652 0 1 0 25 3 0 0 18 0 9 0 238930112 864534528 4039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 211068 4039 1893 9 0 205629 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 849628

[startup+0.7021 s]
/proc/loadavg: 2.00 2.03 2.08 4/82 15149
/proc/meminfo: memFree=1797712/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=845980 CPUtime=0.68
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 5341 0 1 0 64 4 0 0 18 0 9 0 238930112 866283520 4715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 211495 4715 1903 9 0 206056 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 851336

[startup+1.50419 s]
/proc/loadavg: 2.00 2.03 2.08 4/92 15160
/proc/meminfo: memFree=1784832/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=849972 CPUtime=1.47
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 7669 0 1 0 141 6 0 0 18 0 9 0 238930112 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212493 6813 1966 9 0 207054 0
[pid=15151/tid=15153] ppid=15149 vsize=849972 CPUtime=0.9
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 3428 0 1 0 88 2 0 0 24 0 9 0 238930113 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=849972 CPUtime=0.09
/proc/15151/task/15154/stat : 15154 (java) R 15149 15149 14318 0 -1 64 1252 0 0 0 9 0 0 0 16 0 9 0 238930114 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 103736018 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=849972 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=849972 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 238930114 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=849972 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=849972 CPUtime=0.43
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2258 0 0 0 42 1 0 0 16 0 9 0 238930116 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=849972 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=849972 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 870371328 6813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 855328

[startup+3.10171 s]
/proc/loadavg: 2.00 2.03 2.08 3/92 15160
/proc/meminfo: memFree=1773632/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=850048 CPUtime=3.04
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 11327 0 1 0 294 10 0 0 18 0 9 0 238930112 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212512 10094 2575 9 0 207073 0
[pid=15151/tid=15153] ppid=15149 vsize=850048 CPUtime=2.13
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 3752 0 1 0 209 4 0 0 25 0 9 0 238930113 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=850048 CPUtime=0.46
/proc/15151/task/15154/stat : 15154 (java) S 15149 15149 14318 0 -1 64 4586 0 0 0 42 4 0 0 15 0 9 0 238930114 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 238930114 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=850048 CPUtime=0.43
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2258 0 0 0 42 1 0 0 16 0 9 0 238930116 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 870449152 10094 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 855404

[startup+6.30271 s]
/proc/loadavg: 2.08 2.05 2.08 3/92 15160
/proc/meminfo: memFree=1758976/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=850048 CPUtime=6.22
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 16215 0 1 0 608 14 0 0 18 0 9 0 238930112 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212512 12318 2576 9 0 207073 0
[pid=15151/tid=15153] ppid=15149 vsize=850048 CPUtime=4.88
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 4079 0 1 0 483 5 0 0 25 0 9 0 238930113 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4125231270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=850048 CPUtime=0.87
/proc/15151/task/15154/stat : 15154 (java) S 15149 15149 14318 0 -1 64 9137 0 0 0 80 7 0 0 16 0 9 0 238930114 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 238930114 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=850048 CPUtime=0.45
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2268 0 0 0 44 1 0 0 16 0 9 0 238930116 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 870449152 12318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 855404

[startup+12.7014 s]
/proc/loadavg: 2.07 2.04 2.08 3/92 15160
/proc/meminfo: memFree=1753024/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=850048 CPUtime=12.56
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 17628 0 1 0 1240 16 0 0 18 0 9 0 238930112 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212512 13531 2576 9 0 207073 0
[pid=15151/tid=15153] ppid=15149 vsize=850048 CPUtime=10.96
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 4279 0 1 0 1091 5 0 0 25 0 9 0 238930113 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4126964225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=850048 CPUtime=1.11
/proc/15151/task/15154/stat : 15154 (java) S 15149 15149 14318 0 -1 64 10350 0 0 0 103 8 0 0 16 0 9 0 238930114 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 238930114 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=850048 CPUtime=0.45
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2268 0 0 0 44 1 0 0 16 0 9 0 238930116 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=850048 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 870449152 13531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 855404

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

[startup+19.1021 s]
/proc/loadavg: 2.07 2.04 2.08 3/93 15161
/proc/meminfo: memFree=1743416/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=851080 CPUtime=18.9
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 23693 0 1 0 1866 24 0 0 18 0 10 0 238930112 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212770 19308 2583 9 0 207330 0
[pid=15151/tid=15153] ppid=15149 vsize=851080 CPUtime=15.94
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 5200 0 1 0 1587 7 0 0 25 0 10 0 238930113 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=851080 CPUtime=2.27
/proc/15151/task/15154/stat : 15154 (java) R 15149 15149 14318 0 -1 64 15327 0 0 0 215 12 0 0 16 0 10 0 238930114 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 104457124 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 238930114 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 238930114 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 238930116 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=851080 CPUtime=0.64
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2427 0 0 0 62 2 0 0 16 0 10 0 238930116 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 238930116 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 238930116 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15161] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15161/stat : 15161 (java) S 15149 15149 14318 0 -1 64 4 0 0 0 0 0 0 0 23 0 10 0 238931515 871505920 19308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 856436

[startup+20.7013 s]
/proc/loadavg: 2.14 2.06 2.09 4/93 15161
/proc/meminfo: memFree=1694136/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=851080 CPUtime=20.47
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 42163 0 1 0 2017 30 0 0 18 0 9 0 238930112 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212770 37765 2584 9 0 207330 0
[pid=15151/tid=15153] ppid=15149 vsize=851080 CPUtime=16.3
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 5871 0 1 0 1622 8 0 0 25 0 9 0 238930113 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=851080 CPUtime=3.49
/proc/15151/task/15154/stat : 15154 (java) R 15149 15149 14318 0 -1 64 33124 0 0 0 330 19 0 0 16 0 9 0 238930114 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 104180298 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=851080 CPUtime=0.65
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2427 0 0 0 63 2 0 0 16 0 9 0 238930116 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 871505920 37765 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.47
Current children cumulated vsize (KiB) 856436

[startup+21.5013 s]
/proc/loadavg: 2.14 2.06 2.09 4/92 15161
/proc/meminfo: memFree=1655544/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=851080 CPUtime=21.27
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 43628 0 1 0 2096 31 0 0 18 0 9 0 238930112 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212770 39227 2585 9 0 207330 0
[pid=15151/tid=15153] ppid=15149 vsize=851080 CPUtime=16.9
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 5875 0 1 0 1682 8 0 0 25 0 9 0 238930113 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4127261626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=851080 CPUtime=3.67
/proc/15151/task/15154/stat : 15154 (java) S 15149 15149 14318 0 -1 64 34583 0 0 0 348 19 0 0 16 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=851080 CPUtime=0.67
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2428 0 0 0 65 2 0 0 15 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.27
Current children cumulated vsize (KiB) 856436

[startup+22.3014 s]
/proc/loadavg: 2.14 2.06 2.09 3/92 15162
/proc/meminfo: memFree=1649720/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=851080 CPUtime=22.06
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 43629 0 1 0 2175 31 0 0 18 0 9 0 238930112 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212770 39227 2585 9 0 207330 0
[pid=15151/tid=15153] ppid=15149 vsize=851080 CPUtime=17.67
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 5875 0 1 0 1759 8 0 0 25 0 9 0 238930113 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4127244643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=851080 CPUtime=3.67
/proc/15151/task/15154/stat : 15154 (java) S 15149 15149 14318 0 -1 64 34583 0 0 0 348 19 0 0 17 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=851080 CPUtime=0.69
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2429 0 0 0 67 2 0 0 15 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (KiB) 856436

[startup+22.5014 s]
/proc/loadavg: 2.14 2.06 2.09 3/92 15162
/proc/meminfo: memFree=1649720/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=851080 CPUtime=22.26
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 43629 0 1 0 2195 31 0 0 18 0 9 0 238930112 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212770 39227 2585 9 0 207330 0
[pid=15151/tid=15153] ppid=15149 vsize=851080 CPUtime=17.87
/proc/15151/task/15153/stat : 15153 (java) R 15149 15149 14318 0 -1 64 5875 0 1 0 1779 8 0 0 25 0 9 0 238930113 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4127341203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=851080 CPUtime=3.67
/proc/15151/task/15154/stat : 15154 (java) S 15149 15149 14318 0 -1 64 34583 0 0 0 348 19 0 0 17 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=851080 CPUtime=0.69
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2429 0 0 0 67 2 0 0 15 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 871505920 39227 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.26
Current children cumulated vsize (KiB) 856436

[startup+22.6014 s]
/proc/loadavg: 2.14 2.06 2.09 3/92 15162
/proc/meminfo: memFree=1649720/2055920 swapFree=4180076/4192956
[pid=15149] ppid=15147 vsize=5356 CPUtime=0
/proc/15149/stat : 15149 (concrete.sh) S 15147 15149 14318 0 -1 4194304 315 128 0 0 0 0 0 0 17 0 1 0 238930112 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15149/statm: 1339 242 201 169 0 50 0
[pid=15151] ppid=15149 vsize=851080 CPUtime=22.34
/proc/15151/stat : 15151 (java) S 15149 15149 14318 0 -1 0 43631 0 1 0 2203 31 0 0 18 0 9 0 238930112 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15151/statm: 212770 39228 2585 9 0 207330 0
[pid=15151/tid=15153] ppid=15149 vsize=851080 CPUtime=17.95
/proc/15151/task/15153/stat : 15153 (java) S 15149 15149 14318 0 -1 64 5877 0 1 0 1787 8 0 0 25 0 9 0 238930113 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15154] ppid=15149 vsize=851080 CPUtime=3.67
/proc/15151/task/15154/stat : 15154 (java) S 15149 15149 14318 0 -1 64 34583 0 0 0 348 19 0 0 17 0 9 0 238930114 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15155] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15155/stat : 15155 (java) S 15149 15149 14318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15156] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15156/stat : 15156 (java) S 15149 15149 14318 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238930114 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15157] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15157/stat : 15157 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238930116 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15158] ppid=15149 vsize=851080 CPUtime=0.69
/proc/15151/task/15158/stat : 15158 (java) S 15149 15149 14318 0 -1 64 2429 0 0 0 67 2 0 0 15 0 9 0 238930116 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15159] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15159/stat : 15159 (java) S 15149 15149 14318 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 238930116 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15151/tid=15160] ppid=15149 vsize=851080 CPUtime=0
/proc/15151/task/15160/stat : 15160 (java) S 15149 15149 14318 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238930116 871505920 39228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 856436

Child status: 0
Real time (s): 22.639
CPU time (s): 22.3796
CPU user time (s): 22.0376
CPU system time (s): 0.341948
CPU usage (%): 98.8541
Max. virtual memory (cumulated for all children) (KiB): 860532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0376
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44086
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= 10048
involuntary context switches= 10371

runsolver used 0.033994 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 06:30:22
IDJOB=1055377
IDBENCH=56817
IDSOLVER=304
FILE ID=node81/1055377-1215059421
PBS_JOBID= 7875186
Free space on /tmp= 126848 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72b10381b21e6b6e79bdf3ac7e3009a4
RANDOM SEED=1565585803

node81.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.236
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.236
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:       1798192 kB
Buffers:         25116 kB
Cached:         133556 kB
SwapCached:       5616 kB
Active:         129028 kB
Inactive:        67328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798192 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            4392 kB
Writeback:           0 kB
Mapped:          52508 kB
Slab:            46600 kB
Committed_AS:  1219268 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-03 06:30:44