Trace number 338932

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 RANDOM? (TO) 1200.13 1200.52

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_6-6-10.sat05-2670.reshuffled-07.cnf
MD5SUM080b0eee741469a320509f7827afc538
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.418
Satisfiable
(Un)Satisfiability was proved
Number of variables131400
Number of clauses1827900
Sum of the clauses size4134930
Maximum clause length60
Minimum clause length1
Number of clauses of size 1120
Number of clauses of size 21403970
Number of clauses of size 3419490
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54320

Solver Data (download as text)

101.73/101.84	c run March_dl for 5 seconds ... 
101.73/101.84	c Bin: Executing march_dl
101.73/101.84	c child exit by a signal
101.73/101.84	c march_dl returned code 137.
101.73/101.84	c run saps (UBCSAT implementation) for 2 seconds ... 
101.73/101.84	c Bin: Executing ubcsat2006
101.73/101.84	c child exited successfully
101.73/101.84	c ubcsat2006 returned code 0.
101.73/101.84	c satzilla computing base features
101.73/101.84	c satzilla doing unit-prop probe
101.73/101.84	c satzilla doing local search probe
101.73/101.84	c satzilla doing lobjois search-space size estimate
101.73/101.84	c satzilla's ranking:
101.73/101.84	c 1) march_dl: -117810.023336
101.73/101.84	c 2) minisat20+P: 444.185325
101.73/101.84	c 3) kcnfs+P: 999.000000
101.73/101.84	c 4) march_dl+P: 999.000000
101.73/101.84	c 5) vallst+P: 999.000000
101.73/101.84	c 6) zchaff_rand+P: 999.000000
101.73/101.84	c 7) vallst: 999.000000
101.73/101.84	c 8) zchaff_rand: 999.000000
101.73/101.84	c 9) minisat20: 999.000000
101.73/101.84	c 10) kcnfs: 1403.859584
101.73/101.84	c satzilla running march_dl ... 
1199.58/1200.10	c Bin: Executing march_dl
1199.58/1200.10	c child exit by a signal
1199.58/1200.10	c march_dl returned code 137.
1199.58/1200.10	c march_dl returned code 137.
1199.58/1200.10	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/node65/watcher-338932-1173695144 -o ROOT/results/node65/solver-338932-1173695144 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338932-1173695144/SATzilla2007_R /tmp/evaluation/338932-1173695144/instance-338932-1173695144.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.91 1.84 1.45 3/64 4772
/proc/meminfo: memFree=1756816/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=0
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 389472479 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 360 110 95 260 0 84 0
[pid=4773] ppid=4772 vsize=8296 CPUtime=0
/proc/4773/stat : 4773 (march_dl) R 4772 4772 4651 0 -1 4194304 800 0 0 0 0 0 0 0 19 0 1 0 389472479 8495104 795 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4773/statm: 2074 803 49 118 0 1953 0

[startup+0.0570891 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 4772
/proc/meminfo: memFree=1756816/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=0
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 389472479 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 360 110 95 260 0 84 0
[pid=4773] ppid=4772 vsize=23396 CPUtime=0.04
/proc/4773/stat : 4773 (march_dl) R 4772 4772 4651 0 -1 4194304 3874 0 0 0 3 1 0 0 19 0 1 0 389472479 23957504 3869 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4773/statm: 5849 3869 50 118 0 5728 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24836

[startup+0.101095 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 4772
/proc/meminfo: memFree=1756816/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=0
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 389472479 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 360 110 95 260 0 84 0
[pid=4773] ppid=4772 vsize=23924 CPUtime=0.09
/proc/4773/stat : 4773 (march_dl) R 4772 4772 4651 0 -1 4194304 4047 0 0 0 7 2 0 0 19 0 1 0 389472479 24498176 4042 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4773/statm: 5981 4042 50 118 0 5860 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25364

[startup+0.301128 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 4772
/proc/meminfo: memFree=1756816/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=0
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 389472479 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 360 110 95 260 0 84 0
[pid=4773] ppid=4772 vsize=26432 CPUtime=0.29
/proc/4773/stat : 4773 (march_dl) R 4772 4772 4651 0 -1 4194304 4838 0 0 0 27 2 0 0 20 0 1 0 389472479 27066368 4833 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4773/statm: 6608 4833 50 118 0 6487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27872

[startup+0.701194 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 4772
/proc/meminfo: memFree=1756816/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=0
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 389472479 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 360 110 95 260 0 84 0
[pid=4773] ppid=4772 vsize=31580 CPUtime=0.69
/proc/4773/stat : 4773 (march_dl) R 4772 4772 4651 0 -1 4194304 6423 0 0 0 66 3 0 0 24 0 1 0 389472479 32337920 6418 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4773/statm: 7895 6418 50 118 0 7774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33020

[startup+1.50232 s]
/proc/loadavg: 1.84 1.82 1.44 2/66 4774
/proc/meminfo: memFree=1726400/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=0
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 389472479 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 360 110 95 260 0 84 0
[pid=4773] ppid=4772 vsize=41744 CPUtime=1.49
/proc/4773/stat : 4773 (march_dl) R 4772 4772 4651 0 -1 4194304 9595 0 0 0 143 6 0 0 25 0 1 0 389472479 42745856 9590 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134724545 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4773/statm: 10436 9590 50 118 0 10315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43184

[startup+3.10159 s]
/proc/loadavg: 1.84 1.82 1.44 2/66 4774
/proc/meminfo: memFree=1708800/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=0
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 389472479 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 360 110 95 260 0 84 0
[pid=4773] ppid=4772 vsize=113668 CPUtime=3.09
/proc/4773/stat : 4773 (march_dl) R 4772 4772 4651 0 -1 4194304 21080 0 0 0 297 12 0 0 25 0 1 0 389472479 116396032 21073 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542421 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4773/statm: 28417 21073 52 118 0 28296 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115108

[startup+6.30211 s]
/proc/loadavg: 1.84 1.82 1.44 2/66 4775
/proc/meminfo: memFree=1751040/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=1440 CPUtime=5
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 135 22282 0 0 0 0 486 14 16 0 1 0 389472479 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4772/statm: 360 111 96 260 0 84 0
[pid=4775] ppid=4772 vsize=32780 CPUtime=1.27
/proc/4775/stat : 4775 (ubcsat2006) R 4772 4772 4651 0 -1 4194304 4620 0 0 0 124 3 0 0 25 0 1 0 389472980 33566720 4604 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134723458 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4775/statm: 8195 4604 141 64 0 7776 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 34220

[startup+12.7012 s]
/proc/loadavg: 1.71 1.80 1.44 2/65 4775
/proc/meminfo: memFree=1718024/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=64460 CPUtime=12.67
/proc/4772/stat : 4772 (SATzilla2007_R) R 4770 4772 4651 0 -1 4194304 13636 45255 0 0 251 7 982 27 25 0 1 0 389472479 66007040 13606 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/4772/statm: 16115 13606 114 260 0 15839 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64460

[startup+25.5013 s]
/proc/loadavg: 1.60 1.77 1.43 2/65 4775
/proc/meminfo: memFree=1619592/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=140836 CPUtime=25.46
/proc/4772/stat : 4772 (SATzilla2007_R) R 4770 4772 4651 0 -1 4194304 34416 45255 0 0 1519 18 982 27 25 0 1 0 389472479 144216064 34385 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/4772/statm: 35209 34385 121 260 0 34933 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 140836

[startup+51.1015 s]
/proc/loadavg: 1.40 1.71 1.42 2/65 4775
/proc/meminfo: memFree=1618248/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=140836 CPUtime=51.05
/proc/4772/stat : 4772 (SATzilla2007_R) R 4770 4772 4651 0 -1 4194304 34811 45255 0 0 4075 21 982 27 25 0 1 0 389472479 144216064 34780 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/4772/statm: 35209 34780 121 260 0 34933 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 140836

[startup+102.307 s]
/proc/loadavg: 1.16 1.58 1.40 2/66 4776
/proc/meminfo: memFree=1653760/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=28808 CPUtime=0.45
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 5563 0 0 0 42 3 0 0 21 0 1 0 389482663 29499392 5558 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 7202 5558 50 118 0 7081 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 113320

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.37 2/66 4776
/proc/meminfo: memFree=1511040/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=194048 CPUtime=60.43
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 143989 0 0 0 5976 67 0 0 25 0 1 0 389482663 198705152 40663 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 48512 40663 67 118 0 48391 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 278560

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.34 3/66 4776
/proc/meminfo: memFree=1451584/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=258964 CPUtime=120.41
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 162532 0 0 0 11927 114 0 0 25 0 1 0 389482663 265179136 55449 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 64741 55449 73 118 0 64620 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 343476

[startup+282.301 s]
/proc/loadavg: 1.00 1.31 1.32 2/66 4776
/proc/meminfo: memFree=1369280/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=431180 CPUtime=180.39
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 290893 0 0 0 17866 173 0 0 25 0 1 0 389482663 441528320 76028 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 107795 76028 75 118 0 107674 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 515692

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.30 2/66 4776
/proc/meminfo: memFree=1351872/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=453680 CPUtime=240.37
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 295257 0 0 0 23861 176 0 0 25 0 1 0 389482663 464568320 80392 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 113420 80392 75 118 0 113299 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 538192

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.27 2/66 4776
/proc/meminfo: memFree=1307392/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0

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

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 4776
/proc/meminfo: memFree=1249216/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=576188 CPUtime=420.32
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 320925 0 0 0 41843 189 0 0 25 0 1 0 389482663 590016512 106060 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 144047 106060 75 118 0 143926 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 660700

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 4776
/proc/meminfo: memFree=1218176/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=602440 CPUtime=480.3
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 328709 0 0 0 47837 193 0 0 25 0 1 0 389482663 616898560 113844 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 150610 113844 75 118 0 150489 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 686952

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 4776
/proc/meminfo: memFree=1207040/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=612396 CPUtime=540.27
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331381 0 0 0 53833 194 0 0 25 0 1 0 389482663 627093504 116516 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153099 116516 75 118 0 152978 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 696908

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 4776
/proc/meminfo: memFree=1206784/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=612660 CPUtime=600.26
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331460 0 0 0 59831 195 0 0 25 0 1 0 389482663 627363840 116595 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153165 116595 75 118 0 153044 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 697172

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 4776
/proc/meminfo: memFree=1206400/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613056 CPUtime=660.24
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331551 0 0 0 65829 195 0 0 25 0 1 0 389482663 627769344 116686 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153264 116686 75 118 0 153143 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 697568

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 4776
/proc/meminfo: memFree=1206144/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613188 CPUtime=720.22
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331599 0 0 0 71827 195 0 0 25 0 1 0 389482663 627904512 116734 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153297 116734 75 118 0 153176 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 697700

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 4776
/proc/meminfo: memFree=1206080/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613188 CPUtime=780.2
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331610 0 0 0 77825 195 0 0 25 0 1 0 389482663 627904512 116745 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153297 116745 75 118 0 153176 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 697700

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 4776
/proc/meminfo: memFree=1206144/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613320 CPUtime=840.17
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331620 0 0 0 83822 195 0 0 25 0 1 0 389482663 628039680 116755 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153330 116755 75 118 0 153209 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 697832

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 4778
/proc/meminfo: memFree=1205880/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613320 CPUtime=900.16
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331623 0 0 0 89820 196 0 0 25 0 1 0 389482663 628039680 116758 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153330 116758 75 118 0 153209 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 697832

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 4778
/proc/meminfo: memFree=1205888/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613320 CPUtime=960.14
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331632 0 0 0 95818 196 0 0 25 0 1 0 389482663 628039680 116767 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134568111 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153330 116767 75 118 0 153209 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 697832

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 4778
/proc/meminfo: memFree=1205888/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613320 CPUtime=1020.12
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331632 0 0 0 101816 196 0 0 25 0 1 0 389482663 628039680 116767 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153330 116767 75 118 0 153209 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 697832

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 4778
/proc/meminfo: memFree=1205952/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=84512 CPUtime=101.78
/proc/4772/stat : 4772 (SATzilla2007_R) S 4770 4772 4651 0 -1 4194304 85388 45255 0 0 9118 51 982 27 25 0 1 0 389472479 86540288 20818 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4772/statm: 21128 20818 157 260 0 20852 0
[pid=4776] ppid=4772 vsize=613320 CPUtime=1080.1
/proc/4776/stat : 4776 (march_dl) R 4772 4772 4651 0 -1 4194304 331637 0 0 0 107814 196 0 0 25 0 1 0 389482663 628039680 116772 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4776/statm: 153330 116772 75 118 0 153209 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 697832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 4778
/proc/meminfo: memFree=1661000/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=97452 CPUtime=1200.1
/proc/4772/stat : 4772 (SATzilla2007_R) R 4770 4772 4651 0 -1 4194304 89125 376892 0 0 9157 53 110569 231 21 0 1 0 389472479 99790848 24041 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135166369 0 0 4096 0 0 0 0 17 1 0 0
/proc/4772/statm: 24363 24041 157 260 0 24087 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 97452

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 4778
/proc/meminfo: memFree=1661000/2055920 swapFree=4176700/4192956
[pid=4772] ppid=4770 vsize=97452 CPUtime=1200.1
/proc/4772/stat : 4772 (SATzilla2007_R) R 4770 4772 4651 0 -1 4194304 89125 376892 0 0 9157 53 110569 231 21 0 1 0 389472479 99790848 24041 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135166369 0 0 4096 0 0 0 0 17 1 0 0
/proc/4772/statm: 24363 24041 157 260 0 24087 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 97452

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.13
CPU user time (s): 1197.27
CPU system time (s): 2.86556
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 697832

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

runsolver used 1.16682 second user time and 2.68159 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Mar 12 10:25:49 UTC 2007

IDJOB= 338932
IDBENCH= 24734
IDSOLVER= 134
FILE ID= node65/338932-1173695144

PBS_JOBID= 4101747

Free space on /tmp= 66494 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/sgp_6-6-10.sat05-2670.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338932-1173695144/SATzilla2007_R /tmp/evaluation/338932-1173695144/instance-338932-1173695144.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-338932-1173695144 -o ROOT/results/node65/solver-338932-1173695144 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338932-1173695144/SATzilla2007_R /tmp/evaluation/338932-1173695144/instance-338932-1173695144.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  080b0eee741469a320509f7827afc538

RANDOM SEED= 765011862

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:       1757296 kB
Buffers:         30060 kB
Cached:         212904 kB
SwapCached:      10540 kB
Active:         128720 kB
Inactive:       130816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757296 kB
SwapTotal:     4192956 kB
SwapFree:      4176700 kB
Dirty:           38928 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            25132 kB
Committed_AS:   825604 kB
PageTables:       1456 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= 66494 MiB

End job on node65 on Mon Mar 12 10:45:52 UTC 2007