Trace number 1786018

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
VARSAT-industrial 2009-03-22? (TO) 5000.18 5001.61

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g5.cnf
MD5SUM5c381a23100991dd5561d3dc572b8883
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2400                                                 |
0.00/0.00	c |  Number of clauses:    266431                                               |
0.19/0.22	c |  Parsing time:         0.19         s                                       |
0.19/0.22	c |  Timeout:              43200 s
0.19/0.22	c |  Random Seed:          1866371911.000000
0.19/0.22	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.19/0.22	c |  Branching Rule:       default (solution-guided)                            |
0.19/0.22	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.19/0.22	c |                                                                             |
10.38/10.41	c ============================[ Search Statistics ]==============================
10.38/10.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.38/10.41	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.38/10.41	c ===============================================================================
10.38/10.41	c |         0 |    2325   264031   813227 |    88010        0    nan |  0.000 % |
10.78/10.85	c |       105 |    2325   264031   813227 |    96811      105    362 |  0.000 % |
11.18/11.30	c |       255 |    2325   264031   813227 |   106492      255    353 |  0.000 % |
11.68/11.77	c |       480 |    2325   264031   813227 |   117141      480    299 |  0.000 % |
12.18/12.29	c |       818 |    2325   264031   813227 |   128855      818    290 |  0.000 % |
12.78/12.86	c |      1325 |    2325   264031   813227 |   141741     1325    291 |  0.000 % |
13.48/13.56	c |      2086 |    2325   264031   813227 |   155915     2086    270 |  0.000 % |
14.38/14.49	c |      3228 |    2325   264031   813227 |   171507     3228    272 |  0.000 % |
15.58/15.65	c |      4938 |    2325   264031   813227 |   188657     4938    265 |  0.000 % |
17.38/17.43	c |      7502 |    2325   264031   813227 |   207523     7502    270 |  0.000 % |
20.18/20.21	c |     11346 |    2325   264031   813227 |   228276    11346    281 |  0.000 % |
24.68/24.71	c |     17112 |    2325   264031   813227 |   251103    17112    280 |  0.000 % |
34.37/34.48	c |     25762 |    2325   264031   813227 |   276214    25762    294 |  0.000 % |
50.97/51.05	c |     38736 |    2325   264031   813227 |   303835    38736    294 |  0.000 % |
90.07/90.17	c |     58199 |    2325   264031   813227 |   334219    58199    292 |  0.000 % |
156.74/156.88	c |     87391 |    2325   264031   813227 |   367641    87391    295 |  0.000 % |
326.99/327.16	c |    131180 |    2325   264031   813227 |   404405   131180    300 |  0.000 % |
654.90/655.14	c |    196866 |    2325   264031   813227 |   444845   196866    297 |  0.000 % |
1476.86/1477.33	c |    295394 |    2325   264031   813227 |   489330   295394    291 |  0.000 % |
2716.21/2717.06	c |    443183 |    2325   264031   813227 |   538263   443183    287 |  0.000 % |
4419.13/4420.49	c |    664867 |    2325   264031   813227 |   592089   147063    275 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line 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-1786018-1241941620/watcher-1786018-1241941620 -o /tmp/evaluation-result-1786018-1241941620/solver-1786018-1241941620 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1866371911 HOME/instance-1786018-1241941620.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 3/64 2244
/proc/meminfo: memFree=1539232/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=2568 CPUtime=0
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 498 0 0 0 0 0 0 0 18 0 1 0 49163932 2629632 483 1992294400 4194304 5102648 548682068784 18446744073709551615 4516184 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 642 483 87 221 0 418 0

[startup+0.0968381 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2244
/proc/meminfo: memFree=1539232/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=15496 CPUtime=0.09
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 3603 0 0 0 8 1 0 0 18 0 1 0 49163932 15867904 3588 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 3874 3589 87 221 0 3650 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15496

[startup+0.101837 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2244
/proc/meminfo: memFree=1539232/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=16156 CPUtime=0.09
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 3785 0 0 0 8 1 0 0 18 0 1 0 49163932 16543744 3770 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 4039 3771 87 221 0 3815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16156

[startup+0.301859 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2244
/proc/meminfo: memFree=1539232/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=33764 CPUtime=0.29
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 8126 0 0 0 26 3 0 0 19 0 1 0 49163932 34574336 8111 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 8441 8111 98 221 0 8217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33764

[startup+0.7019 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2244
/proc/meminfo: memFree=1539232/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=33764 CPUtime=0.69
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 8126 0 0 0 66 3 0 0 22 0 1 0 49163932 34574336 8111 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 8441 8111 98 221 0 8217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33764

[startup+1.50198 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1507096/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=33764 CPUtime=1.49
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 8126 0 0 0 146 3 0 0 25 0 1 0 49163932 34574336 8111 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 8441 8111 98 221 0 8217 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33764

[startup+3.10215 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1503832/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=44992 CPUtime=3.09
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 10726 0 0 0 305 4 0 0 25 0 1 0 49163932 46071808 10711 1992294400 4194304 5102648 548682068784 18446744073709551615 4274062 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 11248 10711 100 221 0 11024 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44992

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1496152/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=44992 CPUtime=6.28
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 10813 0 0 0 624 4 0 0 25 0 1 0 49163932 46071808 10798 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 11248 10798 100 221 0 11024 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44992

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1500440/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=39520 CPUtime=12.68
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 10908 0 0 0 1264 4 0 0 25 0 1 0 49163932 40468480 9660 1992294400 4194304 5102648 548682068784 18446744073709551615 4250711 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 9880 9660 115 221 0 9656 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39520

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1488088/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=52348 CPUtime=25.48
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 14127 0 0 0 2540 8 0 0 25 0 1 0 49163932 53604352 12879 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 13087 12879 115 221 0 12863 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52348

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1460696/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=79848 CPUtime=51.07
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 21002 0 0 0 5092 15 0 0 25 0 1 0 49163932 81764352 19754 1992294400 4194304 5102648 548682068784 18446744073709551615 4213941 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 19962 19754 115 221 0 19738 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 79848

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1427416/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=113044 CPUtime=102.26
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 29219 0 0 0 10201 25 0 0 25 0 1 0 49163932 115757056 27971 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 28261 27971 115 221 0 28037 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 113044

[startup+162.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 2245
/proc/meminfo: memFree=1395096/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=145780 CPUtime=162.24
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 37377 0 0 0 16191 33 0 0 25 0 1 0 49163932 149278720 36129 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 36445 36129 115 221 0 36221 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 145780

[startup+222.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 2245
/proc/meminfo: memFree=1370264/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=170548 CPUtime=222.23
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 43480 0 0 0 22183 40 0 0 25 0 1 0 49163932 174641152 42232 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 42637 42232 115 221 0 42413 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 170548

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1352088/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=188816 CPUtime=282.21
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 48064 0 0 0 28177 44 0 0 25 0 1 0 49163932 193347584 46816 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 47204 46816 115 221 0 46980 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 188816

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1333912/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=206828 CPUtime=342.19
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 52542 0 0 0 34170 49 0 0 25 0 1 0 49163932 211791872 51294 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 51707 51294 115 221 0 51483 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 206828

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1317208/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=224284 CPUtime=402.17
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 56738 0 0 0 40164 53 0 0 25 0 1 0 49163932 229666816 55490 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 56071 55490 115 221 0 55847 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 224284

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1302232/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=239036 CPUtime=462.15
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 60434 0 0 0 46158 57 0 0 25 0 1 0 49163932 244772864 59186 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 59759 59186 115 221 0 59535 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 239036

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1287384/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=254032 CPUtime=522.14
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 64194 0 0 0 52153 61 0 0 25 0 1 0 49163932 260128768 62946 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 63508 62946 115 221 0 63284 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 254032

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1270936/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=270296 CPUtime=582.13
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 68259 0 0 0 58148 65 0 0 25 0 1 0 49163932 276783104 67011 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 67574 67011 115 221 0 67350 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 270296

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2245
/proc/meminfo: memFree=1258008/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=283184 CPUtime=642.11
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 71454 0 0 0 64142 69 0 0 25 0 1 0 49163932 289980416 70206 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 70796 70206 115 221 0 70572 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 283184

[startup+702.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2253
/proc/meminfo: memFree=840280/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=705600 CPUtime=4061.14
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175550 0 0 0 405938 176 0 0 25 0 1 0 49163932 722534400 174302 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176400 174302 115 221 0 176176 0
Current children cumulated CPU time (s) 4061.14
Current children cumulated vsize (KiB) 705600

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2253
/proc/meminfo: memFree=839192/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4121.11
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175818 0 0 0 411935 176 0 0 25 0 1 0 49163932 723513344 174570 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174570 115 221 0 176415 0
Current children cumulated CPU time (s) 4121.11
Current children cumulated vsize (KiB) 706556

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2253
/proc/meminfo: memFree=839192/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4181.09
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175818 0 0 0 417933 176 0 0 25 0 1 0 49163932 723513344 174570 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174570 115 221 0 176415 0
Current children cumulated CPU time (s) 4181.09
Current children cumulated vsize (KiB) 706556

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2253
/proc/meminfo: memFree=839192/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4241.08
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175824 0 0 0 423931 177 0 0 25 0 1 0 49163932 723513344 174576 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174576 115 221 0 176415 0
Current children cumulated CPU time (s) 4241.08
Current children cumulated vsize (KiB) 706556

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2253
/proc/meminfo: memFree=839128/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4301.06
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175832 0 0 0 429929 177 0 0 25 0 1 0 49163932 723513344 174584 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174584 115 221 0 176415 0
Current children cumulated CPU time (s) 4301.06
Current children cumulated vsize (KiB) 706556

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2253
/proc/meminfo: memFree=839128/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4361.04
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175832 0 0 0 435927 177 0 0 25 0 1 0 49163932 723513344 174584 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174584 115 221 0 176415 0
Current children cumulated CPU time (s) 4361.04
Current children cumulated vsize (KiB) 706556

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2253
/proc/meminfo: memFree=839064/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4421.03
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175838 0 0 0 441926 177 0 0 25 0 1 0 49163932 723513344 174590 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174590 115 221 0 176415 0
Current children cumulated CPU time (s) 4421.03
Current children cumulated vsize (KiB) 706556

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=839064/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4481.01
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175839 0 0 0 447923 178 0 0 25 0 1 0 49163932 723513344 174591 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174591 115 221 0 176415 0
Current children cumulated CPU time (s) 4481.01
Current children cumulated vsize (KiB) 706556

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=839064/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4540.99
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175843 0 0 0 453921 178 0 0 25 0 1 0 49163932 723513344 174595 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174595 115 221 0 176415 0
Current children cumulated CPU time (s) 4540.99
Current children cumulated vsize (KiB) 706556

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=839000/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4600.98
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175845 0 0 0 459920 178 0 0 25 0 1 0 49163932 723513344 174597 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174597 115 221 0 176415 0
Current children cumulated CPU time (s) 4600.98
Current children cumulated vsize (KiB) 706556

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=839000/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4660.96
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175849 0 0 0 465918 178 0 0 25 0 1 0 49163932 723513344 174601 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174601 115 221 0 176415 0
Current children cumulated CPU time (s) 4660.96
Current children cumulated vsize (KiB) 706556

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=839000/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4720.94
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175852 0 0 0 471916 178 0 0 25 0 1 0 49163932 723513344 174604 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174604 115 221 0 176415 0
Current children cumulated CPU time (s) 4720.94
Current children cumulated vsize (KiB) 706556

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=838936/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4780.93
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175856 0 0 0 477914 179 0 0 25 0 1 0 49163932 723513344 174608 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174608 115 221 0 176415 0
Current children cumulated CPU time (s) 4780.93
Current children cumulated vsize (KiB) 706556

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=838872/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4840.91
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175856 0 0 0 483912 179 0 0 25 0 1 0 49163932 723513344 174608 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174608 115 221 0 176415 0
Current children cumulated CPU time (s) 4840.91
Current children cumulated vsize (KiB) 706556

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=838872/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4900.89
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175862 0 0 0 489910 179 0 0 25 0 1 0 49163932 723513344 174614 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174614 115 221 0 176415 0
Current children cumulated CPU time (s) 4900.89
Current children cumulated vsize (KiB) 706556

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=838872/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=4960.87
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175872 0 0 0 495908 179 0 0 25 0 1 0 49163932 723513344 174624 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174624 115 221 0 176415 0
Current children cumulated CPU time (s) 4960.87
Current children cumulated vsize (KiB) 706556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2259
/proc/meminfo: memFree=838872/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=706556 CPUtime=5000.07
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4194304 175872 0 0 0 499827 180 0 0 25 0 1 0 49163932 723513344 174624 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 176639 174624 115 221 0 176415 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 706556

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

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

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2260
/proc/meminfo: memFree=1495952/2055920 swapFree=4192952/4192956
[pid=2244] ppid=2242 vsize=0 CPUtime=5000.17
/proc/2244/stat : 2244 (varsat-industri) R 2242 2244 2127 0 -1 4195332 175872 0 0 0 499827 190 0 0 25 0 1 0 49163932 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/2244/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.61
CPU time (s): 5000.18
CPU user time (s): 4998.28
CPU system time (s): 1.90671
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 706556

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

runsolver used 3.76443 second user time and 10.6554 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-10 09:47:01
IDJOB=1786018
IDBENCH=71509
IDSOLVER=641
FILE ID=node7/1786018-1241941620
PBS_JOBID= 9264980
Free space on /tmp= 66336 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g5.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1786018-1241941620/watcher-1786018-1241941620 -o /tmp/evaluation-result-1786018-1241941620/solver-1786018-1241941620 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1866371911 HOME/instance-1786018-1241941620.cnf

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

MD5SUM BENCH= 5c381a23100991dd5561d3dc572b8883
RANDOM SEED=1866371911

node7.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.243
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.243
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:       1539712 kB
Buffers:         61124 kB
Cached:         367612 kB
SwapCached:          4 kB
Active:         149592 kB
Inactive:       293132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539712 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4428 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            59496 kB
Committed_AS:    86356 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node7 at 2009-05-10 11:10:24