Trace number 1557966

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.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
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 variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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:  31616                                                |
0.00/0.00	c |  Number of clauses:    95110                                                |
0.09/0.13	c |  Parsing time:         0.11         s                                       |
0.09/0.13	c |  Timeout:              43200 s
0.09/0.13	c |  Random Seed:          23168517.000000
0.09/0.13	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.13	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.13	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.13	c |                                                                             |
0.69/0.73	c ============================[ Search Statistics ]==============================
0.69/0.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.73	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.73	c ===============================================================================
0.69/0.73	c |         0 |   13884    57461   160383 |    19153        0    nan |  0.000 % |
1.10/1.11	c |       102 |   13873    57461   160383 |    21069       99     45 |  3.792 % |
2.10/2.13	c |       254 |   13815    57074   159447 |    23175      250     36 |  4.068 % |
3.49/3.55	c |       479 |   13728    56617   158348 |    25493      473     32 |  4.068 % |
5.59/5.67	c |       816 |   13728    56617   158348 |    28042      810     32 |  4.068 % |
9.29/9.31	c |      1323 |   13728    56617   158348 |    30847     1317     30 |  4.068 % |
13.99/14.04	c |      2082 |   13728    56617   158348 |    33931     2076     30 |  4.068 % |
20.79/20.82	c |      3223 |   13679    56405   157864 |    37325     3211     31 |  4.223 % |
28.48/28.53	c |      4931 |   13679    56405   157864 |    41057     4919     36 |  4.223 % |
44.98/45.03	c |      7493 |   13679    56405   157864 |    45163     7481     36 |  4.223 % |
71.47/71.51	c |     11338 |   13679    56405   157864 |    49679    11326     33 |  4.223 % |
111.47/111.51	c |     17106 |   13679    56405   157864 |    54647    17094     30 |  4.223 % |
170.75/170.80	c |     25755 |   13679    56405   157864 |    60112    25743     31 |  4.223 % |
266.92/267.00	c |     38730 |   13679    56405   157864 |    66123    38718     30 |  4.223 % |
421.38/421.51	c |     58192 |   13679    56405   157864 |    72736    58180     29 |  4.223 % |
628.82/629.06	c |     87384 |   13679    56405   157864 |    80009    26967     30 |  4.223 % |
946.94/947.25	c |    131173 |   13679    56405   157864 |    88010    70756     31 |  4.223 % |

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-1557966-1238861341/watcher-1557966-1238861341 -o /tmp/evaluation-result-1557966-1238861341/solver-1557966-1238861341 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=23168517 HOME/instance-1557966-1238861341.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 0.99 3/69 6997
/proc/meminfo: memFree=1658344/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=4016 CPUtime=0
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 845 0 0 0 0 0 0 0 18 0 1 0 1158795761 4112384 830 1992294400 4194304 5102648 548682068768 18446744073709551615 4516184 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 1004 836 82 221 0 780 0

[startup+0.068231 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 6997
/proc/meminfo: memFree=1658344/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=14828 CPUtime=0.06
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 3164 0 0 0 5 1 0 0 18 0 1 0 1158795761 15183872 3149 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 3707 3151 87 221 0 3483 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14828

[startup+0.102233 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 6997
/proc/meminfo: memFree=1658344/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=18080 CPUtime=0.09
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 3995 0 0 0 8 1 0 0 18 0 1 0 1158795761 18513920 3980 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 4553 3981 87 221 0 4329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18080

[startup+0.302251 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 6997
/proc/meminfo: memFree=1658344/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=26584 CPUtime=0.29
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 6163 0 0 0 27 2 0 0 19 0 1 0 1158795761 27222016 6148 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 6646 6148 100 221 0 6422 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26584

[startup+0.701292 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 6997
/proc/meminfo: memFree=1658344/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=33620 CPUtime=0.69
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7754 0 0 0 66 3 0 0 22 0 1 0 1158795761 34426880 7739 1992294400 4194304 5102648 548682068768 18446744073709551615 4486469 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 8405 7739 100 221 0 8181 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33620

[startup+1.50136 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1630304/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=30016 CPUtime=1.49
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7766 0 0 0 146 3 0 0 25 0 1 0 1158795761 30736384 7054 1992294400 4194304 5102648 548682068768 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30016

[startup+3.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1630176/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=30016 CPUtime=3.09
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7766 0 0 0 306 3 0 0 25 0 1 0 1158795761 30736384 7054 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30016

[startup+6.30178 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1630048/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=30016 CPUtime=6.29
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7766 0 0 0 626 3 0 0 25 0 1 0 1158795761 30736384 7054 1992294400 4194304 5102648 548682068768 18446744073709551615 4255858 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30016

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1629984/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=30016 CPUtime=12.69
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7766 0 0 0 1266 3 0 0 25 0 1 0 1158795761 30736384 7054 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7504 7054 112 221 0 7280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30016

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1629984/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=30156 CPUtime=25.48
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7783 0 0 0 2545 3 0 0 25 0 1 0 1158795761 30879744 7071 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7539 7071 112 221 0 7315 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30156

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1629792/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=30480 CPUtime=51.07
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7844 0 0 0 5104 3 0 0 25 0 1 0 1158795761 31211520 7132 1992294400 4194304 5102648 548682068768 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7620 7132 112 221 0 7396 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30480

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1629472/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=30776 CPUtime=102.27
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 7933 0 0 0 10223 4 0 0 25 0 1 0 1158795761 31514624 7221 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7694 7221 112 221 0 7470 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30776

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1628832/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=31388 CPUtime=162.25
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 8081 0 0 0 16221 4 0 0 25 0 1 0 1158795761 32141312 7369 1992294400 4194304 5102648 548682068768 18446744073709551615 4255922 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7847 7369 112 221 0 7623 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31388

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1628320/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=31960 CPUtime=222.23
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 8198 0 0 0 22219 4 0 0 25 0 1 0 1158795761 32727040 7486 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 7990 7486 112 221 0 7766 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 31960

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1627488/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=32752 CPUtime=282.22
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 8429 0 0 0 28218 4 0 0 25 0 1 0 1158795761 33538048 7717 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 8188 7717 112 221 0 7964 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 32752

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1626144/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=34100 CPUtime=342.2
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 8727 0 0 0 34215 5 0 0 25 0 1 0 1158795761 34918400 8015 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 8525 8015 112 221 0 8301 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 34100

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1624736/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=35596 CPUtime=402.18
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 9081 0 0 0 40213 5 0 0 25 0 1 0 1158795761 36450304 8369 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 8899 8369 112 221 0 8675 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 35596

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1622816/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=37784 CPUtime=462.17
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 9547 0 0 0 46211 6 0 0 25 0 1 0 1158795761 38690816 8835 1992294400 4194304 5102648 548682068768 18446744073709551615 4244315 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 9446 8835 112 221 0 9222 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 37784

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1621344/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=39084 CPUtime=522.15
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 9909 0 0 0 52208 7 0 0 25 0 1 0 1158795761 40022016 9197 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 9771 9197 112 221 0 9547 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 39084

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1620512/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=39860 CPUtime=582.14
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10104 0 0 0 58207 7 0 0 25 0 1 0 1158795761 40816640 9392 1992294400 4194304 5102648 548682068768 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 9965 9392 112 221 0 9741 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 39860

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1620320/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=40028 CPUtime=642.12
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10147 0 0 0 64205 7 0 0 25 0 1 0 1158795761 40988672 9435 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10007 9435 112 221 0 9783 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 40028

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1620192/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=40164 CPUtime=702.11
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10157 0 0 0 70203 8 0 0 25 0 1 0 1158795761 41127936 9445 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10041 9445 112 221 0 9817 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 40164

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1620000/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=40360 CPUtime=762.1
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10199 0 0 0 76202 8 0 0 25 0 1 0 1158795761 41328640 9487 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10090 9487 112 221 0 9866 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 40360

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1619872/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=40500 CPUtime=822.07
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10227 0 0 0 82199 8 0 0 25 0 1 0 1158795761 41472000 9515 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10125 9515 112 221 0 9901 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 40500

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1619744/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=40500 CPUtime=882.05
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10237 0 0 0 88197 8 0 0 25 0 1 0 1158795761 41472000 9525 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10125 9525 112 221 0 9901 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 40500

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1619360/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=40960 CPUtime=942.05
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10324 0 0 0 94196 9 0 0 25 0 1 0 1158795761 41943040 9612 1992294400 4194304 5102648 548682068768 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10240 9612 112 221 0 10016 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 40960

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1618144/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=42192 CPUtime=1002.02
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10645 0 0 0 100193 9 0 0 25 0 1 0 1158795761 43204608 9933 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10548 9933 112 221 0 10324 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 42192

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1616992/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=43252 CPUtime=1062.01
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 10915 0 0 0 106192 9 0 0 25 0 1 0 1158795761 44290048 10203 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 10813 10203 112 221 0 10589 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 43252

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1616032/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=44184 CPUtime=1121.99
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 11141 0 0 0 112189 10 0 0 25 0 1 0 1158795761 45244416 10429 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 11046 10429 112 221 0 10822 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 44184

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1616032/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=44184 CPUtime=1181.98
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 11141 0 0 0 118188 10 0 0 25 0 1 0 1158795761 45244416 10429 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 11046 10429 112 221 0 10822 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 44184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 6998
/proc/meminfo: memFree=1616032/2055920 swapFree=4172412/4192956
[pid=6997] ppid=6995 vsize=44184 CPUtime=1200.07
/proc/6997/stat : 6997 (varsat-industri) R 6995 6997 6770 0 -1 4194304 11141 0 0 0 119997 10 0 0 25 0 1 0 1158795761 45244416 10429 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/6997/statm: 11046 10429 112 221 0 10822 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 44184

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.41
CPU time (s): 1200.1
CPU user time (s): 1199.98
CPU system time (s): 0.116982
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 44184

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

runsolver used 1.09783 second user time and 3.2795 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-04 18:09:01
IDJOB=1557966
IDBENCH=70848
IDSOLVER=538
FILE ID=node58/1557966-1238861341
PBS_JOBID= 9085911
Free space on /tmp= 66560 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557966-1238861341/watcher-1557966-1238861341 -o /tmp/evaluation-result-1557966-1238861341/solver-1557966-1238861341 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=23168517 HOME/instance-1557966-1238861341.cnf

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=23168517

node58.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.222
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.222
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:       1658760 kB
Buffers:         39928 kB
Cached:         285144 kB
SwapCached:      10236 kB
Active:         119172 kB
Inactive:       217648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658760 kB
SwapTotal:     4192956 kB
SwapFree:      4172412 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:          17376 kB
Slab:            45772 kB
Committed_AS:  2916196 kB
PageTables:       1764 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= 66560 MiB
End job on node58 at 2009-04-04 18:29:03