Trace number 1556562

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.1 1200.52

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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:  69503                                                |
0.00/0.00	c |  Number of clauses:    226618                                               |
0.29/0.36	c |  Parsing time:         0.31         s                                       |
0.29/0.36	c |  Timeout:              43200 s
0.29/0.36	c |  Random Seed:          1472006017.000000
0.29/0.36	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.29/0.36	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.36	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.36	c |                                                                             |
1.59/1.69	c ============================[ Search Statistics ]==============================
1.59/1.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.69	c ===============================================================================
1.59/1.69	c |         0 |   28461   163195   552176 |    54398        0    nan |  0.000 % |
2.10/2.17	c |       100 |   28454   163195   552176 |    59838       95      5 |  0.413 % |
3.99/4.06	c |       251 |   28454   163195   552176 |    65821      246     11 |  0.413 % |
4.79/4.86	c |       476 |   28448   163130   551974 |    72404      462     20 |  0.420 % |
7.89/7.92	c |       814 |   28448   163130   551974 |    79644      800     43 |  0.420 % |
12.39/12.48	c |      1321 |   28446   163079   551827 |    87609     1288     44 |  0.423 % |
18.98/19.09	c |      2081 |   28441   163059   551777 |    96369     2045     71 |  0.430 % |
30.28/30.36	c |      3221 |   28427   162944   551430 |   106006     3170     90 |  0.450 % |
46.37/46.42	c |      4929 |   28423   162939   551418 |   116607     4876    108 |  0.456 % |
72.16/72.28	c |      7491 |   28418   162880   551248 |   128268     7423    114 |  0.463 % |
111.65/111.73	c |     11336 |   28416   162880   551248 |   141095    11267    112 |  0.466 % |
154.43/154.57	c |     17103 |   28411   162833   551114 |   155204    17030    110 |  0.473 % |
227.91/228.00	c |     25752 |   28404   162786   550979 |   170725    25675    109 |  0.483 % |
357.77/357.90	c |     38726 |   28397   162742   550847 |   187797    38639     98 |  0.494 % |
633.17/633.50	c |     58188 |   28395   162723   550783 |   206577    58099     84 |  0.496 % |
1019.54/1019.94	c |     87380 |   28390   162678   550652 |   227235    87279     79 |  0.504 % |

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-1556562-1238843441/watcher-1556562-1238843441 -o /tmp/evaluation-result-1556562-1238843441/solver-1556562-1238843441 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1472006017 HOME/instance-1556562-1238843441.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.99 0.98 1.00 3/72 29084
/proc/meminfo: memFree=1608368/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=4868 CPUtime=0
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 896 0 0 0 0 0 0 0 18 0 1 0 1157005391 4984832 881 1992294400 4194304 5102648 548682068768 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 1217 888 80 221 0 993 0

[startup+0.0385889 s]
/proc/loadavg: 0.99 0.98 1.00 3/72 29084
/proc/meminfo: memFree=1608368/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=16656 CPUtime=0.03
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 3594 0 0 0 2 1 0 0 18 0 1 0 1157005391 17055744 3570 1992294400 4194304 5102648 548682068768 18446744073709551615 4269897 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 4164 3570 87 221 0 3940 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16656

[startup+0.101599 s]
/proc/loadavg: 0.99 0.98 1.00 3/72 29084
/proc/meminfo: memFree=1608368/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=25964 CPUtime=0.09
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 5549 0 0 0 7 2 0 0 18 0 1 0 1157005391 26587136 5525 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 6491 5526 87 221 0 6267 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25964

[startup+0.301638 s]
/proc/loadavg: 0.99 0.98 1.00 3/72 29084
/proc/meminfo: memFree=1608368/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=43424 CPUtime=0.29
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 9864 0 0 0 25 4 0 0 19 0 1 0 1157005391 44466176 9840 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 10856 9840 87 221 0 10632 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43424

[startup+0.701718 s]
/proc/loadavg: 0.99 0.98 1.00 3/72 29084
/proc/meminfo: memFree=1608368/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=55860 CPUtime=0.69
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 12954 0 0 0 64 5 0 0 22 0 1 0 1157005391 57200640 12930 1992294400 4194304 5102648 548682068768 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 13965 12930 100 221 0 13741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55860

[startup+1.50188 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1546728/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=78596 CPUtime=1.49
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 18448 0 0 0 141 8 0 0 25 0 1 0 1157005391 80482304 18424 1992294400 4194304 5102648 548682068768 18446744073709551615 4272757 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 19649 18424 100 221 0 19425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78596

[startup+3.10119 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1540968/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=70528 CPUtime=3.09
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 18541 0 0 0 301 8 0 0 25 0 1 0 1157005391 72220672 16829 1992294400 4194304 5102648 548682068768 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 17632 16829 112 221 0 17408 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70528

[startup+6.30182 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1540776/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=70800 CPUtime=6.29
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 18544 0 0 0 621 8 0 0 25 0 1 0 1157005391 72499200 16832 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 17700 16832 113 221 0 17476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70800

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1540776/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=70800 CPUtime=12.69
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 18544 0 0 0 1261 8 0 0 25 0 1 0 1157005391 72499200 16832 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 17700 16832 113 221 0 17476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70800

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1540840/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=70800 CPUtime=25.48
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 18544 0 0 0 2540 8 0 0 25 0 1 0 1157005391 72499200 16832 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 17700 16832 113 221 0 17476 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70800

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1540840/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=70800 CPUtime=51.07
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 18544 0 0 0 5099 8 0 0 25 0 1 0 1157005391 72499200 16832 1992294400 4194304 5102648 548682068768 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 17700 16832 113 221 0 17476 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70800

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1539752/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=71944 CPUtime=102.26
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 18864 0 0 0 10217 9 0 0 25 0 1 0 1157005391 73670656 17152 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 17986 17152 113 221 0 17762 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71944

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1536680/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=75252 CPUtime=162.24
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 19659 0 0 0 16213 11 0 0 25 0 1 0 1157005391 77058048 17947 1992294400 4194304 5102648 548682068768 18446744073709551615 4255843 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 18813 17947 113 221 0 18589 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 75252

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1532904/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=78696 CPUtime=222.22
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 20548 0 0 0 22209 13 0 0 25 0 1 0 1157005391 80584704 18836 1992294400 4194304 5102648 548682068768 18446744073709551615 4254567 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 19674 18836 113 221 0 19450 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78696

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1530472/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=81216 CPUtime=282.19
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 21163 0 0 0 28205 14 0 0 25 0 1 0 1157005391 83165184 19451 1992294400 4194304 5102648 548682068768 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 20304 19451 115 221 0 20080 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 81216

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1528808/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=82824 CPUtime=342.17
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 21568 0 0 0 34202 15 0 0 25 0 1 0 1157005391 84811776 19856 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 20706 19856 115 221 0 20482 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 82824

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1526888/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=84904 CPUtime=402.15
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 22075 0 0 0 40200 15 0 0 25 0 1 0 1157005391 86941696 20363 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 21226 20363 115 221 0 21002 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 84904

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1525480/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=86268 CPUtime=462.13
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 22400 0 0 0 46197 16 0 0 25 0 1 0 1157005391 88338432 20688 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 21567 20688 115 221 0 21343 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 86268

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1524968/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=86704 CPUtime=522.11
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 22532 0 0 0 52195 16 0 0 25 0 1 0 1157005391 88784896 20820 1992294400 4194304 5102648 548682068768 18446744073709551615 4254541 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 21676 20820 115 221 0 21452 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 86704

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1524520/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=87128 CPUtime=582.08
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 22631 0 0 0 58192 16 0 0 25 0 1 0 1157005391 89219072 20919 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 21782 20919 115 221 0 21558 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 87128

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1523560/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=88128 CPUtime=642.07
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 22873 0 0 0 64190 17 0 0 25 0 1 0 1157005391 90243072 21161 1992294400 4194304 5102648 548682068768 18446744073709551615 4244345 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 22032 21161 115 221 0 21808 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 88128

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1521896/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=89792 CPUtime=702.04
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 23243 0 0 0 70187 17 0 0 25 0 1 0 1157005391 91947008 21531 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 22448 21531 115 221 0 22224 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 89792

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1519400/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=92216 CPUtime=762.03
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 23850 0 0 0 76185 18 0 0 25 0 1 0 1157005391 94429184 22138 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 23054 22138 115 221 0 22830 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 92216

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1517352/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=94236 CPUtime=822
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 24361 0 0 0 82181 19 0 0 25 0 1 0 1157005391 96497664 22649 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 23559 22649 115 221 0 23335 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 94236

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1516776/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=94996 CPUtime=881.98
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 24525 0 0 0 88178 20 0 0 25 0 1 0 1157005391 97275904 22813 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 23749 22813 115 221 0 23525 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 94996

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1516328/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=95320 CPUtime=941.96
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 24637 0 0 0 94176 20 0 0 25 0 1 0 1157005391 97607680 22925 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 23830 22925 115 221 0 23606 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 95320

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1515560/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=96092 CPUtime=1001.94
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 24811 0 0 0 100173 21 0 0 25 0 1 0 1157005391 98398208 23099 1992294400 4194304 5102648 548682068768 18446744073709551615 4255044 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 24023 23099 115 221 0 23799 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 96092

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1514280/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=97428 CPUtime=1061.92
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 25137 0 0 0 106171 21 0 0 25 0 1 0 1157005391 99766272 23425 1992294400 4194304 5102648 548682068768 18446744073709551615 4254567 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 24357 23425 115 221 0 24133 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 97428

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1512168/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=99732 CPUtime=1121.9
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 25653 0 0 0 112168 22 0 0 25 0 1 0 1157005391 102125568 23941 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 24933 23941 115 221 0 24709 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 99732

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1511592/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=100340 CPUtime=1181.88
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 25781 0 0 0 118166 22 0 0 25 0 1 0 1157005391 102748160 24069 1992294400 4194304 5102648 548682068768 18446744073709551615 4254945 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 25085 24069 115 221 0 24861 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 100340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1511464/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=100472 CPUtime=1200.08
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 25819 0 0 0 119986 22 0 0 25 0 1 0 1157005391 102883328 24107 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 25118 24107 115 221 0 24894 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 100472

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: 0.99 0.98 1.00 2/73 29085
/proc/meminfo: memFree=1511464/2055920 swapFree=4175756/4192956
[pid=29084] ppid=29082 vsize=100472 CPUtime=1200.08
/proc/29084/stat : 29084 (varsat-industri) R 29082 29084 28833 0 -1 4194304 25819 0 0 0 119986 22 0 0 25 0 1 0 1157005391 102883328 24107 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/29084/statm: 25118 24107 115 221 0 24894 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 100472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.86
CPU system time (s): 0.241963
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 100472

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

runsolver used 1.01885 second user time and 3.36049 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-04 13:10:42
IDJOB=1556562
IDBENCH=70821
IDSOLVER=538
FILE ID=node66/1556562-1238843441
PBS_JOBID= 9085832
Free space on /tmp= 66484 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556562-1238843441/watcher-1556562-1238843441 -o /tmp/evaluation-result-1556562-1238843441/solver-1556562-1238843441 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1472006017 HOME/instance-1556562-1238843441.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=1472006017

node66.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.286
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.286
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:       1608784 kB
Buffers:         38256 kB
Cached:         339036 kB
SwapCached:       8540 kB
Active:         120212 kB
Inactive:       267692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608784 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:            5104 kB
Writeback:           0 kB
Mapped:          16256 kB
Slab:            44320 kB
Committed_AS:  3547460 kB
PageTables:       1992 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= 66484 MiB
End job on node66 at 2009-04-04 13:30:44