Trace number 1559318

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-industrial 2009-03-22? (TO) 1200.06 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-24-s100.cnf
MD5SUM107f2922072d64498e09af3270c7b9c3
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 variables31821
Number of clauses95735
Sum of the clauses size225739
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261338
Number of clauses of size 334333
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:  31821                                                |
0.00/0.00	c |  Number of clauses:    95735                                                |
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:          1525209793.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.75	c ============================[ Search Statistics ]==============================
0.69/0.75	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.75	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.75	c ===============================================================================
0.69/0.75	c |         0 |   14187    58766   164215 |    19588        0    nan |  0.000 % |
1.19/1.21	c |       102 |   14160    58766   164215 |    21547       97     40 |  4.230 % |
1.79/1.83	c |       252 |   13879    57167   160155 |    23702      246     40 |  4.230 % |
2.29/2.38	c |       477 |   13879    57167   160155 |    26072      471     46 |  4.230 % |
3.39/3.44	c |       814 |   13879    57167   160155 |    28679      808     48 |  4.230 % |
4.29/4.33	c |      1320 |   13879    57167   160155 |    31547     1314     49 |  4.230 % |
6.09/6.13	c |      2081 |   13879    57167   160155 |    34702     2075     52 |  4.230 % |
9.59/9.66	c |      3221 |   13879    57167   160155 |    38172     3215     52 |  4.230 % |
15.09/15.17	c |      4929 |   13879    57167   160155 |    41990     4923     50 |  4.230 % |
24.78/24.84	c |      7492 |   13879    57167   160155 |    46189     7486     49 |  4.230 % |
39.48/39.51	c |     11337 |   13879    57167   160155 |    50807    11331     49 |  4.230 % |
63.47/63.54	c |     17103 |   13879    57167   160155 |    55888    17097     47 |  4.230 % |
100.46/100.54	c |     25753 |   13879    57167   160155 |    61477    25747     45 |  4.230 % |
159.05/159.18	c |     38729 |   13879    57167   160155 |    67625    38723     45 |  4.230 % |
257.01/257.14	c |     58190 |   13879    57167   160155 |    74387    58184     46 |  4.230 % |
405.66/405.86	c |     87382 |   13879    57167   160155 |    81826    25590     39 |  4.230 % |
608.30/608.58	c |    131173 |   13879    57167   160155 |    90009    69381     39 |  4.230 % |
1050.68/1051.02	c |    196858 |   13833    56954   159668 |    99010    58488     34 |  4.374 % |

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-1559318-1238882059/watcher-1559318-1238882059 -o /tmp/evaluation-result-1559318-1238882059/solver-1559318-1238882059 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1525209793 HOME/instance-1559318-1238882059.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: 1.00 1.00 1.00 3/66 32315
/proc/meminfo: memFree=1673704/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=3904 CPUtime=0
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 821 0 0 0 0 0 0 0 18 0 1 0 1160868845 3997696 806 1992294400 4194304 5102648 548682068784 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 976 809 82 221 0 752 0

[startup+0.0339531 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 32315
/proc/meminfo: memFree=1673704/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=11000 CPUtime=0.03
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 2294 0 0 0 2 1 0 0 18 0 1 0 1160868845 11264000 2279 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 2750 2280 87 221 0 2526 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11000

[startup+0.101961 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 32315
/proc/meminfo: memFree=1673704/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=18100 CPUtime=0.09
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 3971 0 0 0 7 2 0 0 18 0 1 0 1160868845 18534400 3956 1992294400 4194304 5102648 548682068784 18446744073709551615 4492085 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 4525 3957 87 221 0 4301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18100

[startup+0.301986 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 32315
/proc/meminfo: memFree=1673704/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=26472 CPUtime=0.29
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 6140 0 0 0 26 3 0 0 19 0 1 0 1160868845 27107328 6125 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 6618 6126 100 221 0 6394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26472

[startup+0.701038 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 32315
/proc/meminfo: memFree=1673704/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=33912 CPUtime=0.69
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 7828 0 0 0 65 4 0 0 22 0 1 0 1160868845 34725888 7813 1992294400 4194304 5102648 548682068784 18446744073709551615 4267485 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 8478 7813 100 221 0 8254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33912

[startup+1.50215 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1645344/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=30276 CPUtime=1.49
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 7842 0 0 0 145 4 0 0 25 0 1 0 1160868845 31002624 7122 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 7569 7122 111 221 0 7345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30276

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1645216/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=30276 CPUtime=3.09
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 7842 0 0 0 305 4 0 0 25 0 1 0 1160868845 31002624 7122 1992294400 4194304 5102648 548682068784 18446744073709551615 4249809 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 7569 7122 111 221 0 7345 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30276

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1645152/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=30276 CPUtime=6.29
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 7842 0 0 0 625 4 0 0 25 0 1 0 1160868845 31002624 7122 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 7569 7122 111 221 0 7345 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30276

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1645088/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=30276 CPUtime=12.69
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 7843 0 0 0 1265 4 0 0 25 0 1 0 1160868845 31002624 7123 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 7569 7123 111 221 0 7345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30276

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1645088/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=30408 CPUtime=25.48
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 7874 0 0 0 2544 4 0 0 25 0 1 0 1160868845 31137792 7154 1992294400 4194304 5102648 548682068784 18446744073709551615 4254971 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 7602 7154 111 221 0 7378 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30408

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1644832/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=30848 CPUtime=51.07
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 7951 0 0 0 5103 4 0 0 25 0 1 0 1160868845 31588352 7231 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 7712 7231 111 221 0 7488 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30848

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1643488/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=32076 CPUtime=102.27
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 8270 0 0 0 10222 5 0 0 25 0 1 0 1160868845 32845824 7550 1992294400 4194304 5102648 548682068784 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 8019 7550 111 221 0 7795 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 32076

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1640736/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=34956 CPUtime=162.25
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 8973 0 0 0 16219 6 0 0 25 0 1 0 1160868845 35794944 8253 1992294400 4194304 5102648 548682068784 18446744073709551615 4255172 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 8739 8253 111 221 0 8515 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 34956

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1637664/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=38016 CPUtime=222.23
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 9723 0 0 0 22216 7 0 0 25 0 1 0 1160868845 38928384 9003 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 9504 9003 111 221 0 9280 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 38016

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1634464/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=41488 CPUtime=282.21
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 10523 0 0 0 28214 7 0 0 25 0 1 0 1160868845 42483712 9803 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 10372 9803 111 221 0 10148 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 41488

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1632096/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=43844 CPUtime=342.19
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11115 0 0 0 34211 8 0 0 25 0 1 0 1160868845 44896256 10395 1992294400 4194304 5102648 548682068784 18446744073709551615 4249664 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 10961 10395 111 221 0 10737 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 43844

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32316
/proc/meminfo: memFree=1631456/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=44372 CPUtime=402.17
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11262 0 0 0 40209 8 0 0 25 0 1 0 1160868845 45436928 10542 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 0 0 0
/proc/32315/statm: 11093 10542 111 221 0 10869 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 44372

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1631200/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=44544 CPUtime=462.15
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11304 0 0 0 46206 9 0 0 25 0 1 0 1160868845 45613056 10584 1992294400 4194304 5102648 548682068784 18446744073709551615 4249022 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 11136 10584 111 221 0 10912 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 44544

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1630880/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=44980 CPUtime=522.13
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11380 0 0 0 52204 9 0 0 25 0 1 0 1160868845 46059520 10660 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 11245 10660 111 221 0 11021 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 44980

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1630752/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=44980 CPUtime=582.11
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11405 0 0 0 58202 9 0 0 25 0 1 0 1160868845 46059520 10685 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 11245 10685 111 221 0 11021 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 44980

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1629920/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=45824 CPUtime=642.1
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11611 0 0 0 64201 9 0 0 25 0 1 0 1160868845 46923776 10891 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 11456 10891 111 221 0 11232 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 45824

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1628960/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=46892 CPUtime=702.08
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11854 0 0 0 70198 10 0 0 25 0 1 0 1160868845 48017408 11134 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 11723 11134 111 221 0 11499 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 46892

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1628832/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=46892 CPUtime=762.06
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 11883 0 0 0 76196 10 0 0 25 0 1 0 1160868845 48017408 11163 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 11723 11163 111 221 0 11499 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 46892

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1627360/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=48836 CPUtime=822.04
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12241 0 0 0 82194 10 0 0 25 0 1 0 1160868845 50008064 11521 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12209 11521 111 221 0 11985 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 48836

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1627360/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=48836 CPUtime=882.02
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12241 0 0 0 88192 10 0 0 25 0 1 0 1160868845 50008064 11521 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12209 11521 111 221 0 11985 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 48836

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1627360/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=48836 CPUtime=942.02
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12242 0 0 0 94191 11 0 0 25 0 1 0 1160868845 50008064 11522 1992294400 4194304 5102648 548682068784 18446744073709551615 4254509 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12209 11522 111 221 0 11985 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 48836

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1627296/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=48836 CPUtime=1002
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12242 0 0 0 100189 11 0 0 25 0 1 0 1160868845 50008064 11522 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12209 11522 111 221 0 11985 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 48836

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1626912/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=49584 CPUtime=1061.98
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12346 0 0 0 106187 11 0 0 25 0 1 0 1160868845 50774016 11626 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12396 11626 111 221 0 12172 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 49584

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1626656/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=49584 CPUtime=1121.97
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12406 0 0 0 112185 12 0 0 25 0 1 0 1160868845 50774016 11686 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12396 11686 111 221 0 12172 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 49584

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1626208/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=50012 CPUtime=1181.95
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12501 0 0 0 118183 12 0 0 25 0 1 0 1160868845 51212288 11781 1992294400 4194304 5102648 548682068784 18446744073709551615 4254831 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12503 11781 111 221 0 12279 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 50012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32322
/proc/meminfo: memFree=1626144/2055920 swapFree=4176420/4192956
[pid=32315] ppid=32313 vsize=50012 CPUtime=1200.05
/proc/32315/stat : 32315 (varsat-industri) R 32313 32315 32216 0 -1 4194304 12501 0 0 0 119993 12 0 0 25 0 1 0 1160868845 51212288 11781 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/32315/statm: 12503 11781 111 221 0 12279 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 50012

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.06
CPU user time (s): 1199.93
CPU system time (s): 0.13098
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 50012

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

runsolver used 1.04384 second user time and 3.33449 second system time

The end

Launcher Data

Begin job on node40 at 2009-04-04 23:54:19
IDJOB=1559318
IDBENCH=70874
IDSOLVER=538
FILE ID=node40/1559318-1238882059
PBS_JOBID= 9086004
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED=1525209793

node40.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.232
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.232
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:       1674184 kB
Buffers:         52260 kB
Cached:         248156 kB
SwapCached:       9664 kB
Active:          93192 kB
Inactive:       218548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674184 kB
SwapTotal:     4192956 kB
SwapFree:      4176420 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          17180 kB
Slab:            55960 kB
Committed_AS:  3193752 kB
PageTables:       1476 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= 66540 MiB
End job on node40 at 2009-04-05 00:14:21