Trace number 1885561

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.09 1800.57

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/rbcl_xits_14_SAT.opb
MD5SUM9f96eca13e5b536433559f56d71097bf
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 benchmark2.6406
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2220
Total number of constraints148488
Number of constraints which are clauses148488
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 constraint2
Maximum length of a constraint15
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 16
Number of bits of the biggest sum of numbers5
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-1885561-1245267326.opb.
0.00/0.00	c Instance file HOME/instance-1885561-1245267326.opb
0.00/0.00	c File size is 4815804 bytes.
0.59/0.61	c Highest Coefficient sum: 16
0.59/0.62	c ============================[ Problem Statistics ]=============================
0.59/0.62	c |                                                                             |
0.59/0.62	c |  Parsing time:          0.61         s                                      |
0.59/0.62	c |  Number Variables:      2220                                                |
0.59/0.62	c |  Number Clauses:        148488                                              |
0.59/0.62	c |  Number Cardinality:    0                                                   |
0.59/0.62	c |  Number PB Constraints: 0                                                   |
0.59/0.62	c ============================[ Search Statistics ]==============================
0.59/0.62	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.62	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.59/0.62	c ===============================================================================
0.59/0.62	c |         0 |    2220   148488   442317 |    49496        0    nan |  0.000 % |
0.59/0.63	c |       100 |    2220   148488   442317 |    54445      100     57 |  0.000 % |
0.59/0.65	c |       251 |    2220   148488   442317 |    59890      251     61 |  0.000 % |
0.59/0.68	c |       476 |    2220   148488   442317 |    65879      476     76 |  0.000 % |
0.69/0.76	c |       814 |    2220   148488   442317 |    72467      814     80 |  0.000 % |
0.89/0.94	c |      1321 |    2220   148488   442317 |    79713     1321     84 |  0.000 % |
1.09/1.12	c |      2082 |    2220   148488   442317 |    87685     2082     87 |  0.000 % |
1.49/1.51	c |      3224 |    2220   148488   442317 |    96453     3224     82 |  0.000 % |
1.99/2.06	c |      4934 |    2220   148488   442317 |   106099     4934     86 |  0.000 % |
3.39/3.44	c |      7498 |    2220   148488   442317 |   116708     7498     87 |  0.000 % |
5.09/5.17	c |     11343 |    2220   148488   442317 |   128379    11343    102 |  0.000 % |
9.38/9.44	c |     17110 |    2220   148488   442317 |   141217    17110    117 |  0.000 % |
21.48/21.54	c |     25765 |    2220   148488   442317 |   155339    25765    135 |  0.000 % |
46.57/46.69	c |     38739 |    2220   148488   442317 |   170873    38739    145 |  0.000 % |
88.56/88.61	c |     58200 |    2220   148488   442317 |   187960    58200    157 |  0.001 % |
176.64/176.77	c |     87392 |    2220   148488   442317 |   206757    87392    167 |  0.000 % |
294.21/294.40	c |    131181 |    2220   148488   442317 |   227432   131181    177 |  0.000 % |
640.81/641.10	c |    196865 |    2220   148488   442317 |   250176   196865    194 |  0.000 % |
1026.51/1026.84	c |    295391 |    2220   148488   442317 |   275193    59336    203 |  0.000 % |

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-1885561-1245267326/watcher-1885561-1245267326 -o /tmp/evaluation-result-1885561-1245267326/solver-1885561-1245267326 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1885561-1245267326.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 0.93 3/64 3608
/proc/meminfo: memFree=1825624/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=7228 CPUtime=0
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 194326839 7401472 191 1992294400 134512640 135709839 4294956240 18446744073709551615 134544470 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 1807 191 126 292 0 336 0

[startup+0.079799 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3608
/proc/meminfo: memFree=1825624/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=8536 CPUtime=0.07
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 642 0 0 0 7 0 0 0 20 0 1 0 194326839 8740864 626 1992294400 134512640 135709839 4294956240 18446744073709551615 134547984 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 2134 626 266 292 0 663 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8536

[startup+0.101801 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3608
/proc/meminfo: memFree=1825624/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=8800 CPUtime=0.09
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 755 0 0 0 9 0 0 0 20 0 1 0 194326839 9011200 739 1992294400 134512640 135709839 4294956240 18446744073709551615 135168492 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 2200 739 308 292 0 729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8800

[startup+0.301823 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3608
/proc/meminfo: memFree=1825624/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=11408 CPUtime=0.29
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 1792 0 0 0 29 0 0 0 22 0 1 0 194326839 11681792 1776 1992294400 134512640 135709839 4294956240 18446744073709551615 134548115 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 2852 1776 693 292 0 1381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11408

[startup+0.701868 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 3608
/proc/meminfo: memFree=1825624/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=12252 CPUtime=0.69
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 3868 0 0 0 68 1 0 0 25 0 1 0 194326839 12546048 2449 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 3063 2449 134 292 0 2768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12252

[startup+1.50196 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1815632/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=13840 CPUtime=1.49
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 4262 0 0 0 147 2 0 0 25 0 1 0 194326839 14172160 2843 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 3460 2843 134 292 0 3165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13840

[startup+3.10114 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1813520/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=15964 CPUtime=3.09
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 4818 0 0 0 306 3 0 0 25 0 1 0 194326839 16347136 3399 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 3991 3399 134 292 0 3696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15964

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1808528/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=21036 CPUtime=6.29
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 6054 0 0 0 624 5 0 0 25 0 1 0 194326839 21540864 4635 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 5259 4635 134 292 0 4964 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21036

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1802392/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=26452 CPUtime=12.68
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 7414 0 0 0 1262 6 0 0 25 0 1 0 194326839 27086848 5995 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 6613 5995 134 292 0 6318 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26452

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1793560/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=34956 CPUtime=25.49
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 9554 0 0 0 2538 11 0 0 25 0 1 0 194326839 35794944 8135 1992294400 134512640 135709839 4294956240 18446744073709551615 134574290 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 8739 8135 134 292 0 8444 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34956

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1781720/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=47076 CPUtime=51.07
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 12544 0 0 0 5090 17 0 0 25 0 1 0 194326839 48205824 11125 1992294400 134512640 135709839 4294956240 18446744073709551615 134573775 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 11769 11125 134 292 0 11474 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47076

[startup+102.304 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1758680/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=69792 CPUtime=102.26
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 18219 0 0 0 10196 30 0 0 25 0 1 0 194326839 71467008 16800 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 17448 16800 134 292 0 17153 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69792

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1736920/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=91504 CPUtime=162.24
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 23682 0 0 0 16182 42 0 0 25 0 1 0 194326839 93700096 22263 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 22876 22263 134 292 0 22581 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 91504

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1711960/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=116460 CPUtime=222.22
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 29875 0 0 0 22168 54 0 0 25 0 1 0 194326839 119255040 28456 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 29115 28456 134 292 0 28820 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 116460

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1691928/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=136444 CPUtime=282.21
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 34899 0 0 0 28156 65 0 0 25 0 1 0 194326839 139718656 33480 1992294400 134512640 135709839 4294956240 18446744073709551615 134573929 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 34111 33480 134 292 0 33816 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 136444

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1677976/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=150548 CPUtime=342.19
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 38353 0 0 0 34147 72 0 0 25 0 1 0 194326839 154161152 36934 1992294400 134512640 135709839 4294956240 18446744073709551615 134573921 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 37637 36934 134 292 0 37342 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 150548

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1664600/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=163992 CPUtime=402.18
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 41707 0 0 0 40137 81 0 0 25 0 1 0 194326839 167927808 40288 1992294400 134512640 135709839 4294956240 18446744073709551615 134517504 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 40998 40288 134 292 0 40703 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 163992

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1649816/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=178640 CPUtime=462.16
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 45371 0 0 0 46127 89 0 0 25 0 1 0 194326839 182927360 43952 1992294400 134512640 135709839 4294956240 18446744073709551615 134517517 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 44660 43952 134 292 0 44365 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 178640

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1637272/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=191300 CPUtime=522.15
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 48527 0 0 0 52120 95 0 0 25 0 1 0 194326839 195891200 47108 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 47825 47108 134 292 0 47530 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 191300

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1623128/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=205248 CPUtime=582.13
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 52030 0 0 0 58111 102 0 0 25 0 1 0 194326839 210173952 50611 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 51312 50611 134 292 0 51017 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 205248

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1611544/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=216620 CPUtime=642.12
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 54871 0 0 0 64103 109 0 0 25 0 1 0 194326839 221818880 53452 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 54155 53452 134 292 0 53860 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 216620

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1564120/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=264180 CPUtime=882.05
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 66672 0 0 0 88071 134 0 0 25 0 1 0 194326839 270520320 65253 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 66045 65253 134 292 0 65750 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 264180

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1548056/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=280572 CPUtime=942.03
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 70767 0 0 0 94062 141 0 0 25 0 1 0 194326839 287305728 69348 1992294400 134512640 135709839 4294956240 18446744073709551615 134573906 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 70143 69348 134 292 0 69848 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 280572

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1520024/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=308396 CPUtime=1002.02
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 77696 0 0 0 100049 153 0 0 25 0 1 0 194326839 315797504 76277 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 77099 76277 134 292 0 76804 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 308396

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3609
/proc/meminfo: memFree=1491160/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=337276 CPUtime=1062
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 84926 0 0 0 106035 165 0 0 25 0 1 0 194326839 345370624 83507 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 84319 83507 134 292 0 84024 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 337276

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3611
/proc/meminfo: memFree=1470424/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=357780 CPUtime=1121.98
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 90044 0 0 0 112023 175 0 0 25 0 1 0 194326839 366366720 88625 1992294400 134512640 135709839 4294956240 18446744073709551615 134574300 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 89445 88625 134 292 0 89150 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 357780

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3611
/proc/meminfo: memFree=1456024/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=372212 CPUtime=1181.96
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 93636 0 0 0 118015 181 0 0 25 0 1 0 194326839 381145088 92217 1992294400 134512640 135709839 4294956240 18446744073709551615 134517510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 93053 92217 134 292 0 92758 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 372212

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3611
/proc/meminfo: memFree=1442136/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=386020 CPUtime=1241.95
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 97095 0 0 0 124007 188 0 0 25 0 1 0 194326839 395284480 95676 1992294400 134512640 135709839 4294956240 18446744073709551615 134517178 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 96505 95676 134 292 0 96210 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 386020

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3611
/proc/meminfo: memFree=1434008/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=394020 CPUtime=1301.94
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 99077 0 0 0 130002 192 0 0 25 0 1 0 194326839 403476480 97658 1992294400 134512640 135709839 4294956240 18446744073709551615 134573938 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 98505 97658 134 292 0 98210 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 394020

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3611
/proc/meminfo: memFree=1427736/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=400400 CPUtime=1361.92
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 100655 0 0 0 135996 196 0 0 25 0 1 0 194326839 410009600 99236 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 100100 99236 134 292 0 99805 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 400400

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3611
/proc/meminfo: memFree=1420888/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=407192 CPUtime=1421.91
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 102341 0 0 0 141991 200 0 0 25 0 1 0 194326839 416964608 100922 1992294400 134512640 135709839 4294956240 18446744073709551615 134573921 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 101798 100922 134 292 0 101503 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 407192

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3611
/proc/meminfo: memFree=1413976/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=414096 CPUtime=1481.89
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 104080 0 0 0 147986 203 0 0 25 0 1 0 194326839 424034304 102661 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 103524 102661 134 292 0 103229 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 414096

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3617
/proc/meminfo: memFree=1407576/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=420328 CPUtime=1541.88
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 105632 0 0 0 153981 207 0 0 25 0 1 0 194326839 430415872 104213 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 105082 104213 134 292 0 104787 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 420328

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3617
/proc/meminfo: memFree=1401688/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=426380 CPUtime=1601.86
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 107143 0 0 0 159976 210 0 0 25 0 1 0 194326839 436613120 105724 1992294400 134512640 135709839 4294956240 18446744073709551615 134517520 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 106595 105724 134 292 0 106300 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 426380

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3617
/proc/meminfo: memFree=1396184/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=431828 CPUtime=1661.84
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 108486 0 0 0 165971 213 0 0 25 0 1 0 194326839 442191872 107067 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 107957 107067 134 292 0 107662 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 431828

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3617
/proc/meminfo: memFree=1391576/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=436532 CPUtime=1721.83
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 109652 0 0 0 171967 216 0 0 25 0 1 0 194326839 447008768 108233 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 109133 108233 134 292 0 108838 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 436532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3617
/proc/meminfo: memFree=1386008/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=442120 CPUtime=1781.81
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 111034 0 0 0 177962 219 0 0 25 0 1 0 194326839 452730880 109615 1992294400 134512640 135709839 4294956240 18446744073709551615 134573910 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 110530 109615 134 292 0 110235 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 442120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3617
/proc/meminfo: memFree=1384344/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=443748 CPUtime=1800.01
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 111429 0 0 0 179781 220 0 0 25 0 1 0 194326839 454397952 110010 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 110937 110010 134 292 0 110642 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 443748

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 3617
/proc/meminfo: memFree=1384344/2055920 swapFree=4181640/4192956
[pid=3608] ppid=3606 vsize=443748 CPUtime=1800.01
/proc/3608/stat : 3608 (wbo) R 3606 3608 3008 0 -1 4194304 111429 0 0 0 179781 220 0 0 25 0 1 0 194326839 454397952 110010 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/3608/statm: 110937 110010 134 292 0 110642 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 443748

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.57
CPU time (s): 1800.09
CPU user time (s): 1797.81
CPU system time (s): 2.27365
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 443748

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

runsolver used 1.61575 second user time and 4.20036 second system time

The end

Launcher Data

Begin job on node63 at 2009-06-17 21:35:26
IDJOB=1885561
IDBENCH=72069
IDSOLVER=698
FILE ID=node63/1885561-1245267326
PBS_JOBID= 9372396
Free space on /tmp= 66448 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_14_SAT.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-1885561-1245267326/watcher-1885561-1245267326 -o /tmp/evaluation-result-1885561-1245267326/solver-1885561-1245267326 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1885561-1245267326.opb

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

MD5SUM BENCH= 9f96eca13e5b536433559f56d71097bf
RANDOM SEED=1416741004

node63.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.240
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.240
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:       1826104 kB
Buffers:         34084 kB
Cached:         124308 kB
SwapCached:       4604 kB
Active:          68588 kB
Inactive:        97764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826104 kB
SwapTotal:     4192956 kB
SwapFree:      4181640 kB
Dirty:            7084 kB
Writeback:           0 kB
Mapped:          13708 kB
Slab:            49236 kB
Committed_AS:   104096 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885561-1245267326.opb

Free space on /tmp at the end= 66448 MiB
End job on node63 at 2009-06-17 22:05:29