Trace number 320901

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.08 1200.52

General information on the benchmark

Nameindustrial/babic/
xinetd/itox_vc909.cnf
MD5SUM627c367c3479ca507fb4d6e8524f1677
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.895863
Satisfiable
(Un)Satisfiability was proved
Number of variables112115
Number of clauses327768
Sum of the clauses size854914
Maximum clause length3
Minimum clause length1
Number of clauses of size 17055
Number of clauses of size 2114280
Number of clauses of size 3206433
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

63.16/63.27	c run March_dl for 5 seconds ... 
63.16/63.27	c Bin: Executing march_dl
63.16/63.27	c child exit by a signal
63.16/63.27	c march_dl returned code 137.
63.16/63.27	c run saps (UBCSAT implementation) for 2 seconds ... 
63.16/63.27	c Bin: Executing ubcsat2006
63.16/63.27	c child exited successfully
63.16/63.27	c ubcsat2006 returned code 0.
63.16/63.27	c satzilla computing base features
63.16/63.27	c satzilla doing unit-prop probe
63.16/63.27	c satzilla doing local search probe
63.16/63.27	c satzilla doing lobjois search-space size estimate
63.16/63.27	c satzilla's ranking:
63.16/63.27	c 1) march_dl: -42356.901177
63.16/63.27	c 2) minisat20+P: 679.598920
63.16/63.27	c 3) kcnfs+P: 999.000000
63.16/63.27	c 4) march_dl+P: 999.000000
63.16/63.27	c 5) vallst+P: 999.000000
63.16/63.27	c 6) zchaff_rand+P: 999.000000
63.16/63.27	c 7) vallst: 999.000000
63.16/63.27	c 8) zchaff_rand: 999.000000
63.16/63.27	c 9) minisat20: 999.000000
63.16/63.27	c 10) kcnfs: 2488.872682
63.16/63.27	c satzilla running march_dl ... 
1199.05/1199.58	c Bin: Executing march_dl
1199.05/1199.58	c child exit by a signal
1199.05/1199.58	c march_dl returned code 137.
1199.05/1199.58	c march_dl returned code 137.
1199.05/1199.58	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/node34/watcher-320901-1176325109 -o ROOT/results/node34/solver-320901-1176325109 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320901-1176325109/SATzilla2007_R /tmp/evaluation/320901-1176325109/instance-320901-1176325109.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.79 0.95 0.90 3/64 29844
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=0
/proc/29844/stat : 29844 (SATzilla2007_R) R 29842 29844 28398 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 80426362 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/29844/statm: 360 110 95 260 0 84 0
[pid=29845] ppid=29844 vsize=5800 CPUtime=0
/proc/29845/stat : 29845 (march_dl) R 29844 29844 28398 0 -1 4194304 538 0 0 0 0 0 0 0 18 0 1 0 80426363 5939200 533 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29845/statm: 1450 535 49 118 0 1329 0

[startup+0.027229 s]
/proc/loadavg: 0.79 0.95 0.90 3/64 29844
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=0
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80426362 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29844/statm: 360 110 95 260 0 84 0
[pid=29845] ppid=29844 vsize=10288 CPUtime=0.01
/proc/29845/stat : 29845 (march_dl) R 29844 29844 28398 0 -1 4194304 2065 0 0 0 1 0 0 0 19 0 1 0 80426363 10534912 2060 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29845/statm: 2572 2060 50 118 0 2451 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11728

[startup+0.101233 s]
/proc/loadavg: 0.79 0.95 0.90 3/64 29844
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=0
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80426362 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29844/statm: 360 110 95 260 0 84 0
[pid=29845] ppid=29844 vsize=11080 CPUtime=0.08
/proc/29845/stat : 29845 (march_dl) R 29844 29844 28398 0 -1 4194304 2322 0 0 0 8 0 0 0 19 0 1 0 80426363 11345920 2317 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29845/statm: 2770 2317 50 118 0 2649 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12520

[startup+0.301249 s]
/proc/loadavg: 0.79 0.95 0.90 3/64 29844
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=0
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80426362 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29844/statm: 360 110 95 260 0 84 0
[pid=29845] ppid=29844 vsize=13192 CPUtime=0.29
/proc/29845/stat : 29845 (march_dl) R 29844 29844 28398 0 -1 4194304 2985 0 0 0 28 1 0 0 20 0 1 0 80426363 13508608 2980 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29845/statm: 3298 2980 50 118 0 3177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14632

[startup+0.70128 s]
/proc/loadavg: 0.79 0.95 0.90 3/64 29844
/proc/meminfo: memFree=1711536/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=0
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80426362 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29844/statm: 360 110 95 260 0 84 0
[pid=29845] ppid=29844 vsize=31644 CPUtime=0.69
/proc/29845/stat : 29845 (march_dl) R 29844 29844 28398 0 -1 4194304 7196 0 0 0 66 3 0 0 24 0 1 0 80426363 32403456 6409 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134663598 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29845/statm: 7911 6409 53 118 0 7790 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33084

[startup+1.50134 s]
/proc/loadavg: 0.79 0.95 0.90 2/66 29846
/proc/meminfo: memFree=1677280/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=0
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80426362 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29844/statm: 360 110 95 260 0 84 0
[pid=29845] ppid=29844 vsize=38624 CPUtime=1.49
/proc/29845/stat : 29845 (march_dl) R 29844 29844 28398 0 -1 4194304 11581 0 0 0 144 5 0 0 25 0 1 0 80426363 39550976 8400 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134650588 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29845/statm: 9656 8400 55 118 0 9535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40064

[startup+3.10147 s]
/proc/loadavg: 0.81 0.95 0.90 2/66 29846
/proc/meminfo: memFree=1677856/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=0
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 80426362 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29844/statm: 360 110 95 260 0 84 0
[pid=29845] ppid=29844 vsize=36864 CPUtime=3.09
/proc/29845/stat : 29845 (march_dl) R 29844 29844 28398 0 -1 4194304 20165 0 0 0 300 9 0 0 25 0 1 0 80426363 37748736 8050 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644078 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29845/statm: 9216 8050 57 118 0 9095 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38304

[startup+6.30182 s]
/proc/loadavg: 0.81 0.95 0.90 2/66 29847
/proc/meminfo: memFree=1705696/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=1440 CPUtime=5
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 135 23817 0 0 0 0 488 12 16 0 1 0 80426362 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29844/statm: 360 111 96 260 0 84 0
[pid=29847] ppid=29844 vsize=30788 CPUtime=1.28
/proc/29847/stat : 29847 (ubcsat2006) R 29844 29844 28398 0 -1 4194304 5715 0 0 0 125 3 0 0 25 0 1 0 80426863 31526912 5698 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29847/statm: 7697 5698 156 64 0 7278 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32228

[startup+12.7012 s]
/proc/loadavg: 0.84 0.95 0.91 2/65 29847
/proc/meminfo: memFree=1677744/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=37520 CPUtime=12.68
/proc/29844/stat : 29844 (SATzilla2007_R) R 29842 29844 28398 0 -1 4194304 8574 29538 0 0 515 4 733 16 25 0 1 0 80426362 38420480 8543 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/29844/statm: 9380 8543 121 260 0 9104 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37520

[startup+25.5013 s]
/proc/loadavg: 0.86 0.95 0.91 2/65 29847
/proc/meminfo: memFree=1677360/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=37520 CPUtime=25.48
/proc/29844/stat : 29844 (SATzilla2007_R) R 29842 29844 28398 0 -1 4194304 8716 29538 0 0 1793 6 733 16 25 0 1 0 80426362 38420480 8685 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/29844/statm: 9380 8685 121 260 0 9104 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37520

[startup+51.1013 s]
/proc/loadavg: 0.91 0.96 0.91 2/65 29847
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=37520 CPUtime=51.06
/proc/29844/stat : 29844 (SATzilla2007_R) R 29842 29844 28398 0 -1 4194304 9019 29538 0 0 4347 10 733 16 25 0 1 0 80426362 38420480 8988 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/29844/statm: 9380 8988 121 260 0 9104 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 37520

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.91 2/66 29848
/proc/meminfo: memFree=1637032/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=58712 CPUtime=39.01
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 28352 0 0 0 3888 13 0 0 25 0 1 0 80432690 60121088 13288 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 14678 13288 65 118 0 14557 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 82136

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.91 2/72 29922
/proc/meminfo: memFree=1568312/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=130752 CPUtime=98.95
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 52400 0 0 0 9872 23 0 0 25 0 1 0 80432690 133890048 30345 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134544057 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 32688 30345 69 118 0 32567 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 154176

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/72 30026
/proc/meminfo: memFree=1469480/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=237476 CPUtime=158.89
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 114153 0 0 0 15805 84 0 0 25 0 1 0 80432690 243175424 54771 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 59369 54771 73 118 0 59248 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 260900

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1405032/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=324296 CPUtime=218.85
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 132731 0 0 0 21752 133 0 0 25 0 1 0 80432690 332079104 71461 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 81074 71461 73 118 0 80953 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 347720

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1385384/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=347636 CPUtime=278.84
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 137472 0 0 0 27730 154 0 0 25 0 1 0 80432690 355979264 76000 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 86909 76000 73 118 0 86788 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 371060

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1356584/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0

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

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1335208/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=429076 CPUtime=458.79
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 152019 0 0 0 45690 189 0 0 25 0 1 0 80432690 439373824 88502 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 107269 88502 73 118 0 107148 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 452500

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1322344/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=447384 CPUtime=518.78
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 156000 0 0 0 51680 198 0 0 25 0 1 0 80432690 458121216 91696 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533703 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 111846 91696 73 118 0 111725 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 470808

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1311208/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=464068 CPUtime=578.77
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 159460 0 0 0 57673 204 0 0 25 0 1 0 80432690 475205632 94483 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 116017 94483 73 118 0 115896 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 487492

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1305640/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=472000 CPUtime=638.74
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 161254 0 0 0 63664 210 0 0 25 0 1 0 80432690 483328000 95853 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 118000 95853 73 118 0 117879 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 495424

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1302056/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=476380 CPUtime=698.74
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 162309 0 0 0 69658 216 0 0 25 0 1 0 80432690 487813120 96748 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 119095 96748 73 118 0 118974 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 499804

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1298664/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=480668 CPUtime=758.72
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 163168 0 0 0 75651 221 0 0 25 0 1 0 80432690 492204032 97596 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 120167 97596 73 118 0 120046 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 504092

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1296232/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=483428 CPUtime=818.7
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 163815 0 0 0 81643 227 0 0 25 0 1 0 80432690 495030272 98200 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533681 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 120857 98200 73 118 0 120736 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 506852

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1268200/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=523640 CPUtime=878.68
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 171883 0 0 0 87625 243 0 0 25 0 1 0 80432690 536207360 105216 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 130910 105216 73 118 0 130789 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 547064

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1263528/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=528240 CPUtime=938.67
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 173107 0 0 0 93617 250 0 0 25 0 1 0 80432690 540917760 106370 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 132060 106370 73 118 0 131939 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 551664

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1260968/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=531448 CPUtime=998.65
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 173760 0 0 0 99609 256 0 0 25 0 1 0 80432690 544202752 106993 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 132862 106993 73 118 0 132741 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 554872

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1228648/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=578356 CPUtime=1058.64
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 183510 0 0 0 105596 268 0 0 25 0 1 0 80432690 592236544 115080 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 144589 115080 73 118 0 144468 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 601780

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30046
/proc/meminfo: memFree=1191848/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=23424 CPUtime=63.23
/proc/29844/stat : 29844 (SATzilla2007_R) S 29842 29844 28398 0 -1 4194304 21397 29538 0 0 5556 18 733 16 25 0 1 0 80426362 23986176 5562 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29844/statm: 5856 5562 157 260 0 5580 0
[pid=29848] ppid=29844 vsize=635200 CPUtime=1118.63
/proc/29848/stat : 29848 (march_dl) R 29844 29844 28398 0 -1 4194304 194737 0 0 0 111586 277 0 0 25 0 1 0 80432690 650444800 124281 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29848/statm: 158800 124281 73 118 0 158679 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 658624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30046
/proc/meminfo: memFree=1614256/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=245532 CPUtime=1200.05
/proc/29844/stat : 29844 (SATzilla2007_R) R 29842 29844 28398 0 -1 4194304 40523 225707 0 0 5637 28 114036 304 25 0 1 0 80426362 251424768 24350 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134598197 0 0 4096 0 0 0 0 17 0 0 0
/proc/29844/statm: 61383 24350 164 260 0 61107 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 245532

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: 0.99 0.97 0.91 2/65 30046
/proc/meminfo: memFree=1614256/2055920 swapFree=4192812/4192956
[pid=29844] ppid=29842 vsize=245532 CPUtime=1200.05
/proc/29844/stat : 29844 (SATzilla2007_R) R 29842 29844 28398 0 -1 4194304 40523 225707 0 0 5637 28 114036 304 25 0 1 0 80426362 251424768 24350 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134598197 0 0 4096 0 0 0 0 17 0 0 0
/proc/29844/statm: 61383 24350 164 260 0 61107 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 245532

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.08
CPU user time (s): 1196.74
CPU system time (s): 3.34149
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 664776

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

runsolver used 1.04884 second user time and 2.48062 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Apr 11 20:58:29 UTC 2007

IDJOB= 320901
IDBENCH= 20514
IDSOLVER= 134
FILE ID= node34/320901-1176325109

PBS_JOBID= 4516696

Free space on /tmp= 66551 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/xinetd/itox_vc909.cnf
COMMAND LINE= /tmp/evaluation/320901-1176325109/SATzilla2007_R /tmp/evaluation/320901-1176325109/instance-320901-1176325109.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-320901-1176325109 -o ROOT/results/node34/solver-320901-1176325109 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320901-1176325109/SATzilla2007_R /tmp/evaluation/320901-1176325109/instance-320901-1176325109.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  627c367c3479ca507fb4d6e8524f1677

RANDOM SEED= 198863469

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1711944 kB
Buffers:         19528 kB
Cached:         198412 kB
SwapCached:          0 kB
Active:          77924 kB
Inactive:       161176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14556 kB
Writeback:           0 kB
Mapped:          31340 kB
Slab:            90928 kB
Committed_AS:   144300 kB
PageTables:       1412 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= 66551 MiB

End job on node34 on Wed Apr 11 21:18:32 UTC 2007