Trace number 335026

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.07 1200.42

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data (download as text)

69.74/69.86	c run March_dl for 5 seconds ... 
69.74/69.86	c Bin: Executing march_dl
69.74/69.86	c child exit by a signal
69.74/69.86	c march_dl returned code 137.
69.74/69.86	c run saps (UBCSAT implementation) for 2 seconds ... 
69.74/69.86	c Bin: Executing ubcsat2006
69.74/69.86	c child exited successfully
69.74/69.86	c ubcsat2006 returned code 0.
69.74/69.86	c satzilla computing base features
69.74/69.86	c satzilla doing unit-prop probe
69.74/69.86	c satzilla doing local search probe
69.74/69.86	c satzilla doing lobjois search-space size estimate
69.74/69.86	c satzilla's ranking:
69.74/69.86	c 1) march_dl: -54546.701589
69.74/69.86	c 2) kcnfs: -1024.933094
69.74/69.86	c 3) minisat20+P: 147.110514
69.74/69.86	c 4) kcnfs+P: 999.000000
69.74/69.86	c 5) march_dl+P: 999.000000
69.74/69.86	c 6) vallst+P: 999.000000
69.74/69.86	c 7) zchaff_rand+P: 999.000000
69.74/69.86	c 8) vallst: 999.000000
69.74/69.86	c 9) zchaff_rand: 999.000000
69.74/69.86	c 10) minisat20: 999.000000
69.74/69.86	c satzilla running march_dl ... 
1199.62/1200.04	c Bin: Executing march_dl
1199.62/1200.04	c child exit by a signal
1199.62/1200.04	c march_dl returned code 137.
1199.62/1200.04	c march_dl returned code 137.
1199.62/1200.04	c satzilla running kcnfs ... 
1199.62/1200.04	c Bin: Executing kcnfs
1199.62/1200.04	c kcnfs returned code 1.
1199.62/1200.04	c kcnfs returned code 1.
1199.62/1200.04	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/node2/watcher-335026-1173604906 -o ROOT/results/node2/solver-335026-1173604906 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335026-1173604906/SATzilla2007_R /tmp/evaluation/335026-1173604906/instance-335026-1173604906.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.95 0.98 3/77 6598
/proc/meminfo: memFree=1385848/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=0
/proc/6598/stat : 6598 (SATzilla2007_R) R 6596 6598 5711 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 380446078 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/6598/statm: 360 110 95 260 0 84 0
[pid=6599] ppid=6598 vsize=10436 CPUtime=0
/proc/6599/stat : 6599 (march_dl) R 6598 6598 5711 0 -1 4194304 847 0 0 0 0 0 0 0 18 0 1 0 380446078 10686464 843 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549449 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6599/statm: 2609 851 49 118 0 2488 0

[startup+0.018274 s]
/proc/loadavg: 0.92 0.95 0.98 3/77 6598
/proc/meminfo: memFree=1385848/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=0
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380446078 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6598/statm: 360 110 95 260 0 84 0
[pid=6599] ppid=6598 vsize=21292 CPUtime=0.01
/proc/6599/stat : 6599 (march_dl) R 6598 6598 5711 0 -1 4194304 2771 0 0 0 0 1 0 0 18 0 1 0 380446078 21803008 2766 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6599/statm: 5323 2766 50 118 0 5202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22732

[startup+0.101282 s]
/proc/loadavg: 0.92 0.95 0.98 3/77 6598
/proc/meminfo: memFree=1385848/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=0
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380446078 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6598/statm: 360 110 95 260 0 84 0
[pid=6599] ppid=6598 vsize=22480 CPUtime=0.09
/proc/6599/stat : 6599 (march_dl) R 6598 6598 5711 0 -1 4194304 3135 0 0 0 8 1 0 0 19 0 1 0 380446078 23019520 3130 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134781618 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6599/statm: 5620 3131 50 118 0 5499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23920

[startup+0.301302 s]
/proc/loadavg: 0.92 0.95 0.98 3/77 6598
/proc/meminfo: memFree=1385848/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=0
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380446078 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6598/statm: 360 110 95 260 0 84 0
[pid=6599] ppid=6598 vsize=25252 CPUtime=0.29
/proc/6599/stat : 6599 (march_dl) R 6598 6598 5711 0 -1 4194304 4017 0 0 0 28 1 0 0 21 0 1 0 380446078 25858048 4012 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6599/statm: 6313 4012 50 118 0 6192 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26692

[startup+0.701344 s]
/proc/loadavg: 0.92 0.95 0.98 3/77 6598
/proc/meminfo: memFree=1385848/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=0
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380446078 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6598/statm: 360 110 95 260 0 84 0
[pid=6599] ppid=6598 vsize=30928 CPUtime=0.68
/proc/6599/stat : 6599 (march_dl) R 6598 6598 5711 0 -1 4194304 5782 0 0 0 66 2 0 0 25 0 1 0 380446078 31670272 5777 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6599/statm: 7732 5777 50 118 0 7611 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32368

[startup+1.50143 s]
/proc/loadavg: 0.92 0.95 0.98 2/79 6600
/proc/meminfo: memFree=1357416/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=0
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380446078 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6598/statm: 360 110 95 260 0 84 0
[pid=6599] ppid=6598 vsize=42148 CPUtime=1.49
/proc/6599/stat : 6599 (march_dl) R 6598 6598 5711 0 -1 4194304 9312 0 0 0 144 5 0 0 25 0 1 0 380446078 43159552 9307 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6599/statm: 10537 9307 50 118 0 10416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43588

[startup+3.10159 s]
/proc/loadavg: 0.92 0.95 0.98 2/79 6600
/proc/meminfo: memFree=1337832/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=0
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 380446078 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6598/statm: 360 110 95 260 0 84 0
[pid=6599] ppid=6598 vsize=130512 CPUtime=3.09
/proc/6599/stat : 6599 (march_dl) R 6598 6598 5711 0 -1 4194304 22728 0 0 0 296 13 0 0 25 0 1 0 380446078 133644288 22722 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542432 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6599/statm: 32628 22722 52 118 0 32507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131952

[startup+6.30193 s]
/proc/loadavg: 0.93 0.95 0.98 2/79 6601
/proc/meminfo: memFree=1379624/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=1440 CPUtime=5
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 135 23958 0 0 0 0 485 15 16 0 1 0 380446078 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6598/statm: 360 111 96 260 0 84 0
[pid=6601] ppid=6598 vsize=38092 CPUtime=1.28
/proc/6601/stat : 6601 (ubcsat2006) R 6598 6598 5711 0 -1 4194304 5010 0 0 0 125 3 0 0 25 0 1 0 380446579 39006208 4994 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134723458 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6601/statm: 9523 4994 141 64 0 9104 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39532

[startup+12.7016 s]
/proc/loadavg: 1.01 0.97 0.98 2/78 6601
/proc/meminfo: memFree=1336624/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=81700 CPUtime=12.68
/proc/6598/stat : 6598 (SATzilla2007_R) R 6596 6598 5711 0 -1 4194304 17914 51996 0 0 253 12 971 32 25 0 1 0 380446078 83660800 17884 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/6598/statm: 20425 17884 114 260 0 20149 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81700

[startup+25.5019 s]
/proc/loadavg: 1.01 0.97 0.98 2/78 6601
/proc/meminfo: memFree=1288880/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=97644 CPUtime=25.47
/proc/6598/stat : 6598 (SATzilla2007_R) R 6596 6598 5711 0 -1 4194304 59984 51996 0 0 1510 34 971 32 25 0 1 0 380446078 99987456 24202 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134541670 0 0 4096 0 0 0 0 17 1 0 0
/proc/6598/statm: 24411 24202 124 260 0 24135 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 97644

[startup+51.1016 s]
/proc/loadavg: 1.00 0.97 0.98 3/78 6601
/proc/meminfo: memFree=1286256/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=100932 CPUtime=51.05
/proc/6598/stat : 6598 (SATzilla2007_R) R 6596 6598 5711 0 -1 4194304 72233 51996 0 0 4057 45 971 32 25 0 1 0 380446078 103354368 24995 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/6598/statm: 25233 24995 124 260 0 24957 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 100932

[startup+102.307 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1154920/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=167860 CPUtime=32.42
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 104900 0 0 0 3191 51 0 0 25 0 1 0 380453064 171888640 32059 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134560162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 41965 32059 65 118 0 41844 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 271616

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1041128/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=292692 CPUtime=92.4
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 185907 0 0 0 9148 92 0 0 25 0 1 0 380453064 299716608 60433 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 73173 60433 73 118 0 73052 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 396448

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029800/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=152.38
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196005 0 0 0 15142 96 0 0 25 0 1 0 380453064 388997120 63264 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63264 75 118 0 94849 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 483636

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=212.36
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196006 0 0 0 21140 96 0 0 25 0 1 0 380453064 388997120 63265 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528340 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 483636

[startup+342.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=272.35
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196006 0 0 0 27138 97 0 0 25 0 1 0 380453064 388997120 63265 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 483636

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0

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

[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=392.32
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196006 0 0 0 39134 98 0 0 25 0 1 0 380453064 388997120 63265 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 483636

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029800/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=452.3
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196006 0 0 0 45132 98 0 0 25 0 1 0 380453064 388997120 63265 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 483636

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=512.28
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196006 0 0 0 51129 99 0 0 25 0 1 0 380453064 388997120 63265 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 483636

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029800/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=572.27
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196006 0 0 0 57128 99 0 0 25 0 1 0 380453064 388997120 63265 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528063 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63265 75 118 0 94849 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 483636

[startup+702.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=632.25
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196007 0 0 0 63125 100 0 0 25 0 1 0 380453064 388997120 63266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528321 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63266 75 118 0 94849 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 483636

[startup+762.305 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=692.24
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196007 0 0 0 69124 100 0 0 25 0 1 0 380453064 388997120 63266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63266 75 118 0 94849 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 483636

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029672/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=752.21
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196007 0 0 0 75121 100 0 0 25 0 1 0 380453064 388997120 63266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63266 75 118 0 94849 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 483636

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=812.2
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196007 0 0 0 81119 101 0 0 25 0 1 0 380453064 388997120 63266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63266 75 118 0 94849 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 483636

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=872.19
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196007 0 0 0 87117 102 0 0 25 0 1 0 380453064 388997120 63266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63266 75 118 0 94849 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 483636

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=932.17
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196007 0 0 0 93115 102 0 0 25 0 1 0 380453064 388997120 63266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63266 75 118 0 94849 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 483636

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=992.16
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196007 0 0 0 99113 103 0 0 25 0 1 0 380453064 388997120 63266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63266 75 118 0 94849 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 483636

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.98 3/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=1052.14
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196014 0 0 0 105111 103 0 0 25 0 1 0 380453064 388997120 63273 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63273 75 118 0 94849 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 483636

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/79 6602
/proc/meminfo: memFree=1029736/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=103756 CPUtime=69.8
/proc/6598/stat : 6598 (SATzilla2007_R) S 6596 6598 5711 0 -1 4194304 130450 51996 0 0 5894 83 971 32 25 0 1 0 380446078 106246144 25726 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6598/statm: 25939 25726 157 260 0 25663 0
[pid=6602] ppid=6598 vsize=379880 CPUtime=1112.12
/proc/6602/stat : 6602 (march_dl) R 6598 6598 5711 0 -1 4194304 196014 0 0 0 111109 103 0 0 25 0 1 0 380453064 388997120 63273 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6602/statm: 94970 63273 75 118 0 94849 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 483636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.98 2/78 6602
/proc/meminfo: memFree=1276528/2055920 swapFree=4153164/4192956
[pid=6598] ppid=6596 vsize=110228 CPUtime=1200.03
/proc/6598/stat : 6598 (SATzilla2007_R) R 6596 6598 5711 0 -1 4194304 133812 248010 0 0 5929 84 113850 140 21 0 1 0 380446078 112873472 27360 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/6598/statm: 27557 27360 157 260 0 27281 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 110228

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.42
CPU time (s): 1200.07
CPU user time (s): 1197.8
CPU system time (s): 2.26866
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 483636

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

runsolver used 1.25781 second user time and 3.12052 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Mar 11 09:21:51 UTC 2007

IDJOB= 335026
IDBENCH= 24641
IDSOLVER= 134
FILE ID= node2/335026-1173604906

PBS_JOBID= 4101251

Free space on /tmp= 66477 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335026-1173604906/SATzilla2007_R /tmp/evaluation/335026-1173604906/instance-335026-1173604906.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-335026-1173604906 -o ROOT/results/node2/solver-335026-1173604906 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335026-1173604906/SATzilla2007_R /tmp/evaluation/335026-1173604906/instance-335026-1173604906.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  181c4935b6e4cd791aedd030930111fa

RANDOM SEED= 563143504

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1386256 kB
Buffers:         47396 kB
Cached:         538104 kB
SwapCached:       2496 kB
Active:         431068 kB
Inactive:       177200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1386256 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:           42084 kB
Writeback:           0 kB
Mapped:          30160 kB
Slab:            46852 kB
Committed_AS:  1680808 kB
PageTables:       1812 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= 66477 MiB

End job on node2 on Sun Mar 11 09:41:54 UTC 2007