Trace number 1735476

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) 1200.11 1200.45

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2100                                                 |
0.00/0.00	c |  Number of clauses:    215164                                               |
0.09/0.17	c |  Parsing time:         0.13         s                                       |
0.09/0.17	c |  Timeout:              43200 s
0.09/0.17	c |  Random Seed:          1558320774.000000
0.09/0.17	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.17	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.17	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.17	c |                                                                             |
6.59/6.64	c ============================[ Search Statistics ]==============================
6.59/6.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.59/6.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.59/6.64	c ===============================================================================
6.59/6.64	c |         0 |    2030   205360   613185 |    68453        0    nan |  0.000 % |
6.99/7.01	c |       100 |    2030   205360   613185 |    75298      100    314 |  0.000 % |
7.29/7.38	c |       252 |    2030   205360   613185 |    82828      252    284 |  0.000 % |
7.69/7.77	c |       478 |    2030   205360   613185 |    91111      478    262 |  0.000 % |
8.19/8.20	c |       815 |    2030   205360   613185 |   100222      815    251 |  0.000 % |
8.59/8.67	c |      1322 |    2030   205360   613185 |   110244     1322    238 |  0.000 % |
9.19/9.22	c |      2081 |    2030   205360   613185 |   121269     2081    244 |  0.000 % |
9.89/9.93	c |      3220 |    2030   205360   613185 |   133396     3220    230 |  0.000 % |
10.79/10.86	c |      4930 |    2030   205360   613185 |   146735     4930    249 |  0.000 % |
12.19/12.28	c |      7494 |    2030   205360   613185 |   161409     7494    242 |  0.000 % |
14.58/14.63	c |     11338 |    2030   205360   613185 |   177550    11338    261 |  0.000 % |
18.48/18.53	c |     17104 |    2030   205360   613185 |   195305    17104    250 |  0.000 % |
26.18/26.23	c |     25753 |    2030   205360   613185 |   214835    25753    263 |  0.000 % |
41.07/41.19	c |     38727 |    2030   205360   613185 |   236319    38727    272 |  0.000 % |
80.76/80.84	c |     58190 |    2030   205360   613185 |   259951    58190    275 |  0.000 % |
151.25/151.37	c |     87385 |    2030   205360   613185 |   285946    87385    266 |  0.000 % |
318.90/319.01	c |    131174 |    2030   205360   613185 |   314541   131174    254 |  0.000 % |
682.89/683.14	c |    196858 |    2030   205360   613185 |   345995   196858    256 |  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-1735476-1240802819/watcher-1735476-1240802819 -o /tmp/evaluation-result-1735476-1240802819/solver-1735476-1240802819 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1558320774 HOME/instance-1735476-1240802819.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29726
/proc/meminfo: memFree=1274304/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=2552 CPUtime=0
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 499 0 0 0 0 0 0 0 20 0 1 0 108311936 2613248 484 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 638 484 87 221 0 414 0

[startup+0.0537281 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29726
/proc/meminfo: memFree=1274304/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=10196 CPUtime=0.04
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 2294 0 0 0 3 1 0 0 20 0 1 0 108311936 10440704 2279 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 2549 2280 87 221 0 2325 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10196

[startup+0.101732 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29726
/proc/meminfo: memFree=1274304/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=16724 CPUtime=0.09
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 3977 0 0 0 7 2 0 0 20 0 1 0 108311936 17125376 3962 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 4181 3963 87 221 0 3957 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16724

[startup+0.301752 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29726
/proc/meminfo: memFree=1274304/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=27996 CPUtime=0.29
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 6475 0 0 0 26 3 0 0 22 0 1 0 108311936 28667904 6460 1992294400 4194304 5102648 548682068768 18446744073709551615 4273022 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 6999 6460 98 221 0 6775 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27996

[startup+0.701793 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 29726
/proc/meminfo: memFree=1274304/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=27996 CPUtime=0.69
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 6475 0 0 0 66 3 0 0 25 0 1 0 108311936 28667904 6460 1992294400 4194304 5102648 548682068768 18446744073709551615 4273052 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 6999 6460 98 221 0 6775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27996

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1248760/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=31956 CPUtime=1.49
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 7493 0 0 0 146 3 0 0 25 0 1 0 108311936 32722944 7478 1992294400 4194304 5102648 548682068768 18446744073709551615 4227110 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 7989 7478 100 221 0 7765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31956

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1240120/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=35812 CPUtime=3.09
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 8633 0 0 0 305 4 0 0 25 0 1 0 108311936 36671488 8618 1992294400 4194304 5102648 548682068768 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 8953 8618 100 221 0 8729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35812

[startup+6.30138 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1239480/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=37636 CPUtime=6.29
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 8746 0 0 0 625 4 0 0 25 0 1 0 108311936 38539264 8731 1992294400 4194304 5102648 548682068768 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 9409 8731 100 221 0 9185 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37636

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1242560/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=33880 CPUtime=12.68
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 9171 0 0 0 1264 4 0 0 25 0 1 0 108311936 34693120 8150 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 8470 8150 115 221 0 8246 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33880

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1221760/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=54280 CPUtime=25.48
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 14282 0 0 0 2540 8 0 0 25 0 1 0 108311936 55582720 13261 1992294400 4194304 5102648 548682068768 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 13570 13261 115 221 0 13346 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54280

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1197696/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=78492 CPUtime=51.07
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 20265 0 0 0 5093 14 0 0 25 0 1 0 108311936 80375808 19244 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 19623 19244 115 221 0 19399 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 78492

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1168896/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=107136 CPUtime=102.27
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 27383 0 0 0 10205 22 0 0 25 0 1 0 108311936 109707264 26362 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 26784 26362 115 221 0 26560 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 107136

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1144128/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=132264 CPUtime=162.24
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 33583 0 0 0 16196 28 0 0 25 0 1 0 108311936 135438336 32562 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 33066 32562 115 221 0 32842 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 132264

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1126272/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=150288 CPUtime=222.23
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 37993 0 0 0 22190 33 0 0 25 0 1 0 108311936 153894912 36972 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 37572 36972 115 221 0 37348 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 150288

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1111424/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=165088 CPUtime=282.2
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 41707 0 0 0 28182 38 0 0 25 0 1 0 108311936 169050112 40686 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 41272 40686 115 221 0 41048 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 165088

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1096384/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=180160 CPUtime=342.19
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 45458 0 0 0 34178 41 0 0 25 0 1 0 108311936 184483840 44437 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 45040 44437 115 221 0 44816 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 180160

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1083136/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=194096 CPUtime=402.17
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 48790 0 0 0 40173 44 0 0 25 0 1 0 108311936 198754304 47769 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 48524 47769 115 221 0 48300 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 194096

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1070528/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=206592 CPUtime=462.15
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 51903 0 0 0 46168 47 0 0 25 0 1 0 108311936 211550208 50882 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 51648 50882 115 221 0 51424 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 206592

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1058176/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=218968 CPUtime=522.14
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 55004 0 0 0 52164 50 0 0 25 0 1 0 108311936 224223232 53983 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 54742 53983 115 221 0 54518 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 218968

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1046592/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=230520 CPUtime=582.12
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 57885 0 0 0 58159 53 0 0 25 0 1 0 108311936 236052480 56864 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 57630 56864 115 221 0 57406 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 230520

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1034816/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=242248 CPUtime=642.11
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 60799 0 0 0 64155 56 0 0 25 0 1 0 108311936 248061952 59778 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 60562 59778 115 221 0 60338 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 242248

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29727
/proc/meminfo: memFree=1022208/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=255072 CPUtime=702.09
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 63962 0 0 0 70150 59 0 0 25 0 1 0 108311936 261193728 62941 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 63768 62941 115 221 0 63544 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 255072

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=1011392/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=266428 CPUtime=762.08
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 66639 0 0 0 76147 61 0 0 25 0 1 0 108311936 272822272 65618 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 66607 65618 115 221 0 66383 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 266428

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=1001344/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=276680 CPUtime=822.05
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 69184 0 0 0 82142 63 0 0 25 0 1 0 108311936 283320320 68163 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 69170 68163 115 221 0 68946 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 276680

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=991104/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=286736 CPUtime=882.04
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 71704 0 0 0 88138 66 0 0 25 0 1 0 108311936 293617664 70683 1992294400 4194304 5102648 548682068768 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 71684 70683 115 221 0 71460 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 286736

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=980608/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=297192 CPUtime=942.02
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 74345 0 0 0 94133 69 0 0 25 0 1 0 108311936 304324608 73324 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 74298 73324 115 221 0 74074 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 297192

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=968640/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=309128 CPUtime=1002
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 77324 0 0 0 100128 72 0 0 25 0 1 0 108311936 316547072 76303 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 77282 76303 115 221 0 77058 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 309128

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=960384/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=317328 CPUtime=1061.98
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 79397 0 0 0 106124 74 0 0 25 0 1 0 108311936 324943872 78376 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 79332 78376 115 221 0 79108 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 317328

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=949952/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=327748 CPUtime=1121.97
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 81990 0 0 0 112120 77 0 0 25 0 1 0 108311936 335613952 80969 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 81937 80969 115 221 0 81713 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 327748

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=940864/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=336968 CPUtime=1181.96
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 84270 0 0 0 118117 79 0 0 25 0 1 0 108311936 345055232 83249 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 84242 83249 115 221 0 84018 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 336968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29729
/proc/meminfo: memFree=938304/2055920 swapFree=4181364/4192956
[pid=29726] ppid=29724 vsize=339496 CPUtime=1200.05
/proc/29726/stat : 29726 (varsat-industri) R 29724 29726 27706 0 -1 4194304 84870 0 0 0 119926 79 0 0 25 0 1 0 108311936 347643904 83849 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/29726/statm: 84874 83849 115 221 0 84650 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 339496

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): 1200.45
CPU time (s): 1200.11
CPU user time (s): 1199.27
CPU system time (s): 0.842871
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 339496

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

runsolver used 1.36679 second user time and 3.01054 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-27 05:26:59
IDJOB=1735476
IDBENCH=71428
IDSOLVER=538
FILE ID=node79/1735476-1240802819
PBS_JOBID= 9187345
Free space on /tmp= 66048 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735476-1240802819/watcher-1735476-1240802819 -o /tmp/evaluation-result-1735476-1240802819/solver-1735476-1240802819 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1558320774 HOME/instance-1735476-1240802819.cnf

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=1558320774

node79.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.220
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.220
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:       1274720 kB
Buffers:         77712 kB
Cached:         619644 kB
SwapCached:       5832 kB
Active:         422696 kB
Inactive:       283400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1274720 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:            3736 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            61028 kB
Committed_AS:   444628 kB
PageTables:       1384 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= 66048 MiB
End job on node79 at 2009-04-27 05:47:02