Trace number 1885721

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
wbo 1.0? (MO) 886.595 887.17

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
diagnosis/UR-10-5p0.opb
MD5SUM333666727ba8497b0bdb276d670bc01c
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark222.98
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables104479
Total number of constraints500869
Number of constraints which are clauses500869
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1885721-1245269090.opb.
0.00/0.00	c Instance file HOME/instance-1885721-1245269090.opb
0.00/0.00	c File size is 15415135 bytes.
3.09/3.14	c Highest Coefficient sum: 10
3.09/3.14	c ============================[ Problem Statistics ]=============================
3.09/3.14	c |                                                                             |
3.09/3.14	c |  Parsing time:          3.09         s                                      |
3.09/3.14	c |  Number Variables:      104479                                              |
3.09/3.14	c |  Number Clauses:        500869                                              |
3.09/3.14	c |  Number Cardinality:    0                                                   |
3.09/3.14	c |  Number PB Constraints: 0                                                   |
3.09/3.15	c ============================[ Search Statistics ]==============================
3.09/3.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.15	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
3.09/3.15	c ===============================================================================
3.09/3.15	c |         0 |   74753   500869  1168678 |   166956        0    nan |  0.000 % |
3.29/3.30	c |       100 |   74753   500869  1168678 |   183651      100     80 | 28.452 % |
3.58/3.65	c |       251 |   74597   500869  1168678 |   202017      251    317 | 29.182 % |
3.99/4.04	c |       476 |   74582   500869  1168678 |   222218      476    287 | 29.182 % |
4.48/4.54	c |       813 |   73989   500869  1168678 |   244440      812    224 | 29.198 % |
5.18/5.25	c |      1319 |   73989   500869  1168678 |   268884     1318    289 | 29.198 % |
6.48/6.57	c |      2079 |   73569   500869  1168678 |   295773     2077    414 | 30.753 % |
8.07/8.11	c |      3221 |   72349   500869  1168678 |   325350     3216    500 | 30.753 % |
11.98/12.04	c |      4929 |   69739   500869  1168678 |   357885     4915    551 | 34.610 % |
18.97/19.05	c |      7491 |   64903   500869  1168678 |   393674     7451    669 | 37.879 % |
34.95/35.01	c |     11336 |   63679   500869  1168678 |   433041    11294   1062 | 39.875 % |
78.12/78.26	c |     17102 |   61947   500869  1168678 |   476345    17004   1880 | 42.754 % |
165.78/165.94	c |     25751 |   59658   500869  1168678 |   523980    25584   3123 | 43.622 % |
326.31/326.54	c |     38726 |   58555   500869  1168678 |   576378    38008   4010 | 44.483 % |
705.43/705.89	c |     58187 |   57728   500869  1168678 |   634016    57469   5899 | 45.221 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885721-1245269090/watcher-1885721-1245269090 -o /tmp/evaluation-result-1885721-1245269090/solver-1885721-1245269090 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1885721-1245269090.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.03 3/65 10619
/proc/meminfo: memFree=1815664/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=17584 CPUtime=0
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 203 0 0 0 0 0 0 0 18 0 1 0 194507493 18006016 187 1992294400 134512640 135709839 4294956240 18446744073709551615 134548059 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 4396 187 128 292 0 337 0

[startup+0.0647449 s]
/proc/loadavg: 1.00 1.00 1.03 3/65 10619
/proc/meminfo: memFree=1815664/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=19376 CPUtime=0.06
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 766 0 0 0 6 0 0 0 18 0 1 0 194507493 19841024 750 1992294400 134512640 135709839 4294956240 18446744073709551615 134547798 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 4844 750 260 292 0 785 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19376

[startup+0.101751 s]
/proc/loadavg: 1.00 1.00 1.03 3/65 10619
/proc/meminfo: memFree=1815664/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=20428 CPUtime=0.09
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 1091 0 0 0 9 0 0 0 18 0 1 0 194507493 20918272 1075 1992294400 134512640 135709839 4294956240 18446744073709551615 134605451 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 5107 1075 338 292 0 1048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20428

[startup+0.301787 s]
/proc/loadavg: 1.00 1.00 1.03 3/65 10619
/proc/meminfo: memFree=1815664/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=29036 CPUtime=0.29
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 3237 0 0 0 28 1 0 0 19 0 1 0 194507493 29732864 3148 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 7259 3148 666 292 0 3200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29036

[startup+0.70186 s]
/proc/loadavg: 1.00 1.00 1.03 3/65 10619
/proc/meminfo: memFree=1815664/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=37124 CPUtime=0.7
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 5872 0 0 0 68 2 0 0 23 0 1 0 194507493 38014976 5590 1992294400 134512640 135709839 4294956240 18446744073709551615 134548059 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 9281 5590 1091 292 0 5222 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 37124

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 10620
/proc/meminfo: memFree=1795560/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=42148 CPUtime=1.49
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 7976 0 0 0 147 2 0 0 25 0 1 0 194507493 43159552 7694 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 10537 7694 1893 292 0 6478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42148

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 10620
/proc/meminfo: memFree=1788456/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=59944 CPUtime=3.09
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 13650 0 0 0 304 5 0 0 25 0 1 0 194507493 61382656 13271 1992294400 134512640 135709839 4294956240 18446744073709551615 134548059 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 14986 13271 3812 292 0 10927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59944

[startup+6.30291 s]
/proc/loadavg: 1.08 1.02 1.04 2/66 10620
/proc/meminfo: memFree=1769720/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=53868 CPUtime=6.28
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 16352 0 0 0 620 8 0 0 25 0 1 0 194507493 55160832 11823 1992294400 134512640 135709839 4294956240 18446744073709551615 134517181 0 0 4096 3 0 0 0 17 1 0 0
/proc/10619/statm: 13467 11823 135 292 0 13172 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53868

[startup+12.7011 s]
/proc/loadavg: 1.15 1.03 1.04 2/66 10620
/proc/meminfo: memFree=1758136/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=64644 CPUtime=12.68
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 19032 0 0 0 1255 13 0 0 25 0 1 0 194507493 66195456 14503 1992294400 134512640 135709839 4294956240 18446744073709551615 134573862 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 16161 14503 135 292 0 15866 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64644

[startup+25.5014 s]
/proc/loadavg: 1.41 1.10 1.06 2/66 10620
/proc/meminfo: memFree=1735352/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=87552 CPUtime=25.46
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 24756 0 0 0 2528 18 0 0 25 0 1 0 194507493 89653248 20227 1992294400 134512640 135709839 4294956240 18446744073709551615 134517517 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 21888 20227 135 292 0 21593 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 87552

[startup+51.1012 s]
/proc/loadavg: 1.33 1.10 1.06 2/66 10620
/proc/meminfo: memFree=1676472/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=146628 CPUtime=51.03
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 39534 0 0 0 5073 30 0 0 25 0 1 0 194507493 150147072 35005 1992294400 134512640 135709839 4294956240 18446744073709551615 134517517 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 36657 35005 135 292 0 36362 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 146628

[startup+102.306 s]
/proc/loadavg: 1.14 1.08 1.06 2/66 10620
/proc/meminfo: memFree=1568888/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=253860 CPUtime=102.21
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 66324 0 0 0 10172 49 0 0 25 0 1 0 194507493 259952640 61795 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 63465 61795 135 292 0 63170 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 253860

[startup+162.302 s]
/proc/loadavg: 1.05 1.07 1.05 2/66 10620
/proc/meminfo: memFree=1435256/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=389132 CPUtime=162.18
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 100144 0 0 0 16153 65 0 0 25 0 1 0 194507493 398471168 95615 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 97283 95615 135 292 0 96988 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 389132

[startup+222.302 s]
/proc/loadavg: 1.02 1.05 1.05 2/66 10620
/proc/meminfo: memFree=1313080/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=509156 CPUtime=222.15
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 130169 0 0 0 22133 82 0 0 25 0 1 0 194507493 521375744 125640 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 127289 125640 135 292 0 126994 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 509156

[startup+282.302 s]
/proc/loadavg: 1.00 1.04 1.04 2/66 10620
/proc/meminfo: memFree=1196920/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=627148 CPUtime=282.14
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 159654 0 0 0 28115 99 0 0 25 0 1 0 194507493 642199552 155125 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 156787 155125 135 292 0 156492 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 627148

[startup+342.302 s]
/proc/loadavg: 1.00 1.03 1.03 2/66 10620
/proc/meminfo: memFree=1079608/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=742148 CPUtime=342.11
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 188429 0 0 0 34099 112 0 0 25 0 1 0 194507493 759959552 183900 1992294400 134512640 135709839 4294956240 18446744073709551615 134573759 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 185537 183900 135 292 0 185242 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 742148

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.03 2/66 10620
/proc/meminfo: memFree=948984/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=873520 CPUtime=402.08
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 221249 0 0 0 40082 126 0 0 25 0 1 0 194507493 894484480 216720 1992294400 134512640 135709839 4294956240 18446744073709551615 134573759 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 218380 216720 135 292 0 218085 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 873520

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.02 2/66 10620
/proc/meminfo: memFree=829368/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=992232 CPUtime=462.04
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 250912 0 0 0 46060 144 0 0 25 0 1 0 194507493 1016045568 246383 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 248058 246383 135 292 0 247763 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 992232

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.02 2/66 10620
/proc/meminfo: memFree=712184/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1112112 CPUtime=522.02
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 280905 0 0 0 52040 162 0 0 25 0 1 0 194507493 1138802688 276376 1992294400 134512640 135709839 4294956240 18446744073709551615 134517178 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 278028 276376 135 292 0 277733 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 1112112

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 10620
/proc/meminfo: memFree=592696/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1228544 CPUtime=581.99
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 310015 0 0 0 58025 174 0 0 25 0 1 0 194507493 1258029056 305486 1992294400 134512640 135709839 4294956240 18446744073709551615 134573759 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 307136 305486 135 292 0 306841 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 1228544

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 10620
/proc/meminfo: memFree=483896/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1336356 CPUtime=641.96
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 336953 0 0 0 64010 186 0 0 25 0 1 0 194507493 1368428544 332424 1992294400 134512640 135709839 4294956240 18446744073709551615 134517517 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 334089 332424 135 292 0 333794 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 1336356

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10620
/proc/meminfo: memFree=360504/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1460280 CPUtime=701.94
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 367935 0 0 0 69993 201 0 0 25 0 1 0 194507493 1495326720 363406 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 365070 363406 135 292 0 364775 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 1460280

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10620
/proc/meminfo: memFree=240184/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1579564 CPUtime=761.91
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 397780 0 0 0 75978 213 0 0 25 0 1 0 194507493 1617473536 393251 1992294400 134512640 135709839 4294956240 18446744073709551615 134573916 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 394891 393251 135 292 0 394596 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 1579564

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10620
/proc/meminfo: memFree=89528/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1731164 CPUtime=821.87
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 435661 0 0 0 81958 229 0 0 25 0 1 0 194507493 1772711936 431132 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 432791 431132 135 292 0 432496 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 1731164

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10620
/proc/meminfo: memFree=15352/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1835288 CPUtime=881.75
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 461654 0 0 0 87931 244 0 0 25 0 1 0 194507493 1879334912 457125 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 458822 457125 135 292 0 458527 0
Current children cumulated CPU time (s) 881.75
Current children cumulated vsize (KiB) 1835288



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+886.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10620
/proc/meminfo: memFree=15160/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=1843260 CPUtime=886.32
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4194304 463666 0 0 0 88386 246 0 0 25 0 1 0 194507493 1887498240 459137 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 460815 459137 135 292 0 460520 0
Current children cumulated CPU time (s) 886.32
Current children cumulated vsize (KiB) 1843260

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+887.006 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10620
/proc/meminfo: memFree=15160/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=0 CPUtime=886.42
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4195332 463666 0 0 0 88386 256 0 0 25 0 1 0 194507493 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 886.42
Current children cumulated vsize (KiB) 0

[startup+887.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10620
/proc/meminfo: memFree=15160/2055924 swapFree=4179384/4192956
[pid=10619] ppid=10617 vsize=0 CPUtime=886.51
/proc/10619/stat : 10619 (wbo) R 10617 10619 10576 0 -1 4195332 463666 0 0 0 88386 265 0 0 25 0 1 0 194507493 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/10619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 886.51
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 887.17
CPU time (s): 886.595
CPU user time (s): 883.87
CPU system time (s): 2.72558
CPU usage (%): 99.9352
Max. virtual memory (cumulated for all children) (KiB): 1843260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 883.87
system time used= 2.72558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2983

runsolver used 1.02684 second user time and 2.13068 second system time

The end

Launcher Data

Begin job on node83 at 2009-06-17 22:04:51
IDJOB=1885721
IDBENCH=72085
IDSOLVER=698
FILE ID=node83/1885721-1245269090
PBS_JOBID= 9372496
Free space on /tmp= 66492 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/diagnosis/UR-10-5p0.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885721-1245269090/watcher-1885721-1245269090 -o /tmp/evaluation-result-1885721-1245269090/solver-1885721-1245269090 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1885721-1245269090.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 333666727ba8497b0bdb276d670bc01c
RANDOM SEED=1647094938

node83.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1816144 kB
Buffers:         26288 kB
Cached:         138356 kB
SwapCached:       7464 kB
Active:          59908 kB
Inactive:       113552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1816144 kB
SwapTotal:     4192956 kB
SwapFree:      4179384 kB
Dirty:           17556 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            52248 kB
Committed_AS:   100456 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885721-1245269090.opb

Free space on /tmp at the end= 66488 MiB
End job on node83 at 2009-06-17 22:19:40