Trace number 1580037

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-crafted 2009-03-22? (TO) 1200.17 1200.48

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p1.cnf
MD5SUM31a85166c16c74a5f2dcee32f2093a67
Bench CategoryAPPLICATION (applications 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 variables381708
Number of clauses1632906
Sum of the clauses size3841867
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21226633
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  381708                                               |
0.00/0.00	c |  Number of clauses:    1632906                                              |
3.69/3.78	c |  Parsing time:         3.44         s                                       |
3.69/3.78	c |  Timeout:              43200 s
3.69/3.78	c |  Random Seed:          724770082.000000
3.69/3.78	c |  Heuristic:            EMBP-G, threshold 0.800                              |
3.69/3.78	c |  Branching Rule:       default (solution-guided)                            |
3.69/3.78	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
3.69/3.78	c |                                                                             |
8.79/8.85	c ============================[ Search Statistics ]==============================
8.79/8.85	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.79/8.85	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.79/8.85	c ===============================================================================
8.79/8.85	c |         0 |  251132  1172854  3064327 |   390951        0    nan |  0.000 % |
11.19/11.22	c |       102 |  251132  1172854  3064327 |   430046      102     83 | 14.822 % |
13.49/13.53	c |       253 |  251132  1172854  3064327 |   473051      252     85 | 15.484 % |
15.89/15.91	c |       479 |  250885  1172854  3064327 |   520356      476     82 | 15.681 % |
18.69/18.74	c |       816 |  250651  1172854  3064327 |   572391      806     76 | 16.281 % |
21.68/21.72	c |      1322 |  245153  1141337  2984994 |   629631     1295     71 | 16.402 % |
24.48/24.58	c |      2081 |  244990  1141337  2984994 |   692594     2051     77 | 16.630 % |
28.38/28.48	c |      3222 |  242479  1133553  2967532 |   761853     3181     82 | 17.842 % |
34.48/34.54	c |      4930 |  238701  1109866  2912897 |   838038     4874     89 | 18.135 % |
42.08/42.14	c |      7492 |  237984  1105778  2902727 |   921842     7419     96 | 18.288 % |
55.47/55.56	c |     11336 |  233981  1085136  2852457 |  1014027    11204     98 | 19.323 % |
73.68/73.77	c |     17102 |  229602  1064155  2806124 |  1115429    16858    111 | 20.463 % |
104.57/104.68	c |     25751 |  228959  1060092  2796659 |  1226972    25441    139 | 20.659 % |
164.96/165.01	c |     38727 |  227059  1050450  2774264 |  1349670    38318    173 | 21.284 % |
251.03/251.18	c |     58190 |  220186  1012498  2685108 |  1484637    57420    194 | 22.931 % |
436.78/436.99	c |     87384 |  211498   973859  2590364 |  1633100    85971    242 | 25.364 % |
882.86/883.14	c |    131176 |  203507   935567  2497004 |  1796410   128870    326 | 27.310 % |

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-1580037-1238914219/watcher-1580037-1238914219 -o /tmp/evaluation-result-1580037-1238914219/solver-1580037-1238914219 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=724770082 HOME/instance-1580037-1238914219.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: 0.92 1.05 1.15 3/73 10172
/proc/meminfo: memFree=1579832/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=5132 CPUtime=0
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 941 0 0 0 0 0 0 0 18 0 1 0 1043840696 5255168 926 1992294400 4194304 5102648 548682068768 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 1283 932 78 221 0 1059 0

[startup+0.0901481 s]
/proc/loadavg: 0.92 1.05 1.15 3/73 10172
/proc/meminfo: memFree=1579832/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=40892 CPUtime=0.08
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 9935 0 0 0 4 4 0 0 18 0 1 0 1043840696 41873408 9894 1992294400 4194304 5102648 548682068768 18446744073709551615 4245654 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 10223 9903 87 221 0 9999 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40892

[startup+0.101148 s]
/proc/loadavg: 0.92 1.05 1.15 3/73 10172
/proc/meminfo: memFree=1579832/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=49728 CPUtime=0.1
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 10754 0 0 0 5 5 0 0 18 0 1 0 1043840696 50921472 10713 1992294400 4194304 5102648 548682068768 18446744073709551615 4269921 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 12432 10714 87 221 0 12208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 49728

[startup+0.30117 s]
/proc/loadavg: 0.92 1.05 1.15 3/73 10172
/proc/meminfo: memFree=1579832/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=77636 CPUtime=0.29
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 17049 0 0 0 21 8 0 0 19 0 1 0 1043840696 79499264 16974 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 19409 16975 87 221 0 19185 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77636

[startup+0.701211 s]
/proc/loadavg: 0.92 1.05 1.15 3/73 10172
/proc/meminfo: memFree=1579832/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=101428 CPUtime=0.69
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 23237 0 0 0 58 11 0 0 23 0 1 0 1043840696 103862272 23162 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 25357 23162 87 221 0 25133 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101428

[startup+1.50129 s]
/proc/loadavg: 0.92 1.05 1.15 2/74 10173
/proc/meminfo: memFree=1476144/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=132852 CPUtime=1.49
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 30493 0 0 0 134 15 0 0 25 0 1 0 1043840696 136040448 30418 1992294400 4194304 5102648 548682068768 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 33213 30418 87 221 0 32989 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132852

[startup+3.10146 s]
/proc/loadavg: 0.92 1.05 1.15 2/74 10173
/proc/meminfo: memFree=1441008/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=207316 CPUtime=3.09
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 48115 0 0 0 284 25 0 0 25 0 1 0 1043840696 212291584 48040 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 51829 48040 87 221 0 51605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207316

[startup+6.3018 s]
/proc/loadavg: 1.01 1.06 1.15 2/74 10173
/proc/meminfo: memFree=1307440/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=322072 CPUtime=6.3
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 75539 0 0 0 591 39 0 0 25 0 1 0 1043840696 329801728 75464 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 80518 75464 100 221 0 80294 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 322072

[startup+12.7015 s]
/proc/loadavg: 1.09 1.08 1.16 2/74 10173
/proc/meminfo: memFree=1288240/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=305168 CPUtime=12.69
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 82504 0 0 0 1227 42 0 0 25 0 1 0 1043840696 312492032 72849 1992294400 4194304 5102648 548682068768 18446744073709551615 4213974 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 76292 72849 112 221 0 76068 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 305168

[startup+25.5018 s]
/proc/loadavg: 1.07 1.08 1.15 2/74 10173
/proc/meminfo: memFree=1288240/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=305168 CPUtime=25.48
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 82528 0 0 0 2506 42 0 0 25 0 1 0 1043840696 312492032 72873 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 76292 72873 115 221 0 76068 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 305168

[startup+51.1015 s]
/proc/loadavg: 1.04 1.07 1.15 2/74 10173
/proc/meminfo: memFree=1288304/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=305168 CPUtime=51.08
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 82528 0 0 0 5066 42 0 0 25 0 1 0 1043840696 312492032 72873 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 76292 72873 115 221 0 76068 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 305168

[startup+102.306 s]
/proc/loadavg: 1.02 1.05 1.14 2/74 10173
/proc/meminfo: memFree=1288112/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=305392 CPUtime=102.27
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 82572 0 0 0 10184 43 0 0 25 0 1 0 1043840696 312721408 72917 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 76348 72917 115 221 0 76124 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 305392

[startup+162.301 s]
/proc/loadavg: 1.00 1.04 1.13 2/74 10173
/proc/meminfo: memFree=1284976/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=308560 CPUtime=162.25
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 83390 0 0 0 16181 44 0 0 25 0 1 0 1043840696 315965440 73735 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 77140 73735 115 221 0 76916 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 308560

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.12 2/74 10173
/proc/meminfo: memFree=1273520/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=320200 CPUtime=222.23
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 86273 0 0 0 22176 47 0 0 25 0 1 0 1043840696 327884800 76618 1992294400 4194304 5102648 548682068768 18446744073709551615 4254557 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 80050 76618 115 221 0 79826 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 320200

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.10 2/74 10173
/proc/meminfo: memFree=1260528/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=333384 CPUtime=282.22
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 89533 0 0 0 28171 51 0 0 25 0 1 0 1043840696 341385216 79878 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 83346 79878 115 221 0 83122 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 333384

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.09 2/74 10173
/proc/meminfo: memFree=1248176/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=345576 CPUtime=342.2
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 92589 0 0 0 34167 53 0 0 25 0 1 0 1043840696 353869824 82934 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 86394 82934 115 221 0 86170 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 345576

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.09 2/74 10173
/proc/meminfo: memFree=1234288/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=359344 CPUtime=402.19
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 96045 0 0 0 40162 57 0 0 25 0 1 0 1043840696 367968256 86390 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 89836 86390 115 221 0 89612 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 359344

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.08 2/74 10173
/proc/meminfo: memFree=1222064/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=371404 CPUtime=462.17
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 99089 0 0 0 46158 59 0 0 25 0 1 0 1043840696 380317696 89434 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 92851 89434 115 221 0 92627 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 371404

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/74 10173
/proc/meminfo: memFree=1208944/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=384884 CPUtime=522.16
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 102392 0 0 0 52153 63 0 0 25 0 1 0 1043840696 394121216 92737 1992294400 4194304 5102648 548682068768 18446744073709551615 4244277 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 96221 92737 115 221 0 95997 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 384884

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/74 10173
/proc/meminfo: memFree=1197296/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=396416 CPUtime=582.14
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 105270 0 0 0 58149 65 0 0 25 0 1 0 1043840696 405929984 95615 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 99104 95615 115 221 0 98880 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 396416

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/74 10179
/proc/meminfo: memFree=1186720/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=406644 CPUtime=642.13
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 107832 0 0 0 64145 68 0 0 25 0 1 0 1043840696 416403456 98177 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 101661 98177 115 221 0 101437 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 406644

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/74 10179
/proc/meminfo: memFree=1175792/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=417780 CPUtime=702.11
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 110624 0 0 0 70141 70 0 0 25 0 1 0 1043840696 427806720 100969 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 104445 100969 115 221 0 104221 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 417780

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.05 2/74 10179
/proc/meminfo: memFree=1164400/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=428940 CPUtime=762.1
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 113432 0 0 0 76136 74 0 0 25 0 1 0 1043840696 439234560 103777 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 107235 103777 115 221 0 107011 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 428940

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/74 10179
/proc/meminfo: memFree=1153264/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=440088 CPUtime=822.08
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 116231 0 0 0 82132 76 0 0 25 0 1 0 1043840696 450650112 106576 1992294400 4194304 5102648 548682068768 18446744073709551615 4249096 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 110022 106576 115 221 0 109798 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 440088

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/74 10179
/proc/meminfo: memFree=1140016/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=453252 CPUtime=882.06
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 119539 0 0 0 88127 79 0 0 25 0 1 0 1043840696 464130048 109884 1992294400 4194304 5102648 548682068768 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 113313 109884 115 221 0 113089 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 453252

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/74 10179
/proc/meminfo: memFree=1126832/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=466364 CPUtime=942.05
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 122825 0 0 0 94122 83 0 0 25 0 1 0 1043840696 477556736 113170 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 116591 113170 115 221 0 116367 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 466364

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/74 10179
/proc/meminfo: memFree=1114608/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=479068 CPUtime=1002.03
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 125860 0 0 0 100118 85 0 0 25 0 1 0 1043840696 490565632 116205 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 119767 116205 115 221 0 119543 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 479068

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/74 10179
/proc/meminfo: memFree=1102704/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=490892 CPUtime=1062.01
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 128848 0 0 0 106114 87 0 0 25 0 1 0 1043840696 502673408 119193 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 122723 119193 115 221 0 122499 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 490892

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/74 10179
/proc/meminfo: memFree=1088816/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=504684 CPUtime=1122.01
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 132301 0 0 0 112110 91 0 0 25 0 1 0 1043840696 516796416 122646 1992294400 4194304 5102648 548682068768 18446744073709551615 4250363 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 126171 122646 115 221 0 125947 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 504684

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/74 10179
/proc/meminfo: memFree=1082544/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=511036 CPUtime=1181.99
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 133879 0 0 0 118106 93 0 0 25 0 1 0 1043840696 523300864 124224 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 127759 124224 115 221 0 127535 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 511036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.07 1.02 1.01 2/74 10179
/proc/meminfo: memFree=1079280/2055920 swapFree=4172852/4192956
[pid=10172] ppid=10170 vsize=514104 CPUtime=1200.08
/proc/10172/stat : 10172 (varsat-crafted_) R 10170 10172 9953 0 -1 4194304 134655 0 0 0 119915 93 0 0 25 0 1 0 1043840696 526442496 125000 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/10172/statm: 128526 125000 115 221 0 128302 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 514104

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.48
CPU time (s): 1200.17
CPU user time (s): 1199.16
CPU system time (s): 1.01484
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 514104

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

runsolver used 1.10583 second user time and 3.2735 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-05 08:50:21
IDJOB=1580037
IDBENCH=71009
IDSOLVER=537
FILE ID=node79/1580037-1238914219
PBS_JOBID= 9101363
Free space on /tmp= 66512 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-10p1.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580037-1238914219/watcher-1580037-1238914219 -o /tmp/evaluation-result-1580037-1238914219/solver-1580037-1238914219 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=724770082 HOME/instance-1580037-1238914219.cnf

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

MD5SUM BENCH= 31a85166c16c74a5f2dcee32f2093a67
RANDOM SEED=724770082

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.232
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.232
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:       1580312 kB
Buffers:         46892 kB
Cached:         352588 kB
SwapCached:      11580 kB
Active:         135028 kB
Inactive:       277556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580312 kB
SwapTotal:     4192956 kB
SwapFree:      4172852 kB
Dirty:           31396 kB
Writeback:           0 kB
Mapped:          18992 kB
Slab:            48124 kB
Committed_AS:  3177552 kB
PageTables:       2004 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= 66512 MiB
End job on node79 at 2009-04-05 09:10:24