Trace number 1559317

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-crafted 2009-03-22? (TO) 1200.07 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.12	c |  Parsing time:         0.11         s                                       |
0.09/0.12	c |  Timeout:              43200 s
0.09/0.12	c |  Random Seed:          954791837.000000
0.09/0.12	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.09/0.12	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.12	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.12	c |                                                                             |
0.69/0.70	c ============================[ Search Statistics ]==============================
0.69/0.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.70	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.70	c ===============================================================================
0.69/0.70	c |         0 |   14187    58766   164215 |    19588        0    nan |  0.000 % |
0.99/1.06	c |       100 |   14160    58766   164215 |    21547       95     41 |  4.230 % |
1.69/1.70	c |       251 |   13879    57167   160155 |    23702      245     52 |  4.230 % |
2.39/2.41	c |       476 |   13879    57167   160155 |    26072      470     47 |  4.230 % |
3.29/3.35	c |       813 |   13879    57167   160155 |    28679      807     48 |  4.230 % |
4.88/4.97	c |      1319 |   13879    57167   160155 |    31547     1313     48 |  4.230 % |
6.78/6.84	c |      2080 |   13879    57167   160155 |    34702     2074     50 |  4.230 % |
10.28/10.37	c |      3219 |   13879    57167   160155 |    38172     3213     49 |  4.230 % |
16.59/16.66	c |      4929 |   13879    57167   160155 |    41990     4923     49 |  4.230 % |
24.98/25.05	c |      7491 |   13879    57167   160155 |    46189     7485     48 |  4.230 % |
39.08/39.12	c |     11335 |   13879    57167   160155 |    50807    11329     47 |  4.230 % |
59.87/59.95	c |     17101 |   13879    57167   160155 |    55888    17095     45 |  4.230 % |
93.16/93.28	c |     25750 |   13879    57167   160155 |    61477    25744     46 |  4.230 % |
145.64/145.76	c |     38724 |   13879    57167   160155 |    67625    38718     44 |  4.230 % |
235.72/235.87	c |     58185 |   13879    57167   160155 |    74387    58179     45 |  4.230 % |
361.48/361.62	c |     87377 |   13879    57167   160155 |    81826    25631     42 |  4.230 % |
573.42/573.64	c |    131166 |   13879    57167   160155 |    90009    69420     43 |  4.230 % |
901.33/901.61	c |    196850 |   13879    57167   160155 |    99010    58437     40 |  4.230 % |

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-1559317-1238882057/watcher-1559317-1238882057 -o /tmp/evaluation-result-1559317-1238882057/solver-1559317-1238882057 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=954791837 HOME/instance-1559317-1238882057.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/73 13075
/proc/meminfo: memFree=1782544/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=4176 CPUtime=0
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 891 0 0 0 0 0 0 0 20 0 1 0 1160869703 4276224 876 1992294400 4194304 5102648 548682068768 18446744073709551615 4269485 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 1089 880 81 221 0 865 0

[startup+0.105681 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 13075
/proc/meminfo: memFree=1782544/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=19024 CPUtime=0.09
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 4242 0 0 0 8 1 0 0 20 0 1 0 1160869703 19480576 4227 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 4756 4227 87 221 0 4532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19024

[startup+0.201688 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 13075
/proc/meminfo: memFree=1782544/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=23436 CPUtime=0.19
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 5304 0 0 0 17 2 0 0 21 0 1 0 1160869703 23998464 5289 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 5859 5289 100 221 0 5635 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23436

[startup+0.301699 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 13075
/proc/meminfo: memFree=1782544/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=27132 CPUtime=0.29
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 6343 0 0 0 27 2 0 0 22 0 1 0 1160869703 27783168 6328 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 6783 6328 100 221 0 6559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27132

[startup+0.701738 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 13075
/proc/meminfo: memFree=1782544/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=33880 CPUtime=0.69
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 7831 0 0 0 66 3 0 0 25 0 1 0 1160869703 34693120 7816 1992294400 4194304 5102648 548682068768 18446744073709551615 4488009 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 8470 7816 100 221 0 8246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33880

[startup+1.50182 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1754184/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=30276 CPUtime=1.49
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 7842 0 0 0 146 3 0 0 25 0 1 0 1160869703 31002624 7122 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 7569 7122 111 221 0 7345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30276

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1753992/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=30276 CPUtime=3.09
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 7842 0 0 0 306 3 0 0 25 0 1 0 1160869703 31002624 7122 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 7569 7122 111 221 0 7345 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30276

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1753992/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=30276 CPUtime=6.28
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 7842 0 0 0 625 3 0 0 25 0 1 0 1160869703 31002624 7122 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 7569 7122 111 221 0 7345 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30276

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1753928/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=30436 CPUtime=12.68
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 7848 0 0 0 1265 3 0 0 25 0 1 0 1160869703 31166464 7128 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 7609 7128 111 221 0 7385 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30436

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1753928/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=30436 CPUtime=25.48
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 7874 0 0 0 2545 3 0 0 25 0 1 0 1160869703 31166464 7154 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 7609 7154 111 221 0 7385 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30436

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1753672/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=30812 CPUtime=51.07
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 7943 0 0 0 5104 3 0 0 25 0 1 0 1160869703 31551488 7223 1992294400 4194304 5102648 548682068768 18446744073709551615 4244361 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 7703 7223 111 221 0 7479 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30812

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1752200/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=32388 CPUtime=102.26
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 8313 0 0 0 10223 3 0 0 25 0 1 0 1160869703 33165312 7593 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 8097 7593 111 221 0 7873 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32388

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1749064/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=35520 CPUtime=162.24
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 9071 0 0 0 16220 4 0 0 25 0 1 0 1160869703 36372480 8351 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 8880 8351 111 221 0 8656 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 35520

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1745352/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=39108 CPUtime=222.22
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 9984 0 0 0 22217 5 0 0 25 0 1 0 1160869703 40046592 9264 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 9777 9264 111 221 0 9553 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39108

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1741960/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=42648 CPUtime=282.21
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 10822 0 0 0 28215 6 0 0 25 0 1 0 1160869703 43671552 10102 1992294400 4194304 5102648 548682068768 18446744073709551615 4249774 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 10662 10102 111 221 0 10438 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 42648

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1740176/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=44300 CPUtime=342.19
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 11253 0 0 0 34213 6 0 0 25 0 1 0 1160869703 45363200 10533 1992294400 4194304 5102648 548682068768 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 11075 10533 111 221 0 10851 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 44300

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13076
/proc/meminfo: memFree=1739664/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=44876 CPUtime=402.17
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 11366 0 0 0 40211 6 0 0 25 0 1 0 1160869703 45953024 10646 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 11219 10646 111 221 0 10995 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 44876

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1739472/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=45020 CPUtime=462.15
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 11411 0 0 0 46208 7 0 0 25 0 1 0 1160869703 46100480 10691 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 11255 10691 111 221 0 11031 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 45020

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1739408/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=45020 CPUtime=522.14
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 11414 0 0 0 52207 7 0 0 25 0 1 0 1160869703 46100480 10694 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 11255 10694 111 221 0 11031 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 45020

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1738512/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=45984 CPUtime=582.12
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 11632 0 0 0 58205 7 0 0 25 0 1 0 1160869703 47087616 10912 1992294400 4194304 5102648 548682068768 18446744073709551615 4249936 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 11496 10912 111 221 0 11272 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 45984

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1738064/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=46672 CPUtime=642.1
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 11793 0 0 0 64203 7 0 0 25 0 1 0 1160869703 47792128 11073 1992294400 4194304 5102648 548682068768 18446744073709551615 4255132 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 11668 11073 111 221 0 11444 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 46672

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1735248/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=49564 CPUtime=702.08
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12436 0 0 0 70200 8 0 0 25 0 1 0 1160869703 50753536 11716 1992294400 4194304 5102648 548682068768 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12391 11716 111 221 0 12167 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 49564

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1735184/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=49564 CPUtime=762.07
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12437 0 0 0 76199 8 0 0 25 0 1 0 1160869703 50753536 11717 1992294400 4194304 5102648 548682068768 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12391 11717 111 221 0 12167 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 49564

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1735184/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=49564 CPUtime=822.05
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12437 0 0 0 82197 8 0 0 25 0 1 0 1160869703 50753536 11717 1992294400 4194304 5102648 548682068768 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12391 11717 111 221 0 12167 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 49564

[startup+882.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1735120/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=49564 CPUtime=882.04
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12438 0 0 0 88196 8 0 0 25 0 1 0 1160869703 50753536 11718 1992294400 4194304 5102648 548682068768 18446744073709551615 4244275 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12391 11718 111 221 0 12167 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 49564

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1735056/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=49564 CPUtime=942.02
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12441 0 0 0 94194 8 0 0 25 0 1 0 1160869703 50753536 11721 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12391 11721 111 221 0 12167 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 49564

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1734736/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=49800 CPUtime=1002
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12512 0 0 0 100192 8 0 0 25 0 1 0 1160869703 50995200 11792 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12450 11792 111 221 0 12226 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 49800

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1734736/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=49948 CPUtime=1061.98
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12527 0 0 0 106190 8 0 0 25 0 1 0 1160869703 51146752 11807 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12487 11807 111 221 0 12263 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 49948

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1734288/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=50212 CPUtime=1121.97
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12628 0 0 0 112189 8 0 0 25 0 1 0 1160869703 51417088 11908 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12553 11908 111 221 0 12329 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 50212

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1733584/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=50872 CPUtime=1181.95
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12788 0 0 0 118187 8 0 0 25 0 1 0 1160869703 52092928 12068 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12718 12068 111 221 0 12494 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 50872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1733584/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=50872 CPUtime=1200.05
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12788 0 0 0 119997 8 0 0 25 0 1 0 1160869703 52092928 12068 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12718 12068 111 221 0 12494 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 50872

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 13082
/proc/meminfo: memFree=1733584/2055920 swapFree=4177488/4192956
[pid=13075] ppid=13073 vsize=50872 CPUtime=1200.05
/proc/13075/stat : 13075 (varsat-crafted_) R 13073 13075 12760 0 -1 4194304 12788 0 0 0 119997 8 0 0 25 0 1 0 1160869703 52092928 12068 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/13075/statm: 12718 12068 111 221 0 12494 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 50872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1199.97
CPU system time (s): 0.093985
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 50872

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

runsolver used 1.25481 second user time and 3.12652 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-04 23:54:18
IDJOB=1559317
IDBENCH=70874
IDSOLVER=537
FILE ID=node84/1559317-1238882057
PBS_JOBID= 9085994
Free space on /tmp= 66524 MiB

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

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

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED=954791837

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1782960 kB
Buffers:         29396 kB
Cached:         185136 kB
SwapCached:       6944 kB
Active:          72388 kB
Inactive:       151204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782960 kB
SwapTotal:     4192956 kB
SwapFree:      4177488 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          14640 kB
Slab:            34404 kB
Committed_AS:  3222788 kB
PageTables:       1980 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= 66520 MiB
End job on node84 at 2009-04-05 00:14:20