Trace number 1885371

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? (TO) 1800.13 1800.66

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
crypto/desgen/gss-15-s100.opb
MD5SUMd6f17de130de9a3d236376d6f9e33053
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark54.2548
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31238
Total number of constraints93878
Number of constraints which are clauses93878
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 constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-1885371-1245266226.opb.
0.00/0.00	c Instance file HOME/instance-1885371-1245266226.opb
0.00/0.00	c File size is 2780194 bytes.
0.39/0.42	c Highest Coefficient sum: 5
0.39/0.42	c ============================[ Problem Statistics ]=============================
0.39/0.42	c |                                                                             |
0.39/0.42	c |  Parsing time:          0.41         s                                      |
0.39/0.42	c |  Number Variables:      31238                                               |
0.39/0.42	c |  Number Clauses:        93878                                               |
0.39/0.42	c |  Number Cardinality:    0                                                   |
0.39/0.42	c |  Number PB Constraints: 0                                                   |
0.39/0.42	c ============================[ Search Statistics ]==============================
0.39/0.42	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.42	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.39/0.42	c ===============================================================================
0.39/0.42	c |         0 |   31090    93878   220600 |    31292        0    nan |  0.000 % |
2.59/2.69	c |       102 |   31040    93878   220600 |    34421      102    109 |  1.297 % |
76.57/76.64	c |       252 |   30567    93878   220600 |    37864      227    302 |  2.148 % |
163.24/163.39	c |       477 |   30538    93878   220600 |    41650      450    375 |  2.241 % |
325.50/325.63	c |       815 |   30490    93878   220600 |    45815      787    398 |  2.395 % |
647.60/647.80	c |      1322 |   30487    93878   220600 |    50397     1293    425 |  2.404 % |
1063.38/1063.71	c |      2081 |   30487    93878   220600 |    55436     2052    440 |  2.404 % |
1769.07/1769.61	c |      3221 |   30487    93878   220600 |    60980     3192    461 |  2.404 % |

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-1885371-1245266226/watcher-1885371-1245266226 -o /tmp/evaluation-result-1885371-1245266226/solver-1885371-1245266226 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1885371-1245266226.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: 0.92 0.98 0.99 3/64 17000
/proc/meminfo: memFree=1797208/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=5240 CPUtime=0
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 79325403 5365760 195 1992294400 134512640 135709839 4294956240 18446744073709551615 134542934 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 1310 196 127 292 0 336 0

[startup+0.0237269 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17000
/proc/meminfo: memFree=1797208/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=5904 CPUtime=0.01
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 400 0 0 0 1 0 0 0 18 0 1 0 79325403 6045696 384 1992294400 134512640 135709839 4294956240 18446744073709551615 134570339 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 1476 384 159 292 0 502 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5904

[startup+0.101735 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17000
/proc/meminfo: memFree=1797208/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=8004 CPUtime=0.09
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 1019 0 0 0 9 0 0 0 18 0 1 0 79325403 8196096 1003 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 2001 1003 288 292 0 1027 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8004

[startup+0.301758 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17000
/proc/meminfo: memFree=1797208/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=12168 CPUtime=0.29
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 2287 0 0 0 29 0 0 0 19 0 1 0 79325403 12460032 2271 1992294400 134512640 135709839 4294956240 18446744073709551615 134570547 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 3042 2271 614 292 0 2068 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12168

[startup+0.701804 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17000
/proc/meminfo: memFree=1797208/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=13936 CPUtime=0.69
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 3520 0 0 0 68 1 0 0 22 0 1 0 79325403 14270464 2727 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 3484 2727 133 292 0 3189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13936

[startup+1.5019 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1786640/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=14776 CPUtime=1.49
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 3708 0 0 0 148 1 0 0 25 0 1 0 79325403 15130624 2915 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 3694 2915 133 292 0 3399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14776

[startup+3.10108 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1785744/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=15056 CPUtime=3.09
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 3813 0 0 0 308 1 0 0 25 0 1 0 79325403 15417344 3020 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 3764 3020 135 292 0 3469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15056

[startup+6.30145 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1784784/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=15872 CPUtime=6.29
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 3986 0 0 0 628 1 0 0 25 0 1 0 79325403 16252928 3193 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 3968 3193 135 292 0 3673 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15872

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1783576/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=17172 CPUtime=12.68
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 4311 0 0 0 1267 1 0 0 25 0 1 0 79325403 17584128 3518 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 4293 3518 135 292 0 3998 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17172

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1781080/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=19424 CPUtime=25.49
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 4906 0 0 0 2547 2 0 0 25 0 1 0 79325403 19890176 4113 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 4856 4113 135 292 0 4561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19424

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1776088/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=24620 CPUtime=51.07
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 6205 0 0 0 5105 2 0 0 25 0 1 0 79325403 25210880 5412 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 6155 5412 135 292 0 5860 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24620

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1765400/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=35224 CPUtime=102.26
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 8824 0 0 0 10223 3 0 0 25 0 1 0 79325403 36069376 8031 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 8806 8031 135 292 0 8511 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35224

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1753304/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=47280 CPUtime=162.24
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 11869 0 0 0 16219 5 0 0 25 0 1 0 79325403 48414720 11076 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 11820 11076 135 292 0 11525 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47280

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1741400/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=59264 CPUtime=222.22
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 14834 0 0 0 22216 6 0 0 25 0 1 0 79325403 60686336 14041 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 14816 14041 135 292 0 14521 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 59264

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1729944/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=70660 CPUtime=282.21
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 17683 0 0 0 28213 8 0 0 25 0 1 0 79325403 72355840 16890 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 17665 16890 135 292 0 17370 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 70660

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1718744/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=81680 CPUtime=342.19
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 20438 0 0 0 34210 9 0 0 25 0 1 0 79325403 83640320 19645 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 20420 19645 135 292 0 20125 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 81680

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1708120/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=92468 CPUtime=402.18
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 23135 0 0 0 40207 11 0 0 25 0 1 0 79325403 94687232 22342 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 23117 22342 135 292 0 22822 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 92468

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1697432/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=102844 CPUtime=462.15
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 25761 0 0 0 46203 12 0 0 25 0 1 0 79325403 105312256 24968 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 25711 24968 135 292 0 25416 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 102844

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1687256/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=113096 CPUtime=522.14
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 28322 0 0 0 52201 13 0 0 25 0 1 0 79325403 115810304 27529 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 28274 27529 135 292 0 27979 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 113096

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1676888/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=123444 CPUtime=582.12
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 30879 0 0 0 58197 15 0 0 25 0 1 0 79325403 126406656 30086 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 30861 30086 135 292 0 30566 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 123444

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1666904/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=133348 CPUtime=642.11
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 33355 0 0 0 64195 16 0 0 25 0 1 0 79325403 136548352 32562 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 33337 32562 135 292 0 33042 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 133348

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1636440/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=163652 CPUtime=822.05
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 40963 0 0 0 82185 20 0 0 25 0 1 0 79325403 167579648 40170 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 40913 40170 135 292 0 40618 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 163652

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1624856/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=175048 CPUtime=882.04
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 43812 0 0 0 88182 22 0 0 25 0 1 0 79325403 179249152 43019 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 43762 43019 135 292 0 43467 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 175048

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1615512/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=184500 CPUtime=942.02
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 46143 0 0 0 94179 23 0 0 25 0 1 0 79325403 188928000 45350 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 46125 45350 135 292 0 45830 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 184500

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1606104/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=193868 CPUtime=1002
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 48516 0 0 0 100176 24 0 0 25 0 1 0 79325403 198520832 47723 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 48467 47723 135 292 0 48172 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 193868

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1596632/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=203424 CPUtime=1061.98
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 50874 0 0 0 106173 25 0 0 25 0 1 0 79325403 208306176 50081 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 50856 50081 135 292 0 50561 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 203424

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1587288/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=212636 CPUtime=1121.97
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 53209 0 0 0 112171 26 0 0 25 0 1 0 79325403 217739264 52416 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 53159 52416 135 292 0 52864 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 212636

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1578200/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=221796 CPUtime=1181.95
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 55467 0 0 0 118168 27 0 0 25 0 1 0 79325403 227119104 54674 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 55449 54674 135 292 0 55154 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 221796

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1569176/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=230776 CPUtime=1241.93
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 57712 0 0 0 124165 28 0 0 25 0 1 0 79325403 236314624 56919 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 57694 56919 135 292 0 57399 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 230776

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1560216/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=239572 CPUtime=1301.92
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 59911 0 0 0 130162 30 0 0 25 0 1 0 79325403 245321728 59118 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 59893 59118 135 292 0 59598 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 239572

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1551000/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=248736 CPUtime=1361.89
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 62202 0 0 0 136158 31 0 0 25 0 1 0 79325403 254705664 61409 1992294400 134512640 135709839 4294956240 18446744073709551615 134601441 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 62184 61409 135 292 0 61889 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 248736

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17001
/proc/meminfo: memFree=1542104/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=257616 CPUtime=1421.87
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 64422 0 0 0 142155 32 0 0 25 0 1 0 79325403 263798784 63629 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 64404 63629 135 292 0 64109 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 257616

[startup+1482.3 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 17001
/proc/meminfo: memFree=1533144/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=266528 CPUtime=1481.86
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 66650 0 0 0 148153 33 0 0 25 0 1 0 79325403 272924672 65857 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 66632 65857 135 292 0 66337 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 266528

[startup+1542.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 17001
/proc/meminfo: memFree=1523992/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=275464 CPUtime=1541.84
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 68915 0 0 0 154150 34 0 0 25 0 1 0 79325403 282075136 68122 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 68866 68122 135 292 0 68571 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 275464

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17001
/proc/meminfo: memFree=1515544/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=284192 CPUtime=1601.82
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 71066 0 0 0 160147 35 0 0 25 0 1 0 79325403 291012608 70273 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 71048 70273 135 292 0 70753 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 284192

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17001
/proc/meminfo: memFree=1506776/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=292796 CPUtime=1661.81
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 73217 0 0 0 166145 36 0 0 25 0 1 0 79325403 299823104 72424 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 73199 72424 135 292 0 72904 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 292796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17001
/proc/meminfo: memFree=1498072/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=301556 CPUtime=1721.79
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 75407 0 0 0 172142 37 0 0 25 0 1 0 79325403 308793344 74614 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 75389 74614 135 292 0 75094 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 301556

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17001
/proc/meminfo: memFree=1489112/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=310368 CPUtime=1781.77
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 77641 0 0 0 178139 38 0 0 25 0 1 0 79325403 317816832 76848 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 77592 76848 135 292 0 77297 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 310368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17001
/proc/meminfo: memFree=1486232/2055920 swapFree=4182476/4192956
[pid=17000] ppid=16998 vsize=313224 CPUtime=1800.07
/proc/17000/stat : 17000 (wbo) R 16998 17000 16502 0 -1 4194304 78324 0 0 0 179969 38 0 0 25 0 1 0 79325403 320741376 77531 1992294400 134512640 135709839 4294956240 18446744073709551615 134601448 0 0 4096 3 0 0 0 17 1 0 0
/proc/17000/statm: 78306 77531 135 292 0 78011 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 313224

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.66
CPU time (s): 1800.13
CPU user time (s): 1799.7
CPU system time (s): 0.436933
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 313224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78324
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= 2480

runsolver used 1.60176 second user time and 3.35749 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-17 21:17:06
IDJOB=1885371
IDBENCH=72050
IDSOLVER=698
FILE ID=node20/1885371-1245266226
PBS_JOBID= 9372433
Free space on /tmp= 66312 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/desgen/gss-15-s100.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-1885371-1245266226/watcher-1885371-1245266226 -o /tmp/evaluation-result-1885371-1245266226/solver-1885371-1245266226 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1885371-1245266226.opb

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

MD5SUM BENCH= d6f17de130de9a3d236376d6f9e33053
RANDOM SEED=1870694369

node20.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.234
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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1797752 kB
Buffers:         42780 kB
Cached:         138808 kB
SwapCached:       4732 kB
Active:          72168 kB
Inactive:       117304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797752 kB
SwapTotal:     4192956 kB
SwapFree:      4182476 kB
Dirty:            5088 kB
Writeback:           0 kB
Mapped:          13876 kB
Slab:            54732 kB
Committed_AS:   163740 kB
PageTables:       1400 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-1885371-1245266226.opb

Free space on /tmp at the end= 66312 MiB
End job on node20 at 2009-06-17 21:47:08