Trace number 332970

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 FULLUNSAT 435.902 436.084

General information on the benchmark

Namecrafted/Medium/contest05/others/
gensys-ukn002.sat05-2744.reshuffled-07.cnf
MD5SUMa2019e53d39465096d989c5106a4e0ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.1819
Satisfiable
(Un)Satisfiability was proved
Number of variables1697
Number of clauses8961
Sum of the clauses size79749
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2259
Number of clauses of size 31190
Number of clauses of size 4136
Number of clauses of size 5906
Number of clauses of size over 56443

Solver Data (download as text)

12.67/12.75	c run March_dl for 5 seconds ... 
12.67/12.75	c Bin: Executing march_dl
12.67/12.75	c child exit by a signal
12.67/12.75	c march_dl returned code 137.
12.67/12.75	c run saps for 2 seconds ... 
12.67/12.75	c Bin: Executing ubcsat2006
12.67/12.75	c child exited successfully
12.67/12.75	c ubcsat2006 returned code 0.
12.67/12.75	c satzilla computing base features
12.67/12.75	c satzilla doing unit-prop probe
12.67/12.75	c satzilla doing local search probe
12.67/12.75	c satzilla doing lobjois search-space size estimate
12.67/12.75	c satzilla's ranking:
12.67/12.75	c 1) vallst: 1.780711
12.67/12.75	c 2) minisat20: 1.877611
12.67/12.75	c 3) zchaff_rand: 2.657746
12.67/12.75	c 4) march_dl: 2.694779
12.67/12.75	c 5) eureka: 3.179089
12.67/12.75	c 6) kcnfs: 5.347058
12.67/12.75	c 7) kcnfs+P: 999.000000
12.67/12.75	c 8) march_dl+P: 999.000000
12.67/12.75	c 9) vallst+P: 999.000000
12.67/12.75	c 10) zchaff_rand+P: 999.000000
12.67/12.75	c 11) rsat+P: 999.000000
12.67/12.75	c 12) eureka+P: 999.000000
12.67/12.75	c 13) minisat20+P: 999.000000
12.67/12.75	c 14) rsat: 999.000000
12.67/12.75	c satzilla running vallst ... 
435.79/436.08	c Bin: Executing vallst
435.79/436.08	c child exited successfully
435.79/436.08	c vallst returned code 20.
435.79/436.08	s UNSATISFIABLE
435.79/436.08	c SATZILLA_TIME=435.960000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-332970-1173498232 -o ROOT/results/node15/solver-332970-1173498232 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332970-1173498232/SATzilla2007_F /tmp/evaluation/332970-1173498232/instance-332970-1173498232.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: 0.99 0.98 0.99 3/77 16700
/proc/meminfo: memFree=1555592/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=0
/proc/16700/stat : 16700 (SATzilla2007_F) R 16698 16700 15467 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16701] ppid=16700 vsize=768 CPUtime=0
/proc/16701/stat : 16701 (march_dl) R 16700 16700 15467 0 -1 4194304 112 0 0 0 0 0 0 0 18 0 1 0 369777612 786432 106 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16701/statm: 192 107 50 118 0 71 0

[startup+0.0162449 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 16700
/proc/meminfo: memFree=1555592/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=0
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16701] ppid=16700 vsize=900 CPUtime=0.01
/proc/16701/stat : 16701 (march_dl) R 16700 16700 15467 0 -1 4194304 151 0 0 0 1 0 0 0 18 0 1 0 369777612 921600 145 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16701/statm: 225 145 50 118 0 104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.101262 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 16700
/proc/meminfo: memFree=1555592/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=0
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16701] ppid=16700 vsize=2332 CPUtime=0.09
/proc/16701/stat : 16701 (march_dl) R 16700 16700 15467 0 -1 4194304 1792 0 0 0 9 0 0 0 19 0 1 0 369777612 2387968 483 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542429 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16701/statm: 583 483 63 118 0 462 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3844

[startup+0.301293 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 16700
/proc/meminfo: memFree=1555592/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=0
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16701] ppid=16700 vsize=4416 CPUtime=0.29
/proc/16701/stat : 16701 (march_dl) R 16700 16700 15467 0 -1 4194304 2363 0 0 0 29 0 0 0 21 0 1 0 369777612 4521984 732 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16701/statm: 1104 732 67 118 0 983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5928

[startup+0.701361 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 16700
/proc/meminfo: memFree=1555592/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=0
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16701] ppid=16700 vsize=4548 CPUtime=0.69
/proc/16701/stat : 16701 (march_dl) R 16700 16700 15467 0 -1 4194304 2393 0 0 0 69 0 0 0 25 0 1 0 369777612 4657152 762 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16701/statm: 1137 762 67 118 0 1016 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6060

[startup+1.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16702
/proc/meminfo: memFree=1549368/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=0
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16701] ppid=16700 vsize=6808 CPUtime=1.48
/proc/16701/stat : 16701 (march_dl) R 16700 16700 15467 0 -1 4194304 3419 0 0 0 135 13 0 0 25 0 1 0 369777612 6971392 1571 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16701/statm: 1702 1571 72 118 0 1581 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8320

[startup+3.10177 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16702
/proc/meminfo: memFree=1549624/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=0
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16701] ppid=16700 vsize=6632 CPUtime=3.09
/proc/16701/stat : 16701 (march_dl) R 16700 16700 15467 0 -1 4194304 3936 0 0 0 290 19 0 0 25 0 1 0 369777612 6791168 1487 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527002 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16701/statm: 1658 1487 74 118 0 1537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8144

[startup+6.30132 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16703
/proc/meminfo: memFree=1553848/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=1512 CPUtime=4.99
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 149 3936 0 0 0 0 479 20 16 0 1 0 369777612 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16700/statm: 378 125 110 260 0 84 0
[pid=16703] ppid=16700 vsize=6188 CPUtime=1.28
/proc/16703/stat : 16703 (ubcsat2006) R 16700 16700 15467 0 -1 4194304 481 0 0 0 121 7 0 0 25 0 1 0 369778112 6336512 463 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16703/statm: 1547 463 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 16703
/proc/meminfo: memFree=1553600/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.67
/proc/16700/stat : 16700 (SATzilla2007_F) R 16698 16700 15467 0 -1 4194304 1335 4423 0 0 539 13 682 33 25 0 1 0 369777612 2809856 507 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 134544773 0 0 4096 0 0 0 0 17 1 0 0
/proc/16700/statm: 686 507 168 260 0 392 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 2744

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1551160/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=5872 CPUtime=12.71
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 843 0 1 0 1175 96 0 0 25 0 1 0 369778888 6012928 809 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 1468 809 151 55 0 1058 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 8616

[startup+51.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1550776/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=6308 CPUtime=38.29
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 1205 0 1 0 3650 179 0 0 25 0 1 0 369778888 6459392 887 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 1577 887 151 55 0 1167 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 9052

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1550200/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=6424 CPUtime=89.48
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 1772 0 1 0 8659 289 0 0 25 0 1 0 369778888 6578176 1021 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 1606 1021 151 55 0 1196 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 9168

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1548408/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=7280 CPUtime=149.45
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 2691 0 1 0 14580 365 0 0 25 0 1 0 369778888 7454720 1514 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 1820 1514 151 55 0 1410 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 10024

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1548408/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=7260 CPUtime=209.43
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 3101 0 1 0 20518 425 0 0 25 0 1 0 369778888 7434240 1501 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 1815 1501 151 55 0 1405 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 10004

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1548216/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=7504 CPUtime=269.41
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 3446 0 1 0 26452 489 0 0 25 0 1 0 369778888 7684096 1553 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 1876 1553 151 55 0 1466 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 10248

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1548088/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=7316 CPUtime=329.39
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 3783 0 1 0 32391 548 0 0 25 0 1 0 369778888 7491584 1529 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 1829 1529 151 55 0 1419 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 10060

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546808/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=8972 CPUtime=389.37
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4144 0 1 0 38376 561 0 0 25 0 1 0 369778888 9187328 1890 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2243 1890 151 55 0 1833 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 11716

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

[startup+409.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546680/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=8972 CPUtime=396.57
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4168 0 1 0 39095 562 0 0 25 0 1 0 369778888 9187328 1914 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585597 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2243 1914 151 55 0 1833 0
Current children cumulated CPU time (s) 409.3
Current children cumulated vsize (KiB) 11716

[startup+422.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546552/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=8972 CPUtime=409.37
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4200 0 1 0 40373 564 0 0 25 0 1 0 369778888 9187328 1946 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2243 1946 151 55 0 1833 0
Current children cumulated CPU time (s) 422.1
Current children cumulated vsize (KiB) 11716

[startup+428.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546488/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=9180 CPUtime=415.76
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4219 0 1 0 41011 565 0 0 25 0 1 0 369778888 9400320 1965 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134586237 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2295 1965 151 55 0 1885 0
Current children cumulated CPU time (s) 428.49
Current children cumulated vsize (KiB) 11924

[startup+431.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546424/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=9324 CPUtime=418.96
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4229 0 1 0 41331 565 0 0 25 0 1 0 369778888 9547776 1975 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2331 1975 151 55 0 1921 0
Current children cumulated CPU time (s) 431.69
Current children cumulated vsize (KiB) 12068

[startup+433.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546360/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=9324 CPUtime=420.56
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4236 0 1 0 41490 566 0 0 25 0 1 0 369778888 9547776 1982 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2331 1982 151 55 0 1921 0
Current children cumulated CPU time (s) 433.29
Current children cumulated vsize (KiB) 12068

[startup+435.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546360/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=9324 CPUtime=422.16
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4239 0 1 0 41650 566 0 0 25 0 1 0 369778888 9547776 1985 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2331 1985 151 55 0 1921 0
Current children cumulated CPU time (s) 434.89
Current children cumulated vsize (KiB) 12068

[startup+435.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546360/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=9324 CPUtime=422.56
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4239 0 1 0 41690 566 0 0 25 0 1 0 369778888 9547776 1985 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2331 1985 151 55 0 1921 0
Current children cumulated CPU time (s) 435.29
Current children cumulated vsize (KiB) 12068

[startup+435.903 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546360/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=9324 CPUtime=422.96
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4240 0 1 0 41730 566 0 0 25 0 1 0 369778888 9547776 1986 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2331 1986 151 55 0 1921 0
Current children cumulated CPU time (s) 435.69
Current children cumulated vsize (KiB) 12068

[startup+436.003 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 16704
/proc/meminfo: memFree=1546360/2055920 swapFree=4152672/4192956
[pid=16700] ppid=16698 vsize=2744 CPUtime=12.73
/proc/16700/stat : 16700 (SATzilla2007_F) S 16698 16700 15467 0 -1 4194304 1340 4423 0 0 545 13 682 33 25 0 1 0 369777612 2809856 509 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 686 509 170 260 0 392 0
[pid=16704] ppid=16700 vsize=9324 CPUtime=423.06
/proc/16704/stat : 16704 (vallst) R 16700 16700 15467 0 -1 4194304 4240 0 1 0 41740 566 0 0 25 0 1 0 369778888 9547776 1986 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/16704/statm: 2331 1986 151 55 0 1921 0
Current children cumulated CPU time (s) 435.79
Current children cumulated vsize (KiB) 12068

Child status: 20
Real time (s): 436.084
CPU time (s): 435.902
CPU user time (s): 429.759
CPU system time (s): 6.14307
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 12068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 429.759
system time used= 6.14307
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10015
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 8248

runsolver used 0.416936 second user time and 1.17482 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Mar 10 03:43:52 UTC 2007

IDJOB= 332970
IDBENCH= 24592
IDSOLVER= 136
FILE ID= node15/332970-1173498232

PBS_JOBID= 4101110

Free space on /tmp= 66521 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/gensys-ukn002.sat05-2744.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332970-1173498232/SATzilla2007_F /tmp/evaluation/332970-1173498232/instance-332970-1173498232.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-332970-1173498232 -o ROOT/results/node15/solver-332970-1173498232 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332970-1173498232/SATzilla2007_F /tmp/evaluation/332970-1173498232/instance-332970-1173498232.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  a2019e53d39465096d989c5106a4e0ef

RANDOM SEED= 397701744

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1555936 kB
Buffers:         49344 kB
Cached:         362252 kB
SwapCached:       2796 kB
Active:         258440 kB
Inactive:       176276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1555936 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           10608 kB
Writeback:           0 kB
Mapped:          30008 kB
Slab:            50724 kB
Committed_AS:  1304984 kB
PageTables:       1800 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= 66521 MiB

End job on node15 on Sat Mar 10 03:51:09 UTC 2007