Trace number 1730570

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.06 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
MD5SUM9ce7a6a007310fa075cda4060c50d29c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0386
Satisfiable
(Un)Satisfiability was proved
Number of variables409
Number of clauses1362
Sum of the clauses size4084
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31360
Number of clauses of size 40
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:  409                                                  |
0.00/0.00	c |  Number of clauses:    1362                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1155656390.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     223      816     2432 |      272        0    nan |  0.000 % |
0.00/0.01	c |       103 |     223      816     2432 |      299      103     33 |  0.001 % |
0.00/0.01	c |       254 |     223      816     2432 |      329      254     33 |  0.001 % |
0.00/0.02	c |       479 |     223      816     2432 |      362      479     32 |  0.001 % |
0.00/0.03	c |       817 |     223      816     2432 |      398      324     25 |  0.001 % |
0.00/0.04	c |      1323 |     223      816     2432 |      438      549     28 |  0.001 % |
0.00/0.06	c |      2082 |     223      816     2432 |      481      453     24 |  0.001 % |
0.00/0.09	c |      3222 |     223      816     2432 |      530      619     29 |  0.001 % |
0.10/0.14	c |      4930 |     223      816     2432 |      583      391     23 |  0.001 % |
0.19/0.21	c |      7492 |     223      816     2432 |      641      409     22 |  0.001 % |
0.29/0.33	c |     11338 |     223      816     2432 |      705      426     21 |  0.001 % |
0.49/0.51	c |     17104 |     223      816     2432 |      776      694     28 |  0.001 % |
0.69/0.79	c |     25753 |     223      816     2432 |      853      659     26 |  0.001 % |
1.20/1.22	c |     38728 |     223      816     2432 |      939      875     32 |  0.001 % |
1.89/1.90	c |     58189 |     223      816     2432 |     1032      898     31 |  0.001 % |
2.90/2.95	c |     87384 |     223      816     2432 |     1136      605     25 |  0.001 % |
4.59/4.66	c |    131173 |     223      816     2432 |     1249     1209     36 |  0.001 % |
7.09/7.17	c |    196857 |     223      816     2432 |     1374     1112     34 |  0.001 % |
11.00/11.09	c |    295385 |     223      816     2432 |     1512      975     32 |  0.001 % |
17.09/17.16	c |    443175 |     223      816     2432 |     1663     1229     34 |  0.001 % |
26.39/26.41	c |    664858 |     223      816     2432 |     1829     1731     37 |  0.001 % |
40.58/40.64	c |    997383 |     223      816     2432 |     2012     1067     31 |  0.001 % |
63.07/63.19	c |   1496172 |     223      816     2432 |     2214     1671     35 |  0.001 % |
97.66/97.73	c |   2244354 |     223      816     2432 |     2435     1798     36 |  0.001 % |
153.05/153.19	c |   3366629 |     223      816     2432 |     2679     2551     38 |  0.001 % |
236.62/236.74	c |   5050041 |     223      816     2432 |     2947     1792     36 |  0.001 % |
372.38/372.54	c |   7575158 |     223      816     2432 |     3241     1716     36 |  0.001 % |
578.23/578.45	c |  11362834 |     223      816     2432 |     3565     2971     39 |  0.001 % |
886.23/886.56	c |  17044347 |     223      816     2432 |     3922     2523     37 |  0.001 % |

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-1730570-1240760920/watcher-1730570-1240760920 -o /tmp/evaluation-result-1730570-1240760920/solver-1730570-1240760920 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1155656390 HOME/instance-1730570-1240760920.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 0.98 0.99 2/64 18282
/proc/meminfo: memFree=1781060/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=2416 CPUtime=0
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 104121038 2473984 202 1992294400 4194304 5102648 548682068784 18446744073709551615 4516080 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 604 202 100 221 0 380 0

[startup+0.105766 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18282
/proc/meminfo: memFree=1781060/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=2548 CPUtime=0.1
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 258 0 0 0 10 0 0 0 18 0 1 0 104121038 2609152 243 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 637 243 112 221 0 413 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2548

[startup+0.201774 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18282
/proc/meminfo: memFree=1781060/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=2548 CPUtime=0.19
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 274 0 0 0 19 0 0 0 19 0 1 0 104121038 2609152 259 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 637 259 112 221 0 413 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2548

[startup+0.301785 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18282
/proc/meminfo: memFree=1781060/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=2680 CPUtime=0.29
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 282 0 0 0 29 0 0 0 20 0 1 0 104121038 2744320 267 1992294400 4194304 5102648 548682068784 18446744073709551615 4254971 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 670 267 112 221 0 446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2680

[startup+0.701826 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 18282
/proc/meminfo: memFree=1781060/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=2680 CPUtime=0.69
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 306 0 0 0 69 0 0 0 24 0 1 0 104121038 2744320 291 1992294400 4194304 5102648 548682068784 18446744073709551615 4255744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 670 291 112 221 0 446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2680

[startup+1.50291 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18283
/proc/meminfo: memFree=1780284/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=2812 CPUtime=1.49
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 340 0 0 0 149 0 0 0 25 0 1 0 104121038 2879488 325 1992294400 4194304 5102648 548682068784 18446744073709551615 4254538 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 703 325 112 221 0 479 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2812

[startup+3.10107 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18283
/proc/meminfo: memFree=1780028/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=3068 CPUtime=3.09
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 377 0 0 0 309 0 0 0 25 0 1 0 104121038 3141632 362 1992294400 4194304 5102648 548682068784 18446744073709551615 4255473 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 767 362 112 221 0 543 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3068

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18283
/proc/meminfo: memFree=1779708/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=3196 CPUtime=6.29
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 422 0 0 0 629 0 0 0 25 0 1 0 104121038 3272704 407 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 799 407 112 221 0 575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3196

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18283
/proc/meminfo: memFree=1779388/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=3456 CPUtime=12.69
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 489 0 0 0 1269 0 0 0 25 0 1 0 104121038 3538944 474 1992294400 4194304 5102648 548682068784 18446744073709551615 4255508 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 864 474 112 221 0 640 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3456

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18283
/proc/meminfo: memFree=1779132/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=3720 CPUtime=25.48
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 557 0 0 0 2548 0 0 0 25 0 1 0 104121038 3809280 542 1992294400 4194304 5102648 548682068784 18446744073709551615 4256222 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 930 542 112 221 0 706 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3720

[startup+51.101 s]
/proc/loadavg: 1.08 1.01 1.00 2/65 18283
/proc/meminfo: memFree=1778684/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=4128 CPUtime=51.08
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 658 0 0 0 5108 0 0 0 25 0 1 0 104121038 4227072 643 1992294400 4194304 5102648 548682068784 18446744073709551615 4255206 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1032 643 112 221 0 808 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4128

[startup+102.301 s]
/proc/loadavg: 1.14 1.04 1.01 2/65 18283
/proc/meminfo: memFree=1778108/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=4652 CPUtime=102.27
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 794 0 0 0 10227 0 0 0 25 0 1 0 104121038 4763648 779 1992294400 4194304 5102648 548682068784 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1163 779 112 221 0 939 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4652

[startup+162.302 s]
/proc/loadavg: 1.16 1.06 1.01 2/65 18283
/proc/meminfo: memFree=1777596/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=5184 CPUtime=162.24
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 905 0 0 0 16224 0 0 0 25 0 1 0 104121038 5308416 890 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1296 890 112 221 0 1072 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5184

[startup+222.306 s]
/proc/loadavg: 1.06 1.05 1.01 2/65 18283
/proc/meminfo: memFree=1777340/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=5316 CPUtime=222.23
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 953 0 0 0 22223 0 0 0 25 0 1 0 104121038 5443584 938 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1329 938 112 221 0 1105 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 5316

[startup+282.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 18283
/proc/meminfo: memFree=1776956/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=5592 CPUtime=282.21
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1035 0 0 0 28221 0 0 0 25 0 1 0 104121038 5726208 1020 1992294400 4194304 5102648 548682068784 18446744073709551615 4249125 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1398 1020 112 221 0 1174 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5592

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 18283
/proc/meminfo: memFree=1776828/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=5732 CPUtime=342.19
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1057 0 0 0 34219 0 0 0 25 0 1 0 104121038 5869568 1042 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1433 1042 112 221 0 1209 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 5732

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 18283
/proc/meminfo: memFree=1776636/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=5996 CPUtime=402.18
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1112 0 0 0 40218 0 0 0 25 0 1 0 104121038 6139904 1097 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1499 1097 112 221 0 1275 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 5996

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 18283
/proc/meminfo: memFree=1776380/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6128 CPUtime=462.16
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1165 0 0 0 46216 0 0 0 25 0 1 0 104121038 6275072 1150 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1532 1150 112 221 0 1308 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 6128

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 18283
/proc/meminfo: memFree=1776252/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6252 CPUtime=522.14
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1184 0 0 0 52214 0 0 0 25 0 1 0 104121038 6402048 1169 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1563 1169 112 221 0 1339 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 6252

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18283
/proc/meminfo: memFree=1776060/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6404 CPUtime=582.13
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1233 0 0 0 58213 0 0 0 25 0 1 0 104121038 6557696 1218 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1601 1218 112 221 0 1377 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 6404

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18283
/proc/meminfo: memFree=1775804/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6684 CPUtime=642.11
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1280 0 0 0 64211 0 0 0 25 0 1 0 104121038 6844416 1265 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1671 1265 112 221 0 1447 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 6684

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18283
/proc/meminfo: memFree=1775676/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6684 CPUtime=702.09
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1302 0 0 0 70209 0 0 0 25 0 1 0 104121038 6844416 1287 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1671 1287 112 221 0 1447 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 6684

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1775476/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6824 CPUtime=762.07
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1321 0 0 0 76207 0 0 0 25 0 1 0 104121038 6987776 1306 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1706 1306 112 221 0 1482 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 6824

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1775476/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6824 CPUtime=822.05
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1340 0 0 0 82205 0 0 0 25 0 1 0 104121038 6987776 1325 1992294400 4194304 5102648 548682068784 18446744073709551615 4262637 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1706 1325 112 221 0 1482 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 6824

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1775348/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=6968 CPUtime=882.04
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1354 0 0 0 88204 0 0 0 25 0 1 0 104121038 7135232 1339 1992294400 4194304 5102648 548682068784 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1742 1339 112 221 0 1518 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 6968

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1775092/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=7112 CPUtime=942.02
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1400 0 0 0 94202 0 0 0 25 0 1 0 104121038 7282688 1385 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1778 1385 112 221 0 1554 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 7112

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1774964/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=7248 CPUtime=1002
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1432 0 0 0 100200 0 0 0 25 0 1 0 104121038 7421952 1417 1992294400 4194304 5102648 548682068784 18446744073709551615 4254538 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1812 1417 112 221 0 1588 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 7248

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1774908/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=7248 CPUtime=1061.98
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1437 0 0 0 106198 0 0 0 25 0 1 0 104121038 7421952 1422 1992294400 4194304 5102648 548682068784 18446744073709551615 4254525 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1812 1422 112 221 0 1588 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 7248

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1774780/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=7380 CPUtime=1121.97
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1465 0 0 0 112197 0 0 0 25 0 1 0 104121038 7557120 1450 1992294400 4194304 5102648 548682068784 18446744073709551615 4255108 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1845 1450 112 221 0 1621 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 7380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1774716/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=7380 CPUtime=1181.95
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1475 0 0 0 118195 0 0 0 25 0 1 0 104121038 7557120 1460 1992294400 4194304 5102648 548682068784 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1845 1460 112 221 0 1621 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 7380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1774652/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=7380 CPUtime=1200.05
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1475 0 0 0 120005 0 0 0 25 0 1 0 104121038 7557120 1460 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1845 1460 112 221 0 1621 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 7380

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18289
/proc/meminfo: memFree=1774652/2055920 swapFree=4191900/4192956
[pid=18282] ppid=18280 vsize=7380 CPUtime=1200.05
/proc/18282/stat : 18282 (varsat-industri) R 18280 18282 17909 0 -1 4194304 1475 0 0 0 120005 0 0 0 25 0 1 0 104121038 7557120 1460 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/18282/statm: 1845 1460 112 221 0 1621 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 7380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1200.05
CPU system time (s): 0.008998
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 7380

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

runsolver used 0.91986 second user time and 2.68759 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-26 17:48:40
IDJOB=1730570
IDBENCH=24732
IDSOLVER=538
FILE ID=node90/1730570-1240760920
PBS_JOBID= 9187090
Free space on /tmp= 66548 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730570-1240760920/watcher-1730570-1240760920 -o /tmp/evaluation-result-1730570-1240760920/solver-1730570-1240760920 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1155656390 HOME/instance-1730570-1240760920.cnf

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

MD5SUM BENCH= 9ce7a6a007310fa075cda4060c50d29c
RANDOM SEED=1155656390

node90.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.238
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.238
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:       1781540 kB
Buffers:         29808 kB
Cached:         167076 kB
SwapCached:        384 kB
Active:          43892 kB
Inactive:       166628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781540 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1032 kB
Writeback:           0 kB
Mapped:          22108 kB
Slab:            49916 kB
Committed_AS:   279272 kB
PageTables:       1428 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= 66548 MiB
End job on node90 at 2009-04-26 18:08:42