Trace number 1580038

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

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.78/3.84	c |  Parsing time:         3.51         s                                       |
3.78/3.84	c |  Timeout:              43200 s
3.78/3.84	c |  Random Seed:          1366220540.000000
3.78/3.84	c |  Heuristic:            EMBP-G, threshold 0.950                              |
3.78/3.84	c |  Branching Rule:       default (solution-guided)                            |
3.78/3.84	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
3.78/3.84	c |                                                                             |
8.86/9.00	c ============================[ Search Statistics ]==============================
8.86/9.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.86/9.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.86/9.00	c ===============================================================================
8.86/9.00	c |         0 |  251132  1172854  3064327 |   390951        0    nan |  0.000 % |
11.27/11.32	c |       102 |  251132  1172854  3064327 |   430046      102     83 | 14.822 % |
13.57/13.66	c |       252 |  251132  1172854  3064327 |   473051      251     88 | 14.872 % |
16.07/16.15	c |       477 |  250701  1172854  3064327 |   520356      474     61 | 15.191 % |
19.27/19.35	c |       814 |  248472  1160312  3036933 |   572391      804     64 | 15.519 % |
22.66/22.71	c |      1320 |  248314  1160312  3036933 |   629631     1308     81 | 15.969 % |
27.06/27.18	c |      2080 |  246741  1151337  3014227 |   692594     2063     99 | 15.979 % |
32.66/32.79	c |      3219 |  242409  1130216  2963890 |   761853     3177    105 | 17.395 % |
39.25/39.31	c |      4927 |  239544  1114323  2926398 |   838038     4859     96 | 17.858 % |
47.65/47.75	c |      7490 |  233855  1085854  2857707 |   921842     7398     95 | 19.355 % |
62.14/62.30	c |     11335 |  231657  1073449  2825918 |  1014027    11191    137 | 19.969 % |
79.83/79.93	c |     17103 |  229593  1063885  2805892 |  1115429    16840    136 | 20.593 % |
115.49/115.64	c |     25755 |  225836  1043789  2758129 |  1226972    25412    146 | 21.449 % |
171.48/171.61	c |     38729 |  223655  1032917  2732756 |  1349670    38303    174 | 22.021 % |
282.93/283.13	c |     58192 |  212037   972430  2586711 |  1484637    56875    201 | 25.065 % |
481.94/482.24	c |     87384 |  204686   940223  2507282 |  1633100    85747    260 | 26.999 % |
858.67/859.17	c |    131174 |  203578   933823  2491419 |  1796410   129204    324 | 27.281 % |

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-1580038-1238914220/watcher-1580038-1238914220 -o /tmp/evaluation-result-1580038-1238914220/solver-1580038-1238914220 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1366220540 HOME/instance-1580038-1238914220.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.94 1.00 0.99 3/64 21490
/proc/meminfo: memFree=1427424/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=5132 CPUtime=0
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 855 0 0 0 0 0 0 0 18 0 1 0 930013714 5255168 840 1992294400 4194304 5102648 548682068784 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 1283 846 80 221 0 1059 0

[startup+0.0858069 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 21490
/proc/meminfo: memFree=1427424/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=40892 CPUtime=0.08
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 9643 0 0 0 4 4 0 0 18 0 1 0 930013714 41873408 9602 1992294400 4194304 5102648 548682068784 18446744073709551615 4245844 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 10223 9611 87 221 0 9999 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40892

[startup+0.101807 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 21490
/proc/meminfo: memFree=1427424/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=49728 CPUtime=0.09
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 10861 0 0 0 5 4 0 0 18 0 1 0 930013714 50921472 10820 1992294400 4194304 5102648 548682068784 18446744073709551615 4269469 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 12432 10822 87 221 0 12208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49728

[startup+0.301836 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 21490
/proc/meminfo: memFree=1427424/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=77504 CPUtime=0.29
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 17040 0 0 0 22 7 0 0 19 0 1 0 930013714 79364096 16965 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 19409 16966 87 221 0 19185 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77504

[startup+0.701907 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 21490
/proc/meminfo: memFree=1427424/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=100900 CPUtime=0.69
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 23088 0 0 0 57 12 0 0 23 0 1 0 930013714 103321600 23013 1992294400 4194304 5102648 548682068784 18446744073709551615 4226967 0 0 4096 3 0 0 0 17 1 0 0
/proc/21490/statm: 25225 23013 87 221 0 25001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100900

[startup+1.50301 s]
/proc/loadavg: 0.94 1.00 0.99 2/65 21491
/proc/meminfo: memFree=1325208/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=131136 CPUtime=1.48
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 30010 0 0 0 133 15 0 0 25 0 1 0 930013714 134283264 29935 1992294400 4194304 5102648 548682068784 18446744073709551615 4226967 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 32784 29935 87 221 0 32560 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 131136

[startup+3.10125 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 21491
/proc/meminfo: memFree=1291032/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=202828 CPUtime=3.08
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 46558 0 0 0 285 23 0 0 25 0 1 0 930013714 207695872 46483 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 50707 46484 87 221 0 50483 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 202828

[startup+6.30273 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 21491
/proc/meminfo: memFree=1158616/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=317980 CPUtime=6.27
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 74431 0 0 0 591 36 0 0 25 0 1 0 930013714 325611520 74356 1992294400 4194304 5102648 548682068784 18446744073709551615 4273258 0 0 4096 3 0 0 0 17 1 0 0
/proc/21490/statm: 79495 74356 100 221 0 79271 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 317980

[startup+12.7017 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 21491
/proc/meminfo: memFree=1135960/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=305168 CPUtime=12.67
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 82504 0 0 0 1227 40 0 0 25 0 1 0 930013714 312492032 72849 1992294400 4194304 5102648 548682068784 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 76292 72849 112 221 0 76068 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 305168

[startup+25.5015 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 21491
/proc/meminfo: memFree=1135960/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=305168 CPUtime=25.46
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 82518 0 0 0 2506 40 0 0 25 0 1 0 930013714 312492032 72863 1992294400 4194304 5102648 548682068784 18446744073709551615 4249100 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 76292 72863 115 221 0 76068 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 305168

[startup+51.1013 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 21491
/proc/meminfo: memFree=1135960/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=305168 CPUtime=51.04
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 82518 0 0 0 5064 40 0 0 25 0 1 0 930013714 312492032 72863 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 76292 72863 115 221 0 76068 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 305168

[startup+102.307 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21491
/proc/meminfo: memFree=1135960/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=305392 CPUtime=102.2
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 82567 0 0 0 10180 40 0 0 25 0 1 0 930013714 312721408 72912 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 76348 72912 115 221 0 76124 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 305392

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21491
/proc/meminfo: memFree=1134296/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=307108 CPUtime=162.18
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 83019 0 0 0 16177 41 0 0 25 0 1 0 930013714 314478592 73364 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 76777 73364 115 221 0 76553 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 307108

[startup+222.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 21491
/proc/meminfo: memFree=1123224/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=317996 CPUtime=222.16
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 85723 0 0 0 22172 44 0 0 25 0 1 0 930013714 325627904 76068 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 79499 76068 115 221 0 79275 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 317996

[startup+282.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 21491
/proc/meminfo: memFree=1112664/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=328696 CPUtime=282.13
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 88399 0 0 0 28167 46 0 0 25 0 1 0 930013714 336584704 78744 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 82174 78744 115 221 0 81950 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 328696

[startup+342.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 21491
/proc/meminfo: memFree=1100056/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=341300 CPUtime=342.1
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 91524 0 0 0 34161 49 0 0 25 0 1 0 930013714 349491200 81869 1992294400 4194304 5102648 548682068784 18446744073709551615 4249051 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 85325 81869 115 221 0 85101 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 341300

[startup+402.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 21491
/proc/meminfo: memFree=1087704/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=353524 CPUtime=402.08
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 94592 0 0 0 40155 53 0 0 25 0 1 0 930013714 362008576 84937 1992294400 4194304 5102648 548682068784 18446744073709551615 4244259 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 88381 84937 115 221 0 88157 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 353524

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21491
/proc/meminfo: memFree=1073176/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=368056 CPUtime=462.04
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 98226 0 0 0 46149 55 0 0 25 0 1 0 930013714 376889344 88571 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 92014 88571 115 221 0 91790 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 368056

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21491
/proc/meminfo: memFree=1057816/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=383444 CPUtime=522.02
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 102109 0 0 0 52143 59 0 0 25 0 1 0 930013714 392646656 92454 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 95861 92454 115 221 0 95637 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 383444

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21491
/proc/meminfo: memFree=1043288/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=398156 CPUtime=582
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 105707 0 0 0 58139 61 0 0 25 0 1 0 930013714 407711744 96052 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 99539 96052 115 221 0 99315 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 398156

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=1030104/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=411004 CPUtime=641.96
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 108916 0 0 0 64132 64 0 0 25 0 1 0 930013714 420868096 99261 1992294400 4194304 5102648 548682068784 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 102751 99261 115 221 0 102527 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 411004

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=1018584/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=422656 CPUtime=701.94
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 111845 0 0 0 70127 67 0 0 25 0 1 0 930013714 432799744 102190 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 105664 102190 115 221 0 105440 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 422656

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=1004696/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=436332 CPUtime=761.92
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 115272 0 0 0 76122 70 0 0 25 0 1 0 930013714 446803968 105617 1992294400 4194304 5102648 548682068784 18446744073709551615 4250009 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 109083 105617 115 221 0 108859 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 436332

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=993368/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=447848 CPUtime=821.88
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 118165 0 0 0 82114 74 0 0 25 0 1 0 930013714 458596352 108510 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 111962 108510 115 221 0 111738 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 447848

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=982360/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=458588 CPUtime=881.85
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 120880 0 0 0 88109 76 0 0 25 0 1 0 930013714 469594112 111225 1992294400 4194304 5102648 548682068784 18446744073709551615 4249100 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 114647 111225 115 221 0 114423 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 458588

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=977496/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=463356 CPUtime=941.83
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 122088 0 0 0 94105 78 0 0 25 0 1 0 930013714 474476544 112433 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 115839 112433 115 221 0 115615 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 463356

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=970392/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=470512 CPUtime=1001.79
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 123848 0 0 0 100100 79 0 0 25 0 1 0 930013714 481804288 114193 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 117628 114193 115 221 0 117404 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 470512

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=959320/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=482176 CPUtime=1061.76
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 126633 0 0 0 106095 81 0 0 25 0 1 0 930013714 493748224 116978 1992294400 4194304 5102648 548682068784 18446744073709551615 4249152 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 120544 116978 115 221 0 120320 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 482176

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=947352/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=493972 CPUtime=1121.74
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 129601 0 0 0 112091 83 0 0 25 0 1 0 930013714 505827328 119946 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 123493 119946 115 221 0 123269 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 493972

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=935960/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=505608 CPUtime=1181.71
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 132533 0 0 0 118084 87 0 0 25 0 1 0 930013714 517742592 122878 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 126402 122878 115 221 0 126178 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 505608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21497
/proc/meminfo: memFree=931608/2055920 swapFree=4178268/4192956
[pid=21490] ppid=21488 vsize=509572 CPUtime=1200.01
/proc/21490/stat : 21490 (varsat-industri) R 21488 21490 21304 0 -1 4194304 133534 0 0 0 119913 88 0 0 25 0 1 0 930013714 521801728 123879 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 0 0 0
/proc/21490/statm: 127393 123879 115 221 0 127169 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 509572

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.68
CPU time (s): 1200.09
CPU user time (s): 1199.13
CPU system time (s): 0.959854
CPU usage (%): 99.9508
Max. virtual memory (cumulated for all children) (KiB): 509572

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

runsolver used 1.02384 second user time and 3.35549 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-05 08:50:22
IDJOB=1580038
IDBENCH=71009
IDSOLVER=538
FILE ID=node39/1580038-1238914220
PBS_JOBID= 9101368
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= 31a85166c16c74a5f2dcee32f2093a67
RANDOM SEED=1366220540

node39.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.285
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.285
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:       1427840 kB
Buffers:         69212 kB
Cached:         469688 kB
SwapCached:       8160 kB
Active:         210472 kB
Inactive:       338400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427840 kB
SwapTotal:     4192956 kB
SwapFree:      4178268 kB
Dirty:           31400 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            65492 kB
Committed_AS:  2830052 kB
PageTables:       1188 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= 66528 MiB
End job on node39 at 2009-04-05 09:10:25