Trace number 334398

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, and are wall clock time (not CPU 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
SATzilla FULL? (TO) 1200.08 1200.43

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
Bench CategoryCRAFTED (crafted 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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data (download as text)

80.53/80.63	c run March_dl for 5 seconds ... 
80.53/80.63	c Bin: Executing march_dl
80.53/80.63	c child exit by a signal
80.53/80.63	c march_dl returned code 137.
80.53/80.63	c run saps for 2 seconds ... 
80.53/80.63	c Bin: Executing ubcsat2006
80.53/80.63	c child exited successfully
80.53/80.63	c ubcsat2006 returned code 0.
80.53/80.63	c satzilla computing base features
80.53/80.63	Error!!! VCG-VAR-entropy
80.53/80.63	Satzilla is runing default solver ... 
80.53/80.63	 c satzilla running minisat20 ... 
80.53/80.64	This is MiniSat 2.0 beta
80.53/80.64	WARNING: for repeatability, setting FPU to use double precision
80.53/80.64	============================[ Problem Statistics ]=============================
80.53/80.64	|                                                                             |
80.53/80.64	|  Number of variables:  166463                                               |
80.53/80.64	|  Number of clauses:    1654558                                              |
82.62/82.79	|  Parsing time:         2.02         s                                       |
82.82/82.98	============================[ Search Statistics ]==============================
82.82/82.98	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.82/82.98	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.82/82.98	===============================================================================
82.82/82.98	|         0 |  165308  1646490  7408888 |   548830        0    nan |  0.000 % |
83.22/83.34	|       100 |  165302  1646490  7408888 |   603713       94      9 |  0.697 % |
83.43/83.56	|       250 |  165302  1646490  7408888 |   664084      244     12 |  0.697 % |
83.72/83.82	|       476 |  165301  1646490  7408888 |   730492      469     16 |  0.698 % |
84.22/84.33	|       813 |  165300  1646490  7408888 |   803542      805     19 |  0.699 % |
89.72/89.88	|      1319 |  165300  1646490  7408888 |   883896     1311     51 |  0.699 % |
101.71/101.84	|      2079 |  165296  1646490  7408888 |   972285     2070     77 |  0.701 % |
105.52/105.67	|      3218 |  165296  1646490  7408888 |  1069514     3209     87 |  0.701 % |
120.42/120.51	|      4926 |  165296  1645230  7405519 |  1176465     4911     77 |  0.701 % |
132.41/132.59	|      7489 |  165296  1645230  7405519 |  1294112     7474     76 |  0.701 % |
291.77/291.94	|     11333 |  165296  1645230  7405519 |  1423523    11318    141 |  0.701 % |
570.29/570.50	|     17099 |  165294  1642931  7394030 |  1565876    17082    197 |  0.702 % |
1199.33/1199.77	c Bin: Executing minisat20
1199.33/1199.77	c child exit by a signal
1199.33/1199.77	c minisat20 returned code 137.
1199.33/1199.77	c minisat20 returned code 137.
1199.33/1199.77	c satzilla running eureka ... 
1199.33/1199.77	c Bin: Executing eureka
1199.33/1199.77	c eureka returned code 1.
1199.33/1199.77	c eureka returned code 1.
1199.33/1199.77	c satzilla running rsat ... 
1199.33/1199.77	c Bin: Executing rsat
1199.33/1199.77	c rsat returned code 1.
1199.33/1199.77	c rsat returned code 1.
1199.33/1199.77	c satzilla running zchaff_rand ... 
1199.33/1199.77	c Bin: Executing zchaff_rand
1199.33/1199.77	c zchaff_rand returned code 1.
1199.33/1199.77	c zchaff_rand returned code 1.
1199.33/1199.77	c satzilla running vallst ... 
1199.33/1199.77	c Bin: Executing vallst
1199.33/1199.77	c vallst returned code 1.
1199.33/1199.77	c vallst returned code 1.
1199.33/1199.77	c satzilla running march_dl ... 
1199.33/1199.77	c Bin: Executing march_dl
1199.33/1199.77	c march_dl returned code 1.
1199.33/1199.77	c march_dl returned code 1.
1199.33/1199.77	c satzilla running kcnfs ... 
1199.33/1199.77	c Bin: Executing kcnfs
1199.33/1199.77	c kcnfs returned code 1.
1199.33/1199.77	c kcnfs returned code 1.
1199.33/1199.77	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node3/watcher-334398-1173569596 -o ROOT/results/node3/solver-334398-1173569596 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334398-1173569596/SATzilla2007_F /tmp/evaluation/334398-1173569596/instance-334398-1173569596.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): 2400 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.01 1.00 3/77 32587
/proc/meminfo: memFree=1461536/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=0
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32588] ppid=32587 vsize=7752 CPUtime=0
/proc/32588/stat : 32588 (march_dl) R 32587 32587 31471 0 -1 4194304 836 0 0 0 0 0 0 0 19 0 1 0 376915303 7938048 831 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549394 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32588/statm: 1938 838 49 118 0 1817 0

[startup+0.036714 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 32587
/proc/meminfo: memFree=1461536/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=0
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32588] ppid=32587 vsize=23928 CPUtime=0.02
/proc/32588/stat : 32588 (march_dl) R 32587 32587 31471 0 -1 4194304 3857 0 0 0 1 1 0 0 19 0 1 0 376915303 24502272 3851 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549763 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32588/statm: 5982 3858 49 118 0 5861 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25440

[startup+0.102721 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 32587
/proc/meminfo: memFree=1461536/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=0
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32588] ppid=32587 vsize=24588 CPUtime=0.09
/proc/32588/stat : 32588 (march_dl) R 32587 32587 31471 0 -1 4194304 4313 0 0 0 7 2 0 0 19 0 1 0 376915303 25178112 4307 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32588/statm: 6147 4307 50 118 0 6026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26100

[startup+0.301737 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 32587
/proc/meminfo: memFree=1461536/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=0
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32588] ppid=32587 vsize=26568 CPUtime=0.29
/proc/32588/stat : 32588 (march_dl) R 32587 32587 31471 0 -1 4194304 4917 0 0 0 27 2 0 0 21 0 1 0 376915303 27205632 4911 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32588/statm: 6642 4911 50 118 0 6521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28080

[startup+0.702769 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 32587
/proc/meminfo: memFree=1461536/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=0
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32588] ppid=32587 vsize=30792 CPUtime=0.69
/proc/32588/stat : 32588 (march_dl) R 32587 32587 31471 0 -1 4194304 6137 0 0 0 65 4 0 0 25 0 1 0 376915303 31531008 6131 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134778382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32588/statm: 7698 6131 50 118 0 7577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32304

[startup+1.50283 s]
/proc/loadavg: 1.11 1.03 1.01 2/79 32589
/proc/meminfo: memFree=1435024/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=0
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32588] ppid=32587 vsize=39108 CPUtime=1.48
/proc/32588/stat : 32588 (march_dl) R 32587 32587 31471 0 -1 4194304 8612 0 0 0 142 6 0 0 25 0 1 0 376915303 40046592 8606 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32588/statm: 9777 8606 50 118 0 9656 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40620

[startup+3.10197 s]
/proc/loadavg: 1.11 1.03 1.01 2/79 32589
/proc/meminfo: memFree=1421520/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=0
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32588] ppid=32587 vsize=55740 CPUtime=3.08
/proc/32588/stat : 32588 (march_dl) R 32587 32587 31471 0 -1 4194304 13503 0 0 0 298 10 0 0 25 0 1 0 376915303 57077760 13497 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32588/statm: 13935 13497 50 118 0 13814 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 57252

[startup+6.30123 s]
/proc/loadavg: 1.10 1.03 1.00 2/79 32590
/proc/meminfo: memFree=1458512/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=1512 CPUtime=5
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 149 26767 0 0 0 0 483 17 18 0 1 0 376915303 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32587/statm: 378 125 110 260 0 84 0
[pid=32590] ppid=32587 vsize=31420 CPUtime=1.26
/proc/32590/stat : 32590 (ubcsat2006) R 32587 32587 31471 0 -1 4194304 3980 0 0 0 125 1 0 0 25 0 1 0 376915806 32174080 3963 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32590/statm: 7855 3963 141 64 0 7436 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32932

[startup+12.7018 s]
/proc/loadavg: 1.09 1.03 1.00 2/78 32590
/proc/meminfo: memFree=1457432/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=37324 CPUtime=12.67
/proc/32587/stat : 32587 (SATzilla2007_F) R 32585 32587 31471 0 -1 4194304 4621 55227 0 0 69 2 1163 33 25 0 1 0 376915303 38219776 4590 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135223229 0 0 4096 0 0 0 0 17 1 0 0
/proc/32587/statm: 9331 4590 128 260 0 9037 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37324

[startup+25.5018 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 32590
/proc/meminfo: memFree=1296536/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=174928 CPUtime=25.45
/proc/32587/stat : 32587 (SATzilla2007_F) R 32585 32587 31471 0 -1 4194304 41762 55227 0 0 1327 22 1163 33 25 0 1 0 376915303 179126272 41730 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/32587/statm: 43732 41730 135 260 0 43438 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 174928

[startup+51.1019 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 32590
/proc/meminfo: memFree=1295832/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=174928 CPUtime=51.04
/proc/32587/stat : 32587 (SATzilla2007_F) R 32585 32587 31471 0 -1 4194304 41947 55227 0 0 3883 25 1163 33 25 0 1 0 376915303 179126272 41915 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/32587/statm: 43732 41915 135 260 0 43438 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 174928

[startup+102.305 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 32591
/proc/meminfo: memFree=1251600/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=101752 CPUtime=21.65
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 24009 0 0 0 2150 15 0 0 25 0 1 0 376923366 104194048 23921 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 25438 23921 59 118 0 25316 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 222852

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 32591
/proc/meminfo: memFree=1246736/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=106524 CPUtime=81.63
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 25224 0 0 0 8145 18 0 0 25 0 1 0 376923366 109080576 25136 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527437 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 26631 25136 59 118 0 26509 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 227624

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 32591
/proc/meminfo: memFree=1244752/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=108376 CPUtime=141.61
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 25688 0 0 0 14142 19 0 0 25 0 1 0 376923366 110977024 25600 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 27094 25600 59 118 0 26972 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 229476

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32591
/proc/meminfo: memFree=1243344/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=109924 CPUtime=201.6
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 26053 0 0 0 20140 20 0 0 25 0 1 0 376923366 112562176 25965 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 27481 25965 59 118 0 27359 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 231024

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32591
/proc/meminfo: memFree=1241488/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=111792 CPUtime=261.58
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 26514 0 0 0 26137 21 0 0 25 0 1 0 376923366 114475008 26426 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 27948 26426 59 118 0 27826 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 232892

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32591
/proc/meminfo: memFree=1239888/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0

################
# More data... #
################

[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=114828 CPUtime=381.56
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 27286 0 0 0 38133 23 0 0 25 0 1 0 376923366 117583872 27198 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527480 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 28707 27198 59 118 0 28585 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 235928

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32593
/proc/meminfo: memFree=1237008/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=116280 CPUtime=441.53
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 27650 0 0 0 44130 23 0 0 25 0 1 0 376923366 119070720 27562 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 29070 27562 59 118 0 28948 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 237380

[startup+582.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 32593
/proc/meminfo: memFree=1234576/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=118536 CPUtime=501.53
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 28230 0 0 0 50128 25 0 0 25 0 1 0 376923366 121380864 28142 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 29634 28142 59 118 0 29512 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 239636

[startup+642.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 32593
/proc/meminfo: memFree=1233680/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=119460 CPUtime=561.51
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 28459 0 0 0 56126 25 0 0 25 0 1 0 376923366 122327040 28371 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 29865 28371 59 118 0 29743 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 240560

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32593
/proc/meminfo: memFree=1232720/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=120544 CPUtime=621.49
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 28695 0 0 0 62123 26 0 0 25 0 1 0 376923366 123437056 28607 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 30136 28607 59 118 0 30014 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 241644

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32593
/proc/meminfo: memFree=1231632/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=121600 CPUtime=681.48
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 28960 0 0 0 68121 27 0 0 25 0 1 0 376923366 124518400 28872 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527480 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 30400 28872 59 118 0 30278 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 242700

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32593
/proc/meminfo: memFree=1230800/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=122392 CPUtime=741.46
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 29174 0 0 0 74119 27 0 0 25 0 1 0 376923366 125329408 29086 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 30598 29086 59 118 0 30476 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 243492

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32593
/proc/meminfo: memFree=1229904/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=123316 CPUtime=801.45
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 29398 0 0 0 80117 28 0 0 25 0 1 0 376923366 126275584 29310 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 30829 29310 59 118 0 30707 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 244416

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32593
/proc/meminfo: memFree=1229008/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=124240 CPUtime=861.43
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 29622 0 0 0 86115 28 0 0 25 0 1 0 376923366 127221760 29534 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 31060 29534 59 118 0 30938 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 245340

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32593
/proc/meminfo: memFree=1228240/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=125032 CPUtime=921.42
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 29822 0 0 0 92113 29 0 0 25 0 1 0 376923366 128032768 29734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527454 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 31258 29734 59 118 0 31136 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 246132

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 32593
/proc/meminfo: memFree=1227472/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=125824 CPUtime=981.4
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 30020 0 0 0 98110 30 0 0 25 0 1 0 376923366 128843776 29932 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 31456 29932 59 118 0 31334 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 246924

[startup+1122.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/79 32593
/proc/meminfo: memFree=1226576/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=126616 CPUtime=1041.38
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 30228 0 0 0 104108 30 0 0 25 0 1 0 376923366 129654784 30140 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 31654 30140 59 118 0 31532 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 247716

[startup+1182.3 s]
/proc/loadavg: 1.18 1.06 1.01 2/79 32593
/proc/meminfo: memFree=1225616/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=121100 CPUtime=80.57
/proc/32587/stat : 32587 (SATzilla2007_F) S 32585 32587 31471 0 -1 4194304 52291 55227 0 0 6828 33 1163 33 25 0 1 0 376915303 124006400 29059 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32587/statm: 30275 29059 140 260 0 29981 0
[pid=32591] ppid=32587 vsize=127540 CPUtime=1101.37
/proc/32591/stat : 32591 (minisat20) R 32587 32587 31471 0 -1 4194304 30472 0 0 0 110106 31 0 0 25 0 1 0 376923366 130600960 30384 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32591/statm: 31885 30384 59 118 0 31763 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 248640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.13 1.06 1.01 2/78 32593
/proc/meminfo: memFree=1333592/2055920 swapFree=4158660/4192956
[pid=32587] ppid=32585 vsize=134836 CPUtime=1200.04
/proc/32587/stat : 32587 (SATzilla2007_F) R 32585 32587 31471 0 -1 4194304 55774 85765 0 0 6888 35 113015 66 23 0 1 0 376915303 138072064 32512 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/32587/statm: 33709 32512 147 260 0 33415 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 134836

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.43
CPU time (s): 1200.08
CPU user time (s): 1199.04
CPU system time (s): 1.04084
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 248904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.04
system time used= 1.04084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141540
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= 28
involuntary context switches= 3579

runsolver used 1.24081 second user time and 3.13652 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Mar 10 23:33:24 UTC 2007

IDJOB= 334398
IDBENCH= 24626
IDSOLVER= 136
FILE ID= node3/334398-1173569596

PBS_JOBID= 4101190

Free space on /tmp= 66457 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334398-1173569596/SATzilla2007_F /tmp/evaluation/334398-1173569596/instance-334398-1173569596.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-334398-1173569596 -o ROOT/results/node3/solver-334398-1173569596 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334398-1173569596/SATzilla2007_F /tmp/evaluation/334398-1173569596/instance-334398-1173569596.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  19fdeefb726e073f5c825136ceaf9e1b

RANDOM SEED= 177983439

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.241
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.241
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:       1461880 kB
Buffers:         50268 kB
Cached:         451384 kB
SwapCached:       2568 kB
Active:         303948 kB
Inactive:       220832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461880 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:           63140 kB
Writeback:           0 kB
Mapped:          30844 kB
Slab:            54804 kB
Committed_AS:  1531328 kB
PageTables:       1656 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= 66457 MiB

End job on node3 on Sat Mar 10 23:53:27 UTC 2007