Trace number 1557706

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.12 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-32-s100.cnf
MD5SUM7785f51f4f3cb780b4d123215711f948
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 variables32312
Number of clauses97285
Sum of the clauses size229627
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262100
Number of clauses of size 335121
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:  32312                                                |
0.00/0.00	c |  Number of clauses:    97285                                                |
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:          811923559.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.74	c ============================[ Search Statistics ]==============================
0.69/0.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.74	c ===============================================================================
0.69/0.74	c |         0 |   14549    60218   167996 |    20072        0    nan |  0.000 % |
0.89/0.97	c |       101 |   14536    60218   167996 |    22079       98     51 |  3.268 % |
1.59/1.69	c |       252 |   14529    60218   167996 |    24287      248     58 |  3.751 % |
3.39/3.44	c |       478 |   14274    58730   164314 |    26716      474     48 |  3.751 % |
5.79/5.86	c |       816 |   14274    58730   164314 |    29388      812     42 |  3.751 % |
9.79/9.81	c |      1322 |   14274    58730   164314 |    32327     1318     39 |  3.751 % |
11.79/11.80	c |      2081 |   14274    58730   164314 |    35559     2077     49 |  3.751 % |
18.78/18.87	c |      3222 |   14274    58730   164314 |    39115     3218     47 |  3.751 % |
30.49/30.56	c |      4930 |   14274    58730   164314 |    43027     4926     45 |  3.751 % |
43.18/43.27	c |      7493 |   14274    58730   164314 |    47330     7489     45 |  3.751 % |
64.88/64.94	c |     11337 |   14274    58730   164314 |    52063    11333     45 |  3.751 % |
102.17/102.23	c |     17103 |   14274    58730   164314 |    57269    17099     45 |  3.751 % |
151.65/151.73	c |     25753 |   14274    58730   164314 |    62996    25749     46 |  3.751 % |
249.23/249.34	c |     38727 |   14274    58730   164314 |    69296    38723     43 |  3.751 % |
406.60/406.74	c |     58188 |   14274    58730   164314 |    76225    58184     42 |  3.751 % |
643.34/643.57	c |     87384 |   14274    58730   164314 |    83848    22912     40 |  3.751 % |
971.75/972.03	c |    131174 |   14274    58730   164314 |    92233    66702     44 |  3.751 % |

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-1557706-1238857988/watcher-1557706-1238857988 -o /tmp/evaluation-result-1557706-1238857988/solver-1557706-1238857988 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=811923559 HOME/instance-1557706-1238857988.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.03 1.03 1.00 3/64 25648
/proc/meminfo: memFree=1608216/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=3932 CPUtime=0
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 818 0 0 0 0 0 0 0 18 0 1 0 1158461171 4026368 803 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 983 806 82 221 0 759 0

[startup+0.073072 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 25648
/proc/meminfo: memFree=1608216/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=15268 CPUtime=0.06
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 3323 0 0 0 5 1 0 0 18 0 1 0 1158461171 15634432 3308 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 3817 3309 87 221 0 3593 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15268

[startup+0.101074 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 25648
/proc/meminfo: memFree=1608216/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=18124 CPUtime=0.09
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 4008 0 0 0 8 1 0 0 18 0 1 0 1158461171 18558976 3993 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 4531 3994 87 221 0 4307 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18124

[startup+0.301093 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 25648
/proc/meminfo: memFree=1608216/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=26628 CPUtime=0.29
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 6221 0 0 0 27 2 0 0 19 0 1 0 1158461171 27267072 6206 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 6657 6206 100 221 0 6433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26628

[startup+0.70113 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 25648
/proc/meminfo: memFree=1608216/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=34208 CPUtime=0.69
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 7906 0 0 0 65 4 0 0 22 0 1 0 1158461171 35028992 7891 1992294400 4194304 5102648 548682068768 18446744073709551615 4267444 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 8552 7891 100 221 0 8328 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34208

[startup+1.5012 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 25649
/proc/meminfo: memFree=1579600/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=30500 CPUtime=1.49
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 7920 0 0 0 145 4 0 0 25 0 1 0 1158461171 31232000 7196 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 7625 7196 114 221 0 7401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30500

[startup+3.10135 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 25649
/proc/meminfo: memFree=1579472/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=30500 CPUtime=3.09
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 7920 0 0 0 305 4 0 0 25 0 1 0 1158461171 31232000 7196 1992294400 4194304 5102648 548682068768 18446744073709551615 4254641 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 7625 7196 114 221 0 7401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30500

[startup+6.30165 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25649
/proc/meminfo: memFree=1579408/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=30500 CPUtime=6.29
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 7920 0 0 0 625 4 0 0 25 0 1 0 1158461171 31232000 7196 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 7625 7196 114 221 0 7401 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30500

[startup+12.7012 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25649
/proc/meminfo: memFree=1579344/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=30500 CPUtime=12.69
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 7920 0 0 0 1265 4 0 0 25 0 1 0 1158461171 31232000 7196 1992294400 4194304 5102648 548682068768 18446744073709551615 4250354 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 7625 7196 114 221 0 7401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30500

[startup+25.5014 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 25649
/proc/meminfo: memFree=1579344/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=30500 CPUtime=25.49
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 7921 0 0 0 2544 5 0 0 25 0 1 0 1158461171 31232000 7197 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 7625 7197 114 221 0 7401 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30500

[startup+51.1018 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 25649
/proc/meminfo: memFree=1579280/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=30772 CPUtime=51.08
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 7980 0 0 0 5103 5 0 0 25 0 1 0 1158461171 31510528 7256 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 7693 7256 114 221 0 7469 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30772

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25649
/proc/meminfo: memFree=1578960/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=31096 CPUtime=102.27
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 8046 0 0 0 10222 5 0 0 25 0 1 0 1158461171 31842304 7322 1992294400 4194304 5102648 548682068768 18446744073709551615 4214244 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 7774 7322 114 221 0 7550 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31096

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25649
/proc/meminfo: memFree=1577360/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=32692 CPUtime=162.25
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 8462 0 0 0 16220 5 0 0 25 0 1 0 1158461171 33476608 7738 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 8173 7738 114 221 0 7949 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32692

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1575632/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=34460 CPUtime=222.24
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 8883 0 0 0 22217 7 0 0 25 0 1 0 1158461171 35287040 8159 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 8615 8159 114 221 0 8391 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 34460

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1573904/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=36396 CPUtime=282.22
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 9326 0 0 0 28215 7 0 0 25 0 1 0 1158461171 37269504 8602 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 9099 8602 114 221 0 8875 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 36396

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1572048/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=38244 CPUtime=342.2
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 9765 0 0 0 34213 7 0 0 25 0 1 0 1158461171 39161856 9041 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 9561 9041 114 221 0 9337 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 38244

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1570128/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=40148 CPUtime=402.2
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 10250 0 0 0 40212 8 0 0 25 0 1 0 1158461171 41111552 9526 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 10037 9526 114 221 0 9813 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 40148

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1567504/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=43084 CPUtime=462.18
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 10912 0 0 0 46210 8 0 0 25 0 1 0 1158461171 44118016 10188 1992294400 4194304 5102648 548682068768 18446744073709551615 4255083 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 10771 10188 114 221 0 10547 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 43084

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1565904/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=44424 CPUtime=522.16
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11283 0 0 0 52208 8 0 0 25 0 1 0 1158461171 45490176 10559 1992294400 4194304 5102648 548682068768 18446744073709551615 4249970 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11106 10559 114 221 0 10882 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 44424

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1564304/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=46000 CPUtime=582.15
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11680 0 0 0 58206 9 0 0 25 0 1 0 1158461171 47104000 10956 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11500 10956 114 221 0 11276 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 46000

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1564240/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=46000 CPUtime=642.14
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11680 0 0 0 64205 9 0 0 25 0 1 0 1158461171 47104000 10956 1992294400 4194304 5102648 548682068768 18446744073709551615 4254846 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11500 10956 114 221 0 11276 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 46000

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1564240/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=46140 CPUtime=702.12
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11692 0 0 0 70203 9 0 0 25 0 1 0 1158461171 47247360 10968 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11535 10968 114 221 0 11311 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 46140

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1564240/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=46140 CPUtime=762.1
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11695 0 0 0 76201 9 0 0 25 0 1 0 1158461171 47247360 10971 1992294400 4194304 5102648 548682068768 18446744073709551615 4244259 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11535 10971 114 221 0 11311 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 46140

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1564048/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=46352 CPUtime=822.09
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11735 0 0 0 82199 10 0 0 25 0 1 0 1158461171 47464448 11011 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11588 11011 114 221 0 11364 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 46352

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1563984/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=46352 CPUtime=882.08
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11740 0 0 0 88198 10 0 0 25 0 1 0 1158461171 47464448 11016 1992294400 4194304 5102648 548682068768 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11588 11016 114 221 0 11364 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 46352

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1563984/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=46352 CPUtime=942.06
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11744 0 0 0 94196 10 0 0 25 0 1 0 1158461171 47464448 11020 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11588 11020 114 221 0 11364 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 46352

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1563216/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=47216 CPUtime=1002.04
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 11953 0 0 0 100194 10 0 0 25 0 1 0 1158461171 48349184 11229 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11804 11229 114 221 0 11580 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 47216

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1562832/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=47560 CPUtime=1062.03
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 12039 0 0 0 106193 10 0 0 25 0 1 0 1158461171 48701440 11315 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 11890 11315 114 221 0 11666 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 47560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1561360/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=49052 CPUtime=1122.02
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 12408 0 0 0 112191 11 0 0 25 0 1 0 1158461171 50229248 11684 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 12263 11684 114 221 0 12039 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 49052

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1559824/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=50580 CPUtime=1182
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 12790 0 0 0 118189 11 0 0 25 0 1 0 1158461171 51793920 12066 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 12645 12066 114 221 0 12421 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 50580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25649
/proc/meminfo: memFree=1559376/2055920 swapFree=4176772/4192956
[pid=25648] ppid=25646 vsize=50976 CPUtime=1200.1
/proc/25648/stat : 25648 (varsat-industri) R 25646 25648 25358 0 -1 4194304 12890 0 0 0 119999 11 0 0 25 0 1 0 1158461171 52199424 12166 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25648/statm: 12744 12166 114 221 0 12520 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 50976

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.12
CPU user time (s): 1199.99
CPU system time (s): 0.12798
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 50976

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

runsolver used 0.975851 second user time and 2.52662 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-04 17:13:08
IDJOB=1557706
IDBENCH=70843
IDSOLVER=538
FILE ID=node48/1557706-1238857988
PBS_JOBID= 9085876
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 7785f51f4f3cb780b4d123215711f948
RANDOM SEED=811923559

node48.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.236
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.236
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:       1608632 kB
Buffers:         41244 kB
Cached:         340452 kB
SwapCached:      10120 kB
Active:         138360 kB
Inactive:       255812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608632 kB
SwapTotal:     4192956 kB
SwapFree:      4176772 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          17120 kB
Slab:            39072 kB
Committed_AS:  3062816 kB
PageTables:       1376 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= 66544 MiB
End job on node48 at 2009-04-04 17:33:10