Trace number 314569

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.09 1200.61

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-15.cnf
MD5SUM3d9c71b515699560fe1678f286b58acb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.175
Satisfiable
(Un)Satisfiability was proved
Number of variables21104
Number of clauses74257
Sum of the clauses size192789
Maximum clause length171
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236142
Number of clauses of size 334380
Number of clauses of size 42745
Number of clauses of size 5538
Number of clauses of size over 5451

Solver Data (download as text)

12.22/12.46	c run March_dl for 5 seconds ... 
12.22/12.46	c Bin: Executing march_dl
12.22/12.46	c child exit by a signal
12.22/12.46	c march_dl returned code 137.
12.22/12.46	c run saps (UBCSAT implementation) for 2 seconds ... 
12.22/12.46	c Bin: Executing ubcsat2006
12.22/12.46	c child exited successfully
12.22/12.46	c ubcsat2006 returned code 0.
12.22/12.46	c satzilla computing base features
12.22/12.46	c satzilla doing unit-prop probe
12.22/12.46	c satzilla doing local search probe
12.22/12.46	c satzilla doing lobjois search-space size estimate
12.22/12.46	c satzilla's ranking:
12.22/12.46	c 1) march_dl: -1023.863986
12.22/12.46	c 2) kcnfs: -806.490419
12.22/12.46	c 3) minisat20+P: 240.450859
12.22/12.46	c 4) kcnfs+P: 999.000000
12.22/12.46	c 5) march_dl+P: 999.000000
12.22/12.46	c 6) vallst+P: 999.000000
12.22/12.46	c 7) zchaff_rand+P: 999.000000
12.22/12.46	c 8) vallst: 999.000000
12.22/12.46	c 9) zchaff_rand: 999.000000
12.22/12.46	c 10) minisat20: 999.000000
12.22/12.46	c satzilla running march_dl ... 
1199.06/1199.65	c Bin: Executing march_dl
1199.06/1199.65	c child exit by a signal
1199.06/1199.65	c march_dl returned code 137.
1199.06/1199.65	c march_dl returned code 137.
1199.06/1199.65	c satzilla running kcnfs ... 
1199.06/1199.65	c Bin: Executing kcnfs
1199.06/1199.65	c kcnfs returned code 1.
1199.06/1199.65	c kcnfs returned code 1.
1199.06/1199.65	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/node75/watcher-314569-1172639086 -o ROOT/results/node75/solver-314569-1172639086 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314569-1172639086/SATzilla2007_R /tmp/evaluation/314569-1172639086/instance-314569-1172639086.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.92 0.98 0.97 3/64 31269
/proc/meminfo: memFree=1841168/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=0
/proc/31269/stat : 31269 (SATzilla2007_R) D 31267 31269 30546 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 283874454 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/31269/statm: 360 110 95 260 0 84 0

[startup+0.078115 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 31269
/proc/meminfo: memFree=1841168/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=0
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283874454 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31269/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101116 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 31269
/proc/meminfo: memFree=1841168/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=0
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283874454 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31269/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.30114 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 31269
/proc/meminfo: memFree=1841168/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=0
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283874454 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31269/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701186 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 31269
/proc/meminfo: memFree=1841168/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=0
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283874454 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31269/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.97 2/66 31271
/proc/meminfo: memFree=1824192/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=0
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283874454 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31269/statm: 360 110 95 260 0 84 0
[pid=31271] ppid=31269 vsize=19436 CPUtime=1.46
/proc/31271/stat : 31271 (march_dl) R 31269 31269 30546 0 -1 4194304 9442 0 0 0 143 3 0 0 25 0 1 0 283874457 19902464 4495 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134644092 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31271/statm: 4859 4495 69 118 0 4738 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 20876

[startup+3.10147 s]
/proc/loadavg: 0.92 0.98 0.97 2/66 31271
/proc/meminfo: memFree=1822144/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=0
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283874454 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31269/statm: 360 110 95 260 0 84 0
[pid=31271] ppid=31269 vsize=20900 CPUtime=3.07
/proc/31271/stat : 31271 (march_dl) R 31269 31269 30546 0 -1 4194304 10947 0 0 0 303 4 0 0 25 0 1 0 283874457 21401600 4869 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31271/statm: 5225 4869 69 118 0 5104 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22340

[startup+6.30185 s]
/proc/loadavg: 0.93 0.98 0.97 2/66 31272
/proc/meminfo: memFree=1834560/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=1440 CPUtime=4.99
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 135 14589 0 0 0 0 490 9 16 0 1 0 283874454 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31269/statm: 360 111 96 260 0 84 0
[pid=31272] ppid=31269 vsize=10288 CPUtime=1.15
/proc/31272/stat : 31272 (ubcsat2006) R 31269 31269 30546 0 -1 4194304 1408 0 13 0 114 1 0 0 25 0 1 0 283874958 10534912 1404 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31272/statm: 2572 1404 156 64 0 2153 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 11728

[startup+12.7026 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 31272
/proc/meminfo: memFree=1834760/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 6196

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1804416/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36212 CPUtime=13.02
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15759 0 0 0 1293 9 0 0 25 0 1 0 283875701 37081088 7690 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9053 7690 75 118 0 8932 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 42408

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1804032/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36608 CPUtime=38.6
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15883 0 0 0 3851 9 0 0 25 0 1 0 283875701 37486592 7814 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134573190 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9152 7814 75 118 0 9031 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 42804

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803968/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36740 CPUtime=89.79
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15907 0 0 0 8970 9 0 0 25 0 1 0 283875701 37621760 7838 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551836 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9185 7838 75 118 0 9064 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 42936

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803904/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36740 CPUtime=149.77
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15916 0 0 0 14968 9 0 0 25 0 1 0 283875701 37621760 7847 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9185 7847 75 118 0 9064 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 42936

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803840/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=209.75
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15930 0 0 0 20966 9 0 0 25 0 1 0 283875701 37756928 7861 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7861 75 118 0 9097 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 43068

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803840/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=269.73
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15935 0 0 0 26964 9 0 0 25 0 1 0 283875701 37756928 7866 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7866 75 118 0 9097 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 43068

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803776/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=329.71
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15935 0 0 0 32962 9 0 0 25 0 1 0 283875701 37756928 7866 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134521449 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7866 75 118 0 9097 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 43068

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803776/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=389.69
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15936 0 0 0 38960 9 0 0 25 0 1 0 283875701 37756928 7867 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7867 75 118 0 9097 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 43068

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803776/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=449.68
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15936 0 0 0 44959 9 0 0 25 0 1 0 283875701 37756928 7867 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7867 75 118 0 9097 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 43068

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803776/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=509.66
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15936 0 0 0 50957 9 0 0 25 0 1 0 283875701 37756928 7867 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7867 75 118 0 9097 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 43068

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803712/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=569.65
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15938 0 0 0 56955 10 0 0 25 0 1 0 283875701 37756928 7869 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552054 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7869 75 118 0 9097 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 43068

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803712/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=629.64
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15939 0 0 0 62954 10 0 0 25 0 1 0 283875701 37756928 7870 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552079 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7870 75 118 0 9097 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 43068

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803648/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=689.62
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15940 0 0 0 68952 10 0 0 25 0 1 0 283875701 37756928 7871 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552113 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7871 75 118 0 9097 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 43068

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803648/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=749.6
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15940 0 0 0 74950 10 0 0 25 0 1 0 283875701 37756928 7871 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134573193 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7871 75 118 0 9097 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 43068

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803584/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=809.58
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15940 0 0 0 80948 10 0 0 25 0 1 0 283875701 37756928 7871 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7871 75 118 0 9097 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 43068

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803584/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=869.56
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15940 0 0 0 86946 10 0 0 25 0 1 0 283875701 37756928 7871 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551158 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7871 75 118 0 9097 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 43068

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803584/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=929.54
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15942 0 0 0 92944 10 0 0 25 0 1 0 283875701 37756928 7873 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552168 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7873 75 118 0 9097 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 43068

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803584/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=989.53
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15943 0 0 0 98943 10 0 0 25 0 1 0 283875701 37756928 7874 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552052 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7874 75 118 0 9097 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 43068

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803584/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=1049.51
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15944 0 0 0 104941 10 0 0 25 0 1 0 283875701 37756928 7875 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7875 75 118 0 9097 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 43068

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803520/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=1109.49
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15944 0 0 0 110939 10 0 0 25 0 1 0 283875701 37756928 7875 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551836 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7875 75 118 0 9097 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 43068

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.97 2/66 31273
/proc/meminfo: memFree=1803520/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=6196 CPUtime=12.29
/proc/31269/stat : 31269 (SATzilla2007_R) S 31267 31269 30546 0 -1 4194304 4984 16003 0 13 513 4 699 13 25 0 1 0 283874454 6344704 1347 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31269/statm: 1549 1347 157 260 0 1273 0
[pid=31273] ppid=31269 vsize=36872 CPUtime=1169.47
/proc/31273/stat : 31273 (march_dl) R 31269 31269 30546 0 -1 4194304 15945 0 0 0 116937 10 0 0 25 0 1 0 283875701 37756928 7876 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552004 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31273/statm: 9218 7876 75 118 0 9097 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 43068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.97 2/65 31273
/proc/meminfo: memFree=1821904/2055920 swapFree=4183148/4192956
[pid=31269] ppid=31267 vsize=30276 CPUtime=1200.07
/proc/31269/stat : 31269 (SATzilla2007_R) R 31267 31269 30546 0 -1 4194304 8310 31949 0 13 604 8 119371 24 25 0 1 0 283874454 31002624 4601 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/31269/statm: 7569 4601 163 260 0 7293 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 30276

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.09
CPU user time (s): 1199.76
CPU system time (s): 0.328949
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 43068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40259
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= 61
involuntary context switches= 1936

runsolver used 0.893864 second user time and 2.47262 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Wed Feb 28 05:04:46 UTC 2007

IDJOB= 314569
IDBENCH= 20394
IDSOLVER= 134
FILE ID= node75/314569-1172639086

PBS_JOBID= 3981153

Free space on /tmp= 66511 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-15.cnf
COMMAND LINE= /tmp/evaluation/314569-1172639086/SATzilla2007_R /tmp/evaluation/314569-1172639086/instance-314569-1172639086.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-314569-1172639086 -o ROOT/results/node75/solver-314569-1172639086 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314569-1172639086/SATzilla2007_R /tmp/evaluation/314569-1172639086/instance-314569-1172639086.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  3d9c71b515699560fe1678f286b58acb

RANDOM SEED= 895237998

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1841576 kB
Buffers:          5112 kB
Cached:         159608 kB
SwapCached:       3580 kB
Active:          28908 kB
Inactive:       145108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841576 kB
SwapTotal:     4192956 kB
SwapFree:      4183148 kB
Dirty:            9616 kB
Writeback:           0 kB
Mapped:          15316 kB
Slab:            26252 kB
Committed_AS:   785740 kB
PageTables:       1432 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= 66511 MiB

End job on node75 on Wed Feb 28 05:24:49 UTC 2007