Trace number 1726594

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n800-d0.02-s111845174.sat05-536.reshuffled-07.cnf
MD5SUM71878da25e778158aa56312337016eac
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 variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  772                                                  |
0.00/0.00	c |  Number of clauses:    9601                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1829946055.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.04/0.08	c ============================[ Search Statistics ]==============================
0.04/0.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.08	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.08	c ===============================================================================
0.04/0.08	c |         0 |     579     9408    31450 |     3136        0    nan |  0.000 % |
0.09/0.10	c |       100 |     579     9408    31450 |     3449      100     18 |  0.000 % |
0.09/0.12	c |       251 |     579     9408    31450 |     3794      251     18 |  0.000 % |
0.09/0.15	c |       477 |     579     9408    31450 |     4174      477     19 |  0.000 % |
0.09/0.20	c |       815 |     579     9408    31450 |     4591      815     20 |  0.000 % |
0.19/0.27	c |      1321 |     579     9408    31450 |     5050     1321     20 |  0.000 % |
0.29/0.37	c |      2082 |     579     9408    31450 |     5555     2082     21 |  0.000 % |
0.49/0.53	c |      3221 |     579     9408    31450 |     6111     3221     20 |  0.000 % |
0.69/0.73	c |      4930 |     579     9408    31450 |     6722     4930     21 |  0.000 % |
1.00/1.10	c |      7493 |     579     9408    31450 |     7394     4094     21 |  0.000 % |
1.69/1.74	c |     11337 |     579     9408    31450 |     8133     4202     21 |  0.000 % |
2.69/2.75	c |     17103 |     579     9408    31450 |     8947     5871     23 |  0.000 % |
4.19/4.26	c |     25753 |     579     9408    31450 |     9842     5531     18 |  0.000 % |
6.69/6.76	c |     38727 |     579     9408    31450 |    10826     8622     22 |  0.000 % |
10.38/10.41	c |     58189 |     579     9408    31450 |    11908     6321     20 |  0.000 % |
15.78/15.89	c |     87382 |     579     9408    31450 |    13099    11569     23 |  0.000 % |
25.58/25.64	c |    131171 |     579     9408    31450 |    14409     9253     22 |  0.000 % |
40.78/40.89	c |    196855 |     579     9408    31450 |    15850     9764     21 |  0.000 % |
65.67/65.70	c |    295381 |     579     9408    31450 |    17435    12790     19 |  0.000 % |
106.86/106.94	c |    443173 |     579     9408    31450 |    19179    11831     21 |  0.000 % |
170.44/170.51	c |    664856 |     579     9408    31450 |    21097    12120     19 |  0.000 % |
271.00/271.13	c |    997381 |     579     9408    31450 |    23207    16527     23 |  0.000 % |
436.55/436.74	c |   1496169 |     579     9408    31450 |    25527    14943     24 |  0.000 % |
722.04/722.37	c |   2244351 |     579     9408    31450 |    28080    21092     25 |  0.000 % |
1180.08/1180.56	c |   3366625 |     579     9408    31450 |    30888    25655     21 |  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-1726594-1240714413/watcher-1726594-1240714413 -o /tmp/evaluation-result-1726594-1240714413/solver-1726594-1240714413 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1829946055 HOME/instance-1726594-1240714413.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.09 1.11 1.06 3/64 1453
/proc/meminfo: memFree=1570424/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=2556 CPUtime=0
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 99469726 2617344 263 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 639 264 87 221 0 415 0

[startup+0.0435069 s]
/proc/loadavg: 1.09 1.11 1.06 3/64 1453
/proc/meminfo: memFree=1570424/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=4484 CPUtime=0.04
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 768 0 0 0 4 0 0 0 18 0 1 0 99469726 4591616 753 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1121 754 100 221 0 897 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4484

[startup+0.101518 s]
/proc/loadavg: 1.09 1.11 1.06 3/64 1453
/proc/meminfo: memFree=1570424/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=4736 CPUtime=0.09
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 892 0 0 0 9 0 0 0 18 0 1 0 99469726 4849664 804 1992294400 4194304 5102648 548682068768 18446744073709551615 4255900 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1184 804 103 221 0 960 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4736

[startup+0.301556 s]
/proc/loadavg: 1.09 1.11 1.06 3/64 1453
/proc/meminfo: memFree=1570424/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=4736 CPUtime=0.29
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 901 0 0 0 29 0 0 0 19 0 1 0 99469726 4849664 813 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1184 813 112 221 0 960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4736

[startup+0.701632 s]
/proc/loadavg: 1.09 1.11 1.06 3/64 1453
/proc/meminfo: memFree=1570424/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=4736 CPUtime=0.69
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 910 0 0 0 69 0 0 0 22 0 1 0 99469726 4849664 822 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1184 822 112 221 0 960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4736

[startup+1.50179 s]
/proc/loadavg: 1.09 1.11 1.06 2/65 1454
/proc/meminfo: memFree=1567280/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=5040 CPUtime=1.49
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 991 0 0 0 149 0 0 0 25 0 1 0 99469726 5160960 903 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1260 903 112 221 0 1036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5040

[startup+3.10109 s]
/proc/loadavg: 1.09 1.11 1.06 2/65 1454
/proc/meminfo: memFree=1566960/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=5500 CPUtime=3.09
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 1087 0 0 0 309 0 0 0 25 0 1 0 99469726 5632000 999 1992294400 4194304 5102648 548682068768 18446744073709551615 4249766 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1375 999 112 221 0 1151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5500

[startup+6.30171 s]
/proc/loadavg: 1.09 1.11 1.06 2/65 1454
/proc/meminfo: memFree=1566320/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=5764 CPUtime=6.29
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 1178 0 0 0 629 0 0 0 25 0 1 0 99469726 5902336 1090 1992294400 4194304 5102648 548682068768 18446744073709551615 4249757 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1441 1090 112 221 0 1217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5764

[startup+12.7019 s]
/proc/loadavg: 1.07 1.10 1.06 2/65 1454
/proc/meminfo: memFree=1565680/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=6428 CPUtime=12.68
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 1335 0 0 0 1268 0 0 0 25 0 1 0 99469726 6582272 1247 1992294400 4194304 5102648 548682068768 18446744073709551615 4250005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1607 1247 112 221 0 1383 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6428

[startup+25.5014 s]
/proc/loadavg: 1.06 1.10 1.06 2/65 1454
/proc/meminfo: memFree=1564848/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=7192 CPUtime=25.48
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 1518 0 0 0 2547 1 0 0 25 0 1 0 99469726 7364608 1430 1992294400 4194304 5102648 548682068768 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 1798 1430 112 221 0 1574 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7192

[startup+51.1013 s]
/proc/loadavg: 1.04 1.09 1.06 2/65 1454
/proc/meminfo: memFree=1564080/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=8048 CPUtime=51.07
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 1710 0 0 0 5106 1 0 0 25 0 1 0 99469726 8241152 1622 1992294400 4194304 5102648 548682068768 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 2012 1622 112 221 0 1788 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8048

[startup+102.305 s]
/proc/loadavg: 1.01 1.07 1.05 2/65 1454
/proc/meminfo: memFree=1562800/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=9372 CPUtime=102.26
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 2025 0 0 0 10224 2 0 0 25 0 1 0 99469726 9596928 1937 1992294400 4194304 5102648 548682068768 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 2343 1937 112 221 0 2119 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9372

[startup+162.302 s]
/proc/loadavg: 1.00 1.06 1.05 2/65 1454
/proc/meminfo: memFree=1562032/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=10132 CPUtime=162.24
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 2203 0 0 0 16222 2 0 0 25 0 1 0 99469726 10375168 2115 1992294400 4194304 5102648 548682068768 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 2533 2115 112 221 0 2309 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 10132

[startup+222.301 s]
/proc/loadavg: 1.00 1.04 1.04 2/65 1454
/proc/meminfo: memFree=1560816/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=11416 CPUtime=222.21
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 2508 0 0 0 22219 2 0 0 25 0 1 0 99469726 11689984 2420 1992294400 4194304 5102648 548682068768 18446744073709551615 4250304 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 2854 2420 112 221 0 2630 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 11416

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.04 2/65 1454
/proc/meminfo: memFree=1560560/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=11584 CPUtime=282.19
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 2566 0 0 0 28217 2 0 0 25 0 1 0 99469726 11862016 2478 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 2896 2478 112 221 0 2672 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 11584

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.03 2/65 1454
/proc/meminfo: memFree=1559856/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=12308 CPUtime=342.17
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 2725 0 0 0 34215 2 0 0 25 0 1 0 99469726 12603392 2637 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3077 2637 112 221 0 2853 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 12308

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.02 2/65 1454
/proc/meminfo: memFree=1559536/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=12576 CPUtime=402.16
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 2803 0 0 0 40213 3 0 0 25 0 1 0 99469726 12877824 2715 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3144 2715 112 221 0 2920 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 12576

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.02 2/65 1460
/proc/meminfo: memFree=1558960/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=13004 CPUtime=462.13
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 2895 0 0 0 46210 3 0 0 25 0 1 0 99469726 13316096 2807 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3251 2807 112 221 0 3027 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 13004

[startup+522.303 s]
/proc/loadavg: 1.00 1.01 1.01 2/65 1460
/proc/meminfo: memFree=1558448/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=13756 CPUtime=522.1
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3058 0 0 0 52207 3 0 0 25 0 1 0 99469726 14086144 2970 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3439 2970 112 221 0 3215 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 13756

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 1460
/proc/meminfo: memFree=1558384/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=13756 CPUtime=582.08
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3066 0 0 0 58205 3 0 0 25 0 1 0 99469726 14086144 2978 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3439 2978 112 221 0 3215 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 13756

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1558064/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=13956 CPUtime=642.06
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3143 0 0 0 64203 3 0 0 25 0 1 0 99469726 14290944 3055 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3489 3055 112 221 0 3265 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 13956

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1557552/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=14612 CPUtime=702.05
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3275 0 0 0 70201 4 0 0 25 0 1 0 99469726 14962688 3187 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3653 3187 112 221 0 3429 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 14612

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1557168/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=15096 CPUtime=762.03
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3360 0 0 0 76199 4 0 0 25 0 1 0 99469726 15458304 3272 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3774 3272 112 221 0 3550 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 15096

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1556784/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=15436 CPUtime=822
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3457 0 0 0 82196 4 0 0 25 0 1 0 99469726 15806464 3369 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3859 3369 112 221 0 3635 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 15436

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1556592/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=15624 CPUtime=881.98
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3508 0 0 0 88194 4 0 0 25 0 1 0 99469726 15998976 3420 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3906 3420 112 221 0 3682 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 15624

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1556336/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=15984 CPUtime=941.96
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3569 0 0 0 94192 4 0 0 25 0 1 0 99469726 16367616 3481 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 3996 3481 112 221 0 3772 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 15984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1556144/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=16192 CPUtime=1001.94
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3610 0 0 0 100189 5 0 0 25 0 1 0 99469726 16580608 3522 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 4048 3522 112 221 0 3824 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 16192

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1556080/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=16192 CPUtime=1061.92
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3626 0 0 0 106187 5 0 0 25 0 1 0 99469726 16580608 3538 1992294400 4194304 5102648 548682068768 18446744073709551615 4249799 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 4048 3538 112 221 0 3824 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 16192

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1555952/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=16380 CPUtime=1121.9
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3654 0 0 0 112185 5 0 0 25 0 1 0 99469726 16773120 3566 1992294400 4194304 5102648 548682068768 18446744073709551615 4249828 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 4095 3566 112 221 0 3871 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 16380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1555504/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=16948 CPUtime=1181.88
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3791 0 0 0 118183 5 0 0 25 0 1 0 99469726 17354752 3703 1992294400 4194304 5102648 548682068768 18446744073709551615 4249378 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 4237 3703 112 221 0 4013 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 16948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1555248/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=17108 CPUtime=1200.08
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3840 0 0 0 120002 6 0 0 25 0 1 0 99469726 17518592 3752 1992294400 4194304 5102648 548682068768 18446744073709551615 4249929 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 4277 3752 112 221 0 4053 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 17108

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1460
/proc/meminfo: memFree=1555248/2055920 swapFree=4192812/4192956
[pid=1453] ppid=1451 vsize=17108 CPUtime=1200.08
/proc/1453/stat : 1453 (varsat-crafted_) R 1451 1453 30626 0 -1 4194304 3840 0 0 0 120002 6 0 0 25 0 1 0 99469726 17518592 3752 1992294400 4194304 5102648 548682068768 18446744073709551615 4249929 0 0 4096 3 0 0 0 17 1 0 0
/proc/1453/statm: 4277 3752 112 221 0 4053 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 17108

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1200.02
CPU system time (s): 0.06499
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 17108

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

runsolver used 0.831873 second user time and 2.53361 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-26 04:53:33
IDJOB=1726594
IDBENCH=24617
IDSOLVER=537
FILE ID=node38/1726594-1240714413
PBS_JOBID= 9186855
Free space on /tmp= 66360 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n800-d0.02-s111845174.sat05-536.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726594-1240714413/watcher-1726594-1240714413 -o /tmp/evaluation-result-1726594-1240714413/solver-1726594-1240714413 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1829946055 HOME/instance-1726594-1240714413.cnf

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

MD5SUM BENCH= 71878da25e778158aa56312337016eac
RANDOM SEED=1829946055

node38.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.265
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.265
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:       1570904 kB
Buffers:         49988 kB
Cached:         353388 kB
SwapCached:          0 kB
Active:         162952 kB
Inactive:       254340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1164 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            53656 kB
Committed_AS:   494184 kB
PageTables:       1456 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= 66356 MiB
End job on node38 at 2009-04-26 05:13:35