Trace number 315609

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla RANDOM? (TO) 1200.13 1200.62

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data (download as text)

107.15/107.20	c run March_dl for 5 seconds ... 
107.15/107.20	c Bin: Executing march_dl
107.15/107.20	c child exit by a signal
107.15/107.20	c march_dl returned code 137.
107.15/107.20	c run saps (UBCSAT implementation) for 2 seconds ... 
107.15/107.20	c Bin: Executing ubcsat2006
107.15/107.20	c child exited successfully
107.15/107.20	c ubcsat2006 returned code 0.
107.15/107.20	c satzilla computing base features
107.15/107.20	c satzilla doing unit-prop probe
107.15/107.20	c satzilla doing local search probe
107.15/107.20	c satzilla doing lobjois search-space size estimate
107.15/107.20	c satzilla's ranking:
107.15/107.20	c 1) march_dl: -54046.440378
107.15/107.20	c 2) minisat20+P: 414.861072
107.15/107.20	c 3) kcnfs+P: 999.000000
107.15/107.20	c 4) march_dl+P: 999.000000
107.15/107.20	c 5) vallst+P: 999.000000
107.15/107.20	c 6) zchaff_rand+P: 999.000000
107.15/107.20	c 7) vallst: 999.000000
107.15/107.20	c 8) zchaff_rand: 999.000000
107.15/107.20	c 9) minisat20: 999.000000
107.15/107.20	c 10) kcnfs: 2636.742592
107.15/107.20	c satzilla running march_dl ... 
1199.20/1199.71	c Bin: Executing march_dl
1199.20/1199.71	c child exit by a signal
1199.20/1199.71	c march_dl returned code 137.
1199.20/1199.71	c march_dl returned code 137.
1199.20/1199.71	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/node69/watcher-315609-1172656512 -o ROOT/results/node69/solver-315609-1172656512 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315609-1172656512/SATzilla2007_R /tmp/evaluation/315609-1172656512/instance-315609-1172656512.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9514
/proc/meminfo: memFree=1194032/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=0
/proc/9514/stat : 9514 (SATzilla2007_R) R 9512 9514 8871 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 285608984 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/9514/statm: 360 110 95 260 0 84 0
[pid=9515] ppid=9514 vsize=6212 CPUtime=0
/proc/9515/stat : 9515 (march_dl) R 9514 9514 8871 0 -1 4194304 618 0 0 0 0 0 0 0 18 0 1 0 285608984 6361088 613 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9515/statm: 1553 615 49 118 0 1432 0

[startup+0.013326 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9514
/proc/meminfo: memFree=1194032/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=0
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285608984 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9514/statm: 360 110 95 260 0 84 0
[pid=9515] ppid=9514 vsize=7928 CPUtime=0
/proc/9515/stat : 9515 (march_dl) R 9514 9514 8871 0 -1 4194304 1277 0 0 0 0 0 0 0 19 0 1 0 285608984 8118272 1272 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9515/statm: 1982 1274 49 118 0 1861 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9368

[startup+0.102338 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9514
/proc/meminfo: memFree=1194032/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=0
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285608984 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9514/statm: 360 110 95 260 0 84 0
[pid=9515] ppid=9514 vsize=11164 CPUtime=0.09
/proc/9515/stat : 9515 (march_dl) R 9514 9514 8871 0 -1 4194304 2248 0 0 0 8 1 0 0 19 0 1 0 285608984 11431936 2243 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9515/statm: 2791 2243 50 118 0 2670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12604

[startup+0.301372 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9514
/proc/meminfo: memFree=1194032/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=0
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285608984 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9514/statm: 360 110 95 260 0 84 0
[pid=9515] ppid=9514 vsize=13804 CPUtime=0.29
/proc/9515/stat : 9515 (march_dl) R 9514 9514 8871 0 -1 4194304 3055 0 0 0 28 1 0 0 20 0 1 0 285608984 14135296 3050 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9515/statm: 3451 3050 50 118 0 3330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15244

[startup+0.702441 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9514
/proc/meminfo: memFree=1194032/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=0
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285608984 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9514/statm: 360 110 95 260 0 84 0
[pid=9515] ppid=9514 vsize=29884 CPUtime=0.69
/proc/9515/stat : 9515 (march_dl) R 9514 9514 8871 0 -1 4194304 5665 0 0 0 66 3 0 0 24 0 1 0 285608984 30601216 5658 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9515/statm: 7471 5658 52 118 0 7350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31324

[startup+1.50157 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 9516
/proc/meminfo: memFree=1166368/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=0
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285608984 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9514/statm: 360 110 95 260 0 84 0
[pid=9515] ppid=9514 vsize=44648 CPUtime=1.49
/proc/9515/stat : 9515 (march_dl) R 9514 9514 8871 0 -1 4194304 13283 0 0 0 142 7 0 0 25 0 1 0 285608984 45719552 9378 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134523704 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9515/statm: 11162 9378 55 118 0 11041 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46088

[startup+3.10183 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 9516
/proc/meminfo: memFree=1166432/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=0
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 285608984 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9514/statm: 360 110 95 260 0 84 0
[pid=9515] ppid=9514 vsize=44640 CPUtime=3.08
/proc/9515/stat : 9515 (march_dl) R 9514 9514 8871 0 -1 4194304 29339 0 0 0 293 15 0 0 25 0 1 0 285608984 45711360 9372 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9515/statm: 11160 9372 57 118 0 11039 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46080

[startup+6.30135 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 9517
/proc/meminfo: memFree=1187936/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=1440 CPUtime=5
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 135 45942 0 0 0 0 476 24 16 0 1 0 285608984 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9514/statm: 360 111 96 260 0 84 0
[pid=9517] ppid=9514 vsize=35212 CPUtime=1.28
/proc/9517/stat : 9517 (ubcsat2006) R 9514 9514 8871 0 -1 4194304 6822 0 0 0 125 3 0 0 25 0 1 0 285609485 36057088 6805 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9517/statm: 8803 6805 156 64 0 8384 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36652

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 9517
/proc/meminfo: memFree=1154344/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=42956 CPUtime=12.68
/proc/9514/stat : 9514 (SATzilla2007_R) R 9512 9514 8871 0 -1 4194304 10066 52772 0 0 504 4 732 28 25 0 1 0 285608984 43986944 10035 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/9514/statm: 10739 10035 121 260 0 10463 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42956

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 9517
/proc/meminfo: memFree=1153704/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=42956 CPUtime=25.48
/proc/9514/stat : 9514 (SATzilla2007_R) R 9512 9514 8871 0 -1 4194304 10231 52772 0 0 1782 6 732 28 25 0 1 0 285608984 43986944 10200 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/9514/statm: 10739 10200 121 260 0 10463 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42956

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 9517
/proc/meminfo: memFree=1169128/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=26512 CPUtime=51.07
/proc/9514/stat : 9514 (SATzilla2007_R) R 9512 9514 8871 0 -1 4194304 13781 52772 0 0 4336 11 732 28 25 0 1 0 285608984 27148288 6342 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134541663 0 0 4096 0 0 0 0 17 1 0 0
/proc/9514/statm: 6628 6342 124 260 0 6352 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26512

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 9517
/proc/meminfo: memFree=1169192/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=26512 CPUtime=102.26
/proc/9514/stat : 9514 (SATzilla2007_R) R 9512 9514 8871 0 -1 4194304 15032 52772 0 0 9453 13 732 28 25 0 1 0 285608984 27148288 6342 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 134527253 0 0 4096 0 0 0 0 17 1 0 0
/proc/9514/statm: 6628 6342 124 260 0 6352 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 26512

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9518
/proc/meminfo: memFree=849696/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=331640 CPUtime=55.06
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 115817 0 0 0 5453 53 0 0 25 0 1 0 285619704 339599360 79516 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134541126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 82910 79516 65 118 0 82789 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 358928

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9518
/proc/meminfo: memFree=813984/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=370172 CPUtime=115.04
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 124810 0 0 0 11446 58 0 0 25 0 1 0 285619704 379056128 88509 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559669 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 92543 88509 65 118 0 92422 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 397460

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9518
/proc/meminfo: memFree=578144/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=605032 CPUtime=175.02
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 195897 0 0 0 17412 90 0 0 25 0 1 0 285619704 619552768 147265 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 151258 147265 65 118 0 151137 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 632320

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9518
/proc/meminfo: memFree=544672/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=643312 CPUtime=235
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 204246 0 0 0 23405 95 0 0 25 0 1 0 285619704 658751488 155614 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 160828 155614 65 118 0 160707 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 670600

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 9636
/proc/meminfo: memFree=115104/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1074240 CPUtime=294.93
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 317420 0 0 0 29353 140 0 0 25 0 1 0 285619704 1100021760 262442 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134541126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 268560 262442 65 118 0 268439 0

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

[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1074240 CPUtime=354.87
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 318390 0 0 0 35346 141 0 0 25 0 1 0 285619704 1100021760 263412 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 268560 263412 65 118 0 268439 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 1101528

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=111776/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1074240 CPUtime=414.85
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 318554 0 0 0 41344 141 0 0 25 0 1 0 285619704 1100021760 263576 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 268560 263576 65 118 0 268439 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 1101528

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=326176/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1099652 CPUtime=474.83
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 504812 0 0 0 47250 233 0 0 25 0 1 0 285619704 1126043648 270037 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134541126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 274913 270037 65 118 0 274792 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 1126940

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=207008/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1223512 CPUtime=534.81
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 534665 0 0 0 53235 246 0 0 25 0 1 0 285619704 1252876288 299890 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 305878 299890 65 118 0 305757 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 1250800

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=189856/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1246800 CPUtime=594.79
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 538930 0 0 0 59230 249 0 0 25 0 1 0 285619704 1276723200 304155 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 311700 304155 65 118 0 311579 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 1274088

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=271776/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1379460 CPUtime=654.77
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 685393 0 0 0 65158 319 0 0 25 0 1 0 285619704 1412567040 322510 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134617611 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 344865 322510 65 118 0 344744 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 1406748

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=212064/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1379420 CPUtime=714.75
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 724079 0 0 0 71140 335 0 0 25 0 1 0 285619704 1412526080 337454 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560262 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 344855 337454 65 118 0 344734 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 1406708

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=211232/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1379420 CPUtime=774.73
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 724272 0 0 0 77138 335 0 0 25 0 1 0 285619704 1412526080 337647 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 344855 337647 65 118 0 344734 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 1406708

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=156192/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1646256 CPUtime=834.71
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 826724 0 0 0 83089 382 0 0 25 0 1 0 285619704 1685766144 376062 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134543093 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 411564 376063 65 118 0 411443 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 1673544

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=255584/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1407896 CPUtime=894.69
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 908034 0 0 0 89045 424 0 0 25 0 1 0 285619704 1441685504 344626 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 351974 344626 65 118 0 351853 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 1435184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=255008/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1408784 CPUtime=954.68
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 908173 0 0 0 95044 424 0 0 25 0 1 0 285619704 1442594816 344765 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 352196 344765 65 118 0 352075 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 1436072

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=255008/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1408784 CPUtime=1014.66
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 908173 0 0 0 101042 424 0 0 25 0 1 0 285619704 1442594816 344765 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 352196 344765 65 118 0 352075 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 1436072

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9716
/proc/meminfo: memFree=258080/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=27288 CPUtime=107.16
/proc/9514/stat : 9514 (SATzilla2007_R) S 9512 9514 8871 0 -1 4194304 27212 52772 0 0 9936 20 732 28 25 0 1 0 285608984 27942912 6551 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9514/statm: 6822 6551 157 260 0 6546 0
[pid=9518] ppid=9514 vsize=1413376 CPUtime=1074.64
/proc/9518/stat : 9518 (march_dl) R 9514 9514 8871 0 -1 4194304 1088265 0 0 0 106952 512 0 0 25 0 1 0 285619704 1447297024 345926 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9518/statm: 353344 345926 65 118 0 353223 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 1440664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9716
/proc/meminfo: memFree=1592872/2055920 swapFree=4184012/4192956
[pid=9514] ppid=9512 vsize=83560 CPUtime=1200.1
/proc/9514/stat : 9514 (SATzilla2007_R) R 9512 9514 8871 0 -1 4194304 40714 1141037 0 0 10019 26 109402 563 25 0 1 0 285608984 85565440 19646 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/9514/statm: 20890 19646 161 260 0 20614 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 83560

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.62
CPU time (s): 1200.13
CPU user time (s): 1194.22
CPU system time (s): 5.9091
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 1682860

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

runsolver used 1.26881 second user time and 2.71859 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Wed Feb 28 09:55:13 UTC 2007

IDJOB= 315609
IDBENCH= 20420
IDSOLVER= 134
FILE ID= node69/315609-1172656512

PBS_JOBID= 3981201

Free space on /tmp= 66513 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= /tmp/evaluation/315609-1172656512/SATzilla2007_R /tmp/evaluation/315609-1172656512/instance-315609-1172656512.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-315609-1172656512 -o ROOT/results/node69/solver-315609-1172656512 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315609-1172656512/SATzilla2007_R /tmp/evaluation/315609-1172656512/instance-315609-1172656512.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  7634252332633927f116161c1beb6151

RANDOM SEED= 346284600

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1194440 kB
Buffers:         33032 kB
Cached:         761252 kB
SwapCached:       3220 kB
Active:         220960 kB
Inactive:       597956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1194440 kB
SwapTotal:     4192956 kB
SwapFree:      4184012 kB
Dirty:           15996 kB
Writeback:           0 kB
Mapped:          30032 kB
Slab:            28448 kB
Committed_AS:   776724 kB
PageTables:       1512 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= 66513 MiB

End job on node69 on Wed Feb 28 10:15:16 UTC 2007