Trace number 1785562

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) 5000.05 5001.41

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-109-100.cnf
MD5SUM3e5f7eb325866565204de5c9ce2ffaee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4045.49
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of clauses228
Sum of the clauses size684
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3228
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:  109                                                  |
0.00/0.00	c |  Number of clauses:    228                                                  |
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:          41420886.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 |     109      228      684 |       76        0    nan |  0.000 % |
0.00/0.00	c |       100 |     109      228      684 |       83      100     17 |  0.008 % |
0.00/0.00	c |       250 |     109      228      684 |       91      129     17 |  0.008 % |
0.00/0.00	c |       476 |     109      228      684 |      101       92     12 |  0.008 % |
0.00/0.01	c |       813 |     109      228      684 |      111      146     13 |  0.008 % |
0.00/0.01	c |      1321 |     109      228      684 |      122       96     10 |  0.008 % |
0.00/0.03	c |      2080 |     109      228      684 |      134      107     11 |  0.008 % |
0.00/0.04	c |      3219 |     109      228      684 |      148      135     12 |  0.008 % |
0.05/0.07	c |      4927 |     109      228      684 |      162      186     13 |  0.008 % |
0.09/0.10	c |      7489 |     109      228      684 |      179      163     13 |  0.008 % |
0.09/0.16	c |     11333 |     109      228      684 |      197      116      9 |  0.008 % |
0.19/0.24	c |     17099 |     109      228      684 |      216      151     10 |  0.008 % |
0.29/0.37	c |     25748 |     109      228      684 |      238      232     14 |  0.008 % |
0.49/0.56	c |     38722 |     109      228      684 |      262      229     14 |  0.008 % |
0.79/0.86	c |     58183 |     109      228      684 |      288      226     14 |  0.008 % |
1.29/1.33	c |     87375 |     109      228      684 |      317      192     11 |  0.008 % |
1.99/2.02	c |    131165 |     109      228      684 |      349      212     11 |  0.008 % |
3.00/3.08	c |    196850 |     109      228      684 |      384      353     14 |  0.008 % |
4.69/4.73	c |    295376 |     109      228      684 |      422      318     11 |  0.008 % |
7.09/7.11	c |    443165 |     109      228      684 |      464      359     14 |  0.008 % |
10.79/10.85	c |    664849 |     109      228      684 |      511      360     13 |  0.008 % |
16.89/16.98	c |    997374 |     109      228      684 |      562      322     13 |  0.008 % |
26.39/26.41	c |   1496163 |     109      228      684 |      618      545     13 |  0.008 % |
40.18/40.24	c |   2244346 |     109      228      684 |      680      428     13 |  0.008 % |
61.48/61.57	c |   3366621 |     109      228      684 |      748      605     15 |  0.008 % |
96.46/96.51	c |   5050034 |     109      228      684 |      823      554     14 |  0.008 % |
148.15/148.22	c |   7575151 |     109      228      684 |      905      700     15 |  0.008 % |
230.03/230.11	c |  11362826 |     109      228      684 |      996      519     14 |  0.008 % |
357.19/357.30	c |  17044339 |     109      228      684 |     1095      685     15 |  0.008 % |
551.64/551.86	c |  25566610 |     109      228      684 |     1205      855     15 |  0.008 % |
862.06/862.38	c |  38350013 |     109      228      684 |     1326      784     15 |  0.008 % |
1333.94/1334.33	c |  57525118 |     109      228      684 |     1458      737     15 |  0.008 % |
2072.95/2073.54	c |  86287777 |     109      228      684 |     1604      921     16 |  0.008 % |
3241.74/3242.65	c | 129431765 |     109      228      684 |     1765     1568     16 |  0.008 % |

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-1785562-1241917065/watcher-1785562-1241917065 -o /tmp/evaluation-result-1785562-1241917065/solver-1785562-1241917065 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=41420886 HOME/instance-1785562-1241917065.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28978
/proc/meminfo: memFree=1835072/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2144 CPUtime=0
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 219739699 2195456 144 1992294400 4194304 5102648 548682068800 18446744073709551615 4225732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 536 144 110 221 0 312 0

[startup+0.0603301 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28978
/proc/meminfo: memFree=1835072/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2144 CPUtime=0.05
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 166 0 0 0 5 0 0 0 18 0 1 0 219739699 2195456 151 1992294400 4194304 5102648 548682068800 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 536 151 110 221 0 312 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2144

[startup+0.101333 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28978
/proc/meminfo: memFree=1835072/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2144 CPUtime=0.09
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 168 0 0 0 9 0 0 0 18 0 1 0 219739699 2195456 153 1992294400 4194304 5102648 548682068800 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 536 153 110 221 0 312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2144

[startup+0.301355 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28978
/proc/meminfo: memFree=1835072/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2276 CPUtime=0.29
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 173 0 0 0 29 0 0 0 19 0 1 0 219739699 2330624 158 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 569 158 110 221 0 345 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2276

[startup+0.701398 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 28978
/proc/meminfo: memFree=1835072/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2276 CPUtime=0.69
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 183 0 0 0 69 0 0 0 22 0 1 0 219739699 2330624 168 1992294400 4194304 5102648 548682068800 18446744073709551615 4254856 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 569 168 110 221 0 345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2276

[startup+1.50148 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1834744/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2276 CPUtime=1.49
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 191 0 0 0 149 0 0 0 25 0 1 0 219739699 2330624 176 1992294400 4194304 5102648 548682068800 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 569 176 110 221 0 345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2276

[startup+3.10266 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1834680/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2276 CPUtime=3.1
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 202 0 0 0 310 0 0 0 25 0 1 0 219739699 2330624 187 1992294400 4194304 5102648 548682068800 18446744073709551615 4255108 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 569 187 110 221 0 345 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2276

[startup+6.302 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1834488/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2408 CPUtime=6.29
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 216 0 0 0 629 0 0 0 25 0 1 0 219739699 2465792 201 1992294400 4194304 5102648 548682068800 18446744073709551615 4254824 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 602 201 110 221 0 378 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2408

[startup+12.7017 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1834304/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2408 CPUtime=12.69
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 229 0 0 0 1269 0 0 0 25 0 1 0 219739699 2465792 214 1992294400 4194304 5102648 548682068800 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 602 214 110 221 0 378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2408

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1834240/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2540 CPUtime=25.49
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 247 0 0 0 2549 0 0 0 25 0 1 0 219739699 2600960 232 1992294400 4194304 5102648 548682068800 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 635 232 110 221 0 411 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2540

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1834112/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2672 CPUtime=51.08
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 273 0 0 0 5108 0 0 0 25 0 1 0 219739699 2736128 258 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 668 258 110 221 0 444 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2672

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1834048/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2804 CPUtime=102.26
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 305 0 0 0 10226 0 0 0 25 0 1 0 219739699 2871296 290 1992294400 4194304 5102648 548682068800 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 701 290 110 221 0 477 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2804

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28979
/proc/meminfo: memFree=1833856/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2804 CPUtime=162.24
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 331 0 0 0 16224 0 0 0 25 0 1 0 219739699 2871296 316 1992294400 4194304 5102648 548682068800 18446744073709551615 4225539 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 701 316 110 221 0 477 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2804

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833528/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2936 CPUtime=222.23
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 351 0 0 0 22222 1 0 0 25 0 1 0 219739699 3006464 336 1992294400 4194304 5102648 548682068800 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 734 336 110 221 0 510 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2936

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833528/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=2936 CPUtime=282.21
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 364 0 0 0 28220 1 0 0 25 0 1 0 219739699 3006464 349 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 734 349 110 221 0 510 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 2936

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833528/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=3072 CPUtime=342.2
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 373 0 0 0 34219 1 0 0 25 0 1 0 219739699 3145728 358 1992294400 4194304 5102648 548682068800 18446744073709551615 4255044 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 768 358 110 221 0 544 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 3072

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833528/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=3072 CPUtime=402.18
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 385 0 0 0 40217 1 0 0 25 0 1 0 219739699 3145728 370 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 768 370 110 221 0 544 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 3072

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833400/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=3072 CPUtime=462.16
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 400 0 0 0 46215 1 0 0 25 0 1 0 219739699 3145728 385 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 768 385 110 221 0 544 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 3072

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833408/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=3208 CPUtime=522.15
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 405 0 0 0 52214 1 0 0 25 0 1 0 219739699 3284992 390 1992294400 4194304 5102648 548682068800 18446744073709551615 4255151 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 802 390 110 221 0 578 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 3208

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833344/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=3208 CPUtime=582.13
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 420 0 0 0 58212 1 0 0 25 0 1 0 219739699 3284992 405 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 802 405 110 221 0 578 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 3208

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 28985
/proc/meminfo: memFree=1833216/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=3340 CPUtime=642.13
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 438 0 0 0 64211 2 0 0 25 0 1 0 219739699 3420160 423 1992294400 4194304 5102648 548682068800 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 835 423 110 221 0 611 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 3340

[startup+702.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830464/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4001.19
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 660 0 0 0 400108 11 0 0 25 0 1 0 219739699 4243456 645 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 645 110 221 0 812 0
Current children cumulated CPU time (s) 4001.19
Current children cumulated vsize (KiB) 4144

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830464/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4061.18
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 660 0 0 0 406107 11 0 0 25 0 1 0 219739699 4243456 645 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 645 110 221 0 812 0
Current children cumulated CPU time (s) 4061.18
Current children cumulated vsize (KiB) 4144

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830464/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4121.16
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 664 0 0 0 412105 11 0 0 25 0 1 0 219739699 4243456 649 1992294400 4194304 5102648 548682068800 18446744073709551615 4244248 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 649 110 221 0 812 0
Current children cumulated CPU time (s) 4121.16
Current children cumulated vsize (KiB) 4144

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830464/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4181.14
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 666 0 0 0 418103 11 0 0 25 0 1 0 219739699 4243456 651 1992294400 4194304 5102648 548682068800 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 651 110 221 0 812 0
Current children cumulated CPU time (s) 4181.14
Current children cumulated vsize (KiB) 4144

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830400/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4241.12
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 666 0 0 0 424101 11 0 0 25 0 1 0 219739699 4243456 651 1992294400 4194304 5102648 548682068800 18446744073709551615 4225557 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 651 110 221 0 812 0
Current children cumulated CPU time (s) 4241.12
Current children cumulated vsize (KiB) 4144

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830400/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4301.11
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 668 0 0 0 430099 12 0 0 25 0 1 0 219739699 4243456 653 1992294400 4194304 5102648 548682068800 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 653 110 221 0 812 0
Current children cumulated CPU time (s) 4301.11
Current children cumulated vsize (KiB) 4144

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830400/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4361.1
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 668 0 0 0 436098 12 0 0 25 0 1 0 219739699 4243456 653 1992294400 4194304 5102648 548682068800 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 653 110 221 0 812 0
Current children cumulated CPU time (s) 4361.1
Current children cumulated vsize (KiB) 4144

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830400/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4421.08
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 668 0 0 0 442096 12 0 0 25 0 1 0 219739699 4243456 653 1992294400 4194304 5102648 548682068800 18446744073709551615 4254625 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 653 110 221 0 812 0
Current children cumulated CPU time (s) 4421.08
Current children cumulated vsize (KiB) 4144

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830400/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4481.06
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 668 0 0 0 448094 12 0 0 25 0 1 0 219739699 4243456 653 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 653 110 221 0 812 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 4144

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830336/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4541.05
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 668 0 0 0 454093 12 0 0 25 0 1 0 219739699 4243456 653 1992294400 4194304 5102648 548682068800 18446744073709551615 4249840 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 653 110 221 0 812 0
Current children cumulated CPU time (s) 4541.05
Current children cumulated vsize (KiB) 4144

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830272/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4601.04
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 668 0 0 0 460091 13 0 0 25 0 1 0 219739699 4243456 653 1992294400 4194304 5102648 548682068800 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 653 110 221 0 812 0
Current children cumulated CPU time (s) 4601.04
Current children cumulated vsize (KiB) 4144

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830208/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4661.02
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 668 0 0 0 466089 13 0 0 25 0 1 0 219739699 4243456 653 1992294400 4194304 5102648 548682068800 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 653 110 221 0 812 0
Current children cumulated CPU time (s) 4661.02
Current children cumulated vsize (KiB) 4144

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830208/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4721.01
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 670 0 0 0 472088 13 0 0 25 0 1 0 219739699 4243456 655 1992294400 4194304 5102648 548682068800 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 655 110 221 0 812 0
Current children cumulated CPU time (s) 4721.01
Current children cumulated vsize (KiB) 4144

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830208/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4144 CPUtime=4780.99
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 670 0 0 0 478086 13 0 0 25 0 1 0 219739699 4243456 655 1992294400 4194304 5102648 548682068800 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1036 655 110 221 0 812 0
Current children cumulated CPU time (s) 4780.99
Current children cumulated vsize (KiB) 4144

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830208/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4276 CPUtime=4840.97
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 675 0 0 0 484084 13 0 0 25 0 1 0 219739699 4378624 660 1992294400 4194304 5102648 548682068800 18446744073709551615 4254541 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1069 660 110 221 0 845 0
Current children cumulated CPU time (s) 4840.97
Current children cumulated vsize (KiB) 4276

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830208/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4276 CPUtime=4900.95
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 675 0 0 0 490082 13 0 0 25 0 1 0 219739699 4378624 660 1992294400 4194304 5102648 548682068800 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1069 660 110 221 0 845 0
Current children cumulated CPU time (s) 4900.95
Current children cumulated vsize (KiB) 4276

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830208/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4276 CPUtime=4960.94
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 675 0 0 0 496081 13 0 0 25 0 1 0 219739699 4378624 660 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1069 660 110 221 0 845 0
Current children cumulated CPU time (s) 4960.94
Current children cumulated vsize (KiB) 4276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29473
/proc/meminfo: memFree=1830144/2055920 swapFree=4180160/4192956
[pid=28978] ppid=28976 vsize=4276 CPUtime=5000.03
/proc/28978/stat : 28978 (varsat-industri) R 28976 28978 28941 0 -1 4194304 675 0 0 0 499990 13 0 0 25 0 1 0 219739699 4378624 660 1992294400 4194304 5102648 548682068800 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/28978/statm: 1069 660 110 221 0 845 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 4276

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): 5001.41
CPU time (s): 5000.05
CPU user time (s): 4999.9
CPU system time (s): 0.140978
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 4276

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

runsolver used 4.82827 second user time and 8.90465 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-10 02:57:45
IDJOB=1785562
IDBENCH=71104
IDSOLVER=641
FILE ID=node21/1785562-1241917065
PBS_JOBID= 9264903
Free space on /tmp= 65984 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-109-100.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785562-1241917065/watcher-1785562-1241917065 -o /tmp/evaluation-result-1785562-1241917065/solver-1785562-1241917065 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=41420886 HOME/instance-1785562-1241917065.cnf

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

MD5SUM BENCH= 3e5f7eb325866565204de5c9ce2ffaee
RANDOM SEED=41420886

node21.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.233
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.233
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:       1835488 kB
Buffers:         49692 kB
Cached:         101236 kB
SwapCached:       7036 kB
Active:          61056 kB
Inactive:        99720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835488 kB
SwapTotal:     4192956 kB
SwapFree:      4180160 kB
Dirty:            1140 kB
Writeback:           0 kB
Mapped:          14892 kB
Slab:            45688 kB
Committed_AS:   809708 kB
PageTables:       1380 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= 66040 MiB
End job on node21 at 2009-05-10 04:21:09