Trace number 321024

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? 1199.89 1200.28

General information on the benchmark

Nameindustrial/babic/
xinetd/itox_vc1033.cnf
MD5SUM17cc03672e09c4ccad0986fb3657ba7a
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02384
Satisfiable
(Un)Satisfiability was proved
Number of variables118528
Number of clauses348058
Sum of the clauses size909600
Maximum clause length3
Minimum clause length1
Number of clauses of size 17058
Number of clauses of size 2120458
Number of clauses of size 3220542
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

70.96/71.11	c run March_dl for 5 seconds ... 
70.96/71.11	c Bin: Executing march_dl
70.96/71.11	c child exit by a signal
70.96/71.11	c march_dl returned code 137.
70.96/71.11	c run saps (UBCSAT implementation) for 2 seconds ... 
70.96/71.11	c Bin: Executing ubcsat2006
70.96/71.11	c child exited successfully
70.96/71.11	c ubcsat2006 returned code 0.
70.96/71.11	c satzilla computing base features
70.96/71.11	c satzilla doing unit-prop probe
70.96/71.11	c satzilla doing local search probe
70.96/71.11	c satzilla doing lobjois search-space size estimate
70.96/71.11	c satzilla's ranking:
70.96/71.11	c 1) march_dl: -47953.827559
70.96/71.11	c 2) minisat20+P: 725.932744
70.96/71.11	c 3) kcnfs+P: 999.000000
70.96/71.11	c 4) march_dl+P: 999.000000
70.96/71.11	c 5) vallst+P: 999.000000
70.96/71.11	c 6) zchaff_rand+P: 999.000000
70.96/71.11	c 7) vallst: 999.000000
70.96/71.11	c 8) zchaff_rand: 999.000000
70.96/71.11	c 9) minisat20: 999.000000
70.96/71.11	c 10) kcnfs: 2594.474043
70.96/71.11	c satzilla running march_dl ... 
1199.77/1200.28	c Bin: Executing march_dl
1199.77/1200.28	c child exit by a signal
1199.77/1200.28	c march_dl returned code 137.
1199.77/1200.28	c march_dl returned code 137.
1199.77/1200.28	c Satzilla Timed out!
1199.77/1200.28	s UNKNOWN
1199.77/1200.28	c SATZILLA_TIME=1200.040000

Verifier Data (download as text)

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

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-321024-1176326019 -o ROOT/results/node65/solver-321024-1176326019 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/321024-1176326019/SATzilla2007_R /tmp/evaluation/321024-1176326019/instance-321024-1176326019.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.85 0.94 0.98 3/64 1936
/proc/meminfo: memFree=1831528/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=0
/proc/1936/stat : 1936 (SATzilla2007_R) D 1934 1936 363 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 108591600 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/1936/statm: 360 110 95 260 0 84 0

[startup+0.0182099 s]
/proc/loadavg: 0.85 0.94 0.98 3/64 1936
/proc/meminfo: memFree=1831528/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=0
/proc/1936/stat : 1936 (SATzilla2007_R) D 1934 1936 363 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 108591600 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/1936/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101226 s]
/proc/loadavg: 0.85 0.94 0.98 3/64 1936
/proc/meminfo: memFree=1831528/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=0
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108591600 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301241 s]
/proc/loadavg: 0.85 0.94 0.98 3/64 1936
/proc/meminfo: memFree=1831528/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=0
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108591600 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701276 s]
/proc/loadavg: 0.85 0.94 0.98 3/64 1936
/proc/meminfo: memFree=1831528/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=0
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108591600 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50133 s]
/proc/loadavg: 0.85 0.94 0.98 2/66 1938
/proc/meminfo: memFree=1795992/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=0
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108591600 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 360 110 95 260 0 84 0
[pid=1938] ppid=1936 vsize=41644 CPUtime=1.47
/proc/1938/stat : 1938 (march_dl) R 1936 1936 363 0 -1 4194304 12210 0 0 0 142 5 0 0 25 0 1 0 108591602 42643456 8933 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134542963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1938/statm: 10411 8935 55 118 0 10290 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 43084

[startup+3.10146 s]
/proc/loadavg: 0.85 0.94 0.98 2/66 1938
/proc/meminfo: memFree=1795032/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=0
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108591600 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 360 110 95 260 0 84 0
[pid=1938] ppid=1936 vsize=40716 CPUtime=3.06
/proc/1938/stat : 1938 (march_dl) R 1936 1936 363 0 -1 4194304 20643 0 0 0 297 9 0 0 25 0 1 0 108591602 41693184 8945 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134671537 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1938/statm: 10179 8945 57 118 0 10058 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 42156

[startup+6.30273 s]
/proc/loadavg: 0.86 0.94 0.98 2/66 1939
/proc/meminfo: memFree=1826008/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=1440 CPUtime=5
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 135 25130 0 0 0 0 487 13 16 0 1 0 108591600 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1936/statm: 360 111 96 260 0 84 0
[pid=1939] ppid=1936 vsize=34888 CPUtime=1.18
/proc/1939/stat : 1939 (ubcsat2006) R 1936 1936 363 0 -1 4194304 6035 0 13 0 116 2 0 0 25 0 1 0 108592103 35725312 6031 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1939/statm: 8722 6031 156 64 0 8303 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 36328

[startup+12.7013 s]
/proc/loadavg: 0.87 0.94 0.98 2/65 1939
/proc/meminfo: memFree=1794728/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=39656 CPUtime=12.58
/proc/1936/stat : 1936 (SATzilla2007_R) R 1934 1936 363 0 -1 4194304 9067 31171 0 13 501 5 735 17 25 0 1 0 108591600 40607744 9036 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1936/statm: 9914 9036 121 260 0 9638 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 39656

[startup+25.5013 s]
/proc/loadavg: 0.90 0.94 0.98 2/65 1939
/proc/meminfo: memFree=1794344/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=39656 CPUtime=25.38
/proc/1936/stat : 1936 (SATzilla2007_R) R 1934 1936 363 0 -1 4194304 9204 31171 0 13 1779 7 735 17 25 0 1 0 108591600 40607744 9173 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1936/statm: 9914 9173 121 260 0 9638 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 39656

[startup+51.1014 s]
/proc/loadavg: 0.93 0.94 0.98 2/65 1939
/proc/meminfo: memFree=1793320/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=39656 CPUtime=50.96
/proc/1936/stat : 1936 (SATzilla2007_R) R 1934 1936 363 0 -1 4194304 9487 31171 0 13 4334 10 735 17 25 0 1 0 108591600 40607744 9456 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134537934 0 0 4096 0 0 0 0 17 1 0 0
/proc/1936/statm: 9914 9456 121 260 0 9638 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 39656

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.98 2/66 1940
/proc/meminfo: memFree=1753248/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=60600 CPUtime=31.16
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 29895 0 0 0 3102 14 0 0 25 0 1 0 108598711 62054400 13707 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 15150 13707 65 118 0 15029 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 84916

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 1940
/proc/meminfo: memFree=1750560/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=63796 CPUtime=91.15
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 30597 0 0 0 9100 15 0 0 25 0 1 0 108598711 65327104 14409 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520481 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 15949 14409 65 118 0 15828 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 88112

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 1940
/proc/meminfo: memFree=1684192/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=155836 CPUtime=151.14
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 96596 0 0 0 15071 43 0 0 25 0 1 0 108598711 159576064 36351 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134578486 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 38959 36351 72 118 0 38838 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 180152

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1940
/proc/meminfo: memFree=1577248/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=262436 CPUtime=211.13
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 119902 0 0 0 20995 118 0 0 25 0 1 0 108598711 268734464 57812 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 65609 57812 73 118 0 65488 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 286752

[startup+342.302 s]
/proc/loadavg: 1.04 0.99 0.98 2/66 1940
/proc/meminfo: memFree=1540128/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=317392 CPUtime=271.11
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 131132 0 0 0 26980 131 0 0 25 0 1 0 108598711 325009408 66898 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 79348 66898 73 118 0 79227 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 341708

[startup+402.302 s]
/proc/loadavg: 1.05 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1513440/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=361924 CPUtime=331.09
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 138785 0 0 0 32970 139 0 0 25 0 1 0 108598711 370610176 73661 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 90481 73661 73 118 0 90360 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 386240

[startup+462.302 s]
/proc/loadavg: 1.02 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1496224/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=411040 CPUtime=391.07
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 143071 0 0 0 38962 145 0 0 25 0 1 0 108598711 420904960 77758 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533667 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 102760 77758 73 118 0 102639 0

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1447456/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=476248 CPUtime=750.99
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 157433 0 0 0 74903 196 0 0 25 0 1 0 108598711 487677952 89925 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 119062 89925 73 118 0 118941 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 500564

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1441440/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=484316 CPUtime=810.98
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 159169 0 0 0 80897 201 0 0 25 0 1 0 108598711 495939584 91419 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 121079 91419 73 118 0 120958 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 508632

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1438816/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=487444 CPUtime=870.97
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 159930 0 0 0 86889 208 0 0 25 0 1 0 108598711 499142656 92177 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 121861 92177 73 118 0 121740 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 511760

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1433888/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=499900 CPUtime=930.95
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 161121 0 0 0 92881 214 0 0 25 0 1 0 108598711 511897600 93288 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533664 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 124975 93288 73 118 0 124854 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 524216

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1430496/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=501724 CPUtime=990.94
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 161972 0 0 0 98869 225 0 0 25 0 1 0 108598711 513765376 94138 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533703 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 125431 94138 73 118 0 125310 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 526040

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1427424/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=506204 CPUtime=1050.92
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 162734 0 0 0 104864 228 0 0 25 0 1 0 108598711 518352896 94900 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533456 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 126551 94900 73 118 0 126430 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 530520

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1425696/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=513296 CPUtime=1110.91
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163163 0 0 0 110861 230 0 0 25 0 1 0 108598711 525615104 95329 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128324 95329 73 118 0 128203 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 537612

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1425376/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=514116 CPUtime=1118.91
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163231 0 0 0 111660 231 0 0 25 0 1 0 108598711 526454784 95397 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533667 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128529 95397 73 118 0 128408 0
Current children cumulated CPU time (s) 1189.88
Current children cumulated vsize (KiB) 538432

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1424992/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=515112 CPUtime=1125.31
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163328 0 0 0 112300 231 0 0 25 0 1 0 108598711 527474688 95494 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128778 95494 73 118 0 128657 0
Current children cumulated CPU time (s) 1196.28
Current children cumulated vsize (KiB) 539428

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1424992/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=515112 CPUtime=1126.91
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163328 0 0 0 112460 231 0 0 25 0 1 0 108598711 527474688 95494 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128778 95494 73 118 0 128657 0
Current children cumulated CPU time (s) 1197.88
Current children cumulated vsize (KiB) 539428

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1424992/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=515440 CPUtime=1127.7
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163332 0 0 0 112539 231 0 0 25 0 1 0 108598711 527810560 95498 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533681 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128860 95498 73 118 0 128739 0
Current children cumulated CPU time (s) 1198.67
Current children cumulated vsize (KiB) 539756

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1424992/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=515448 CPUtime=1128.5
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163336 0 0 0 112619 231 0 0 25 0 1 0 108598711 527818752 95502 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128862 95502 73 118 0 128741 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 539764

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1424992/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=515456 CPUtime=1128.71
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163339 0 0 0 112640 231 0 0 25 0 1 0 108598711 527826944 95505 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128864 95505 73 118 0 128743 0
Current children cumulated CPU time (s) 1199.68
Current children cumulated vsize (KiB) 539772

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 1940
/proc/meminfo: memFree=1424992/2055920 swapFree=4191892/4192956
[pid=1936] ppid=1934 vsize=24316 CPUtime=70.97
/proc/1936/stat : 1936 (SATzilla2007_R) S 1934 1936 363 0 -1 4194304 22590 31171 0 13 6326 19 735 17 25 0 1 0 108591600 24899584 5787 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1936/statm: 6079 5787 157 260 0 5803 0
[pid=1940] ppid=1936 vsize=515456 CPUtime=1128.8
/proc/1940/stat : 1940 (march_dl) R 1936 1936 363 0 -1 4194304 163339 0 0 0 112649 231 0 0 25 0 1 0 108598711 527826944 95505 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1940/statm: 128864 95505 73 118 0 128743 0
Current children cumulated CPU time (s) 1199.77
Current children cumulated vsize (KiB) 539772

Child status: 1
Real time (s): 1200.28
CPU time (s): 1199.89
CPU user time (s): 1197.13
CPU system time (s): 2.75658
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 539772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.13
system time used= 2.75658
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217109
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51
involuntary context switches= 983

runsolver used 1.23281 second user time and 2.74758 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Apr 11 21:13:40 UTC 2007

IDJOB= 321024
IDBENCH= 20517
IDSOLVER= 134
FILE ID= node65/321024-1176326019

PBS_JOBID= 4516713

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  17cc03672e09c4ccad0986fb3657ba7a

RANDOM SEED= 660466361

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.245
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.245
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:       1831936 kB
Buffers:          5448 kB
Cached:          93772 kB
SwapCached:        264 kB
Active:          41740 kB
Inactive:        78788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831936 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           14928 kB
Writeback:           0 kB
Mapped:          30876 kB
Slab:            89400 kB
Committed_AS:   114240 kB
PageTables:       1472 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= 66550 MiB

End job on node65 on Wed Apr 11 21:33:40 UTC 2007