Trace number 334858

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-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
MD5SUM4c4e7e1211c6b5f2d2564e77e64df6f5
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 variables12558
Number of clauses1112504
Sum of the clauses size2234596
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21111019
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51484

Solver Data (download as text)

33.97/34.03	c run March_dl for 5 seconds ... 
33.97/34.03	c Bin: Executing march_dl
33.97/34.03	c child exit by a signal
33.97/34.03	c march_dl returned code 137.
33.97/34.03	c run saps (UBCSAT implementation) for 2 seconds ... 
33.97/34.03	c Bin: Executing ubcsat2006
33.97/34.03	c child exited successfully
33.97/34.03	c ubcsat2006 returned code 0.
33.97/34.03	c satzilla computing base features
33.97/34.03	c satzilla doing unit-prop probe
33.97/34.03	c satzilla doing local search probe
33.97/34.03	c satzilla doing lobjois search-space size estimate
33.97/34.03	c satzilla's ranking:
33.97/34.03	c 1) march_dl: -15478.541117
33.97/34.03	c 2) kcnfs: -846.995879
33.97/34.03	c 3) minisat20+P: 192.866957
33.97/34.03	c 4) kcnfs+P: 999.000000
33.97/34.03	c 5) march_dl+P: 999.000000
33.97/34.03	c 6) vallst+P: 999.000000
33.97/34.03	c 7) zchaff_rand+P: 999.000000
33.97/34.03	c 8) vallst: 999.000000
33.97/34.03	c 9) zchaff_rand: 999.000000
33.97/34.03	c 10) minisat20: 999.000000
33.97/34.03	c satzilla running march_dl ... 
1198.82/1199.21	c Bin: Executing march_dl
1198.82/1199.21	c child exit by a signal
1198.82/1199.21	c march_dl returned code 137.
1198.82/1199.21	c march_dl returned code 137.
1198.82/1199.21	c satzilla running kcnfs ... 
1198.82/1199.21	c Bin: Executing kcnfs
1198.82/1199.21	c kcnfs returned code 1.
1198.82/1199.21	c kcnfs returned code 1.
1198.82/1199.21	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/node19/watcher-334858-1173596680 -o ROOT/results/node19/solver-334858-1173596680 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334858-1173596680/SATzilla2007_R /tmp/evaluation/334858-1173596680/instance-334858-1173596680.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.97 0.98 0.99 2/77 7863
/proc/meminfo: memFree=1532088/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=0
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379622277 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 360 110 95 260 0 84 0
[pid=7864] ppid=7863 vsize=4984 CPUtime=0
/proc/7864/stat : 7864 (march_dl) R 7863 7863 6346 0 -1 4194304 829 0 0 0 0 0 0 0 20 0 1 0 379622278 5103616 824 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549441 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7864/statm: 1246 832 49 118 0 1125 0

[startup+0.0385209 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 7863
/proc/meminfo: memFree=1532088/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=0
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379622277 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 360 110 95 260 0 84 0
[pid=7864] ppid=7863 vsize=10464 CPUtime=0.02
/proc/7864/stat : 7864 (march_dl) R 7863 7863 6346 0 -1 4194304 1468 0 0 0 2 0 0 0 20 0 1 0 379622278 10715136 1463 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134777983 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7864/statm: 2616 1463 50 118 0 2495 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11904

[startup+0.102528 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 7863
/proc/meminfo: memFree=1532088/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=0
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379622277 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 360 110 95 260 0 84 0
[pid=7864] ppid=7863 vsize=11388 CPUtime=0.09
/proc/7864/stat : 7864 (march_dl) R 7863 7863 6346 0 -1 4194304 1753 0 0 0 9 0 0 0 20 0 1 0 379622278 11661312 1748 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134724555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7864/statm: 2847 1748 50 118 0 2726 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12828

[startup+0.302549 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 7863
/proc/meminfo: memFree=1532088/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=0
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379622277 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 360 110 95 260 0 84 0
[pid=7864] ppid=7863 vsize=14292 CPUtime=0.29
/proc/7864/stat : 7864 (march_dl) R 7863 7863 6346 0 -1 4194304 2646 0 0 0 28 1 0 0 21 0 1 0 379622278 14635008 2641 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134781636 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7864/statm: 3573 2641 50 118 0 3452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15732

[startup+0.702593 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 7863
/proc/meminfo: memFree=1532088/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=0
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379622277 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 360 110 95 260 0 84 0
[pid=7864] ppid=7863 vsize=19968 CPUtime=0.69
/proc/7864/stat : 7864 (march_dl) R 7863 7863 6346 0 -1 4194304 4434 0 0 0 68 1 0 0 24 0 1 0 379622278 20447232 4429 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7864/statm: 4992 4429 50 118 0 4871 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21408

[startup+1.50168 s]
/proc/loadavg: 0.97 0.98 0.99 2/79 7865
/proc/meminfo: memFree=1508200/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=0
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379622277 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 360 110 95 260 0 84 0
[pid=7864] ppid=7863 vsize=49768 CPUtime=1.49
/proc/7864/stat : 7864 (march_dl) R 7863 7863 6346 0 -1 4194304 10348 0 0 0 144 5 0 0 25 0 1 0 379622278 50962432 6974 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544550 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7864/statm: 12442 6974 53 118 0 12321 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51208

[startup+3.10185 s]
/proc/loadavg: 0.97 0.98 0.99 2/79 7865
/proc/meminfo: memFree=1502056/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=0
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379622277 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 360 110 95 260 0 84 0
[pid=7864] ppid=7863 vsize=49992 CPUtime=3.08
/proc/7864/stat : 7864 (march_dl) R 7863 7863 6346 0 -1 4194304 12520 0 0 0 303 5 0 0 25 0 1 0 379622278 51191808 8059 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7864/statm: 12498 8059 55 118 0 12377 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51432

[startup+6.3012 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 7866
/proc/meminfo: memFree=1525800/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=1440 CPUtime=5
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 135 30640 0 0 0 0 485 15 16 0 1 0 379622277 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7863/statm: 360 111 96 260 0 84 0
[pid=7866] ppid=7863 vsize=31816 CPUtime=1.28
/proc/7866/stat : 7866 (ubcsat2006) R 7863 7863 6346 0 -1 4194304 6806 0 0 0 124 4 0 0 25 0 1 0 379622779 32579584 6789 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134719557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7866/statm: 7954 6789 142 64 0 7535 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33256

[startup+12.7019 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 7866
/proc/meminfo: memFree=1456688/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=45840 CPUtime=12.67
/proc/7863/stat : 7863 (SATzilla2007_R) R 7861 7863 6346 0 -1 4194304 26657 43291 0 0 420 13 811 23 25 0 1 0 379622277 46940160 11255 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 1 0 0
/proc/7863/statm: 11460 11255 124 260 0 11184 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 45840

[startup+25.5013 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 7866
/proc/meminfo: memFree=1487280/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=45896 CPUtime=25.47
/proc/7863/stat : 7863 (SATzilla2007_R) R 7861 7863 6346 0 -1 4194304 30303 43291 0 0 1696 17 811 23 25 0 1 0 379622277 46997504 11269 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 1 0 0
/proc/7863/statm: 11474 11269 124 260 0 11198 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45896

[startup+51.1021 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1438312/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=67104 CPUtime=17.05
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 78885 0 0 0 1669 36 0 0 25 0 1 0 379625681 68714496 12343 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 16776 12343 65 118 0 16655 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 114412

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1387240/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154328 CPUtime=68.23
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142736 0 0 0 6754 69 0 0 25 0 1 0 379625681 158031872 24686 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38582 24686 75 118 0 38461 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 201636

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386792/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154724 CPUtime=128.22
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142851 0 0 0 12752 70 0 0 25 0 1 0 379625681 158437376 24801 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38681 24801 75 118 0 38560 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 202032

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=188.19
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142873 0 0 0 18749 70 0 0 25 0 1 0 379625681 158568448 24823 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24823 75 118 0 38592 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 202160

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386664/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=248.18
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142880 0 0 0 24747 71 0 0 25 0 1 0 379625681 158568448 24830 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24830 75 118 0 38592 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 202160

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386664/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=308.16
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142885 0 0 0 30745 71 0 0 25 0 1 0 379625681 158568448 24835 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24835 75 118 0 38592 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 202160

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386664/2055920 swapFree=4169404/4192956

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

[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=428.13
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142890 0 0 0 42741 72 0 0 25 0 1 0 379625681 158568448 24840 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24840 75 118 0 38592 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 202160

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386664/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=488.11
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142891 0 0 0 48738 73 0 0 25 0 1 0 379625681 158568448 24841 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24841 75 118 0 38592 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 202160

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=548.09
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142894 0 0 0 54736 73 0 0 25 0 1 0 379625681 158568448 24844 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24844 75 118 0 38592 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 202160

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=608.08
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142894 0 0 0 60734 74 0 0 25 0 1 0 379625681 158568448 24844 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551444 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24844 75 118 0 38592 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 202160

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=668.06
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142894 0 0 0 66732 74 0 0 25 0 1 0 379625681 158568448 24844 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24844 75 118 0 38592 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 202160

[startup+762.306 s]
/proc/loadavg: 1.06 0.99 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=728.05
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142895 0 0 0 72730 75 0 0 25 0 1 0 379625681 158568448 24845 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24845 75 118 0 38592 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 202160

[startup+822.303 s]
/proc/loadavg: 1.02 0.99 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=788.02
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142895 0 0 0 78727 75 0 0 25 0 1 0 379625681 158568448 24845 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551668 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24845 75 118 0 38592 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 202160

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=848.01
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142895 0 0 0 84725 76 0 0 25 0 1 0 379625681 158568448 24845 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24845 75 118 0 38592 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 202160

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7867
/proc/meminfo: memFree=1386792/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=907.99
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142895 0 0 0 90723 76 0 0 25 0 1 0 379625681 158568448 24845 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532786 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24845 75 118 0 38592 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 202160

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=967.97
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142895 0 0 0 96720 77 0 0 25 0 1 0 379625681 158568448 24845 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134565036 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24845 75 118 0 38592 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 202160

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 3/79 7867
/proc/meminfo: memFree=1386792/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=1027.95
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142895 0 0 0 102718 77 0 0 25 0 1 0 379625681 158568448 24845 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551666 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24845 75 118 0 38592 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 202160

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=1087.94
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142895 0 0 0 108716 78 0 0 25 0 1 0 379625681 158568448 24845 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24845 75 118 0 38592 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 202160

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7867
/proc/meminfo: memFree=1386728/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=47308 CPUtime=34
/proc/7863/stat : 7863 (SATzilla2007_R) S 7861 7863 6346 0 -1 4194304 54801 43291 0 0 2535 31 811 23 25 0 1 0 379622277 48443392 11638 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7863/statm: 11827 11638 157 260 0 11551 0
[pid=7867] ppid=7863 vsize=154852 CPUtime=1147.92
/proc/7867/stat : 7867 (march_dl) R 7863 7863 6346 0 -1 4194304 142896 0 0 0 114714 78 0 0 25 0 1 0 379625681 158568448 24846 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7867/statm: 38713 24846 75 118 0 38592 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 202160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7867
/proc/meminfo: memFree=1444592/2055920 swapFree=4169404/4192956
[pid=7863] ppid=7861 vsize=89024 CPUtime=1200.04
/proc/7863/stat : 7863 (SATzilla2007_R) R 7861 7863 6346 0 -1 4194304 65685 186188 0 0 2648 38 117214 104 25 0 1 0 379622277 91160576 22041 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134587198 0 0 4096 0 0 0 0 17 1 0 0
/proc/7863/statm: 22256 22041 157 260 0 21980 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 89024

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): 1198.63
CPU system time (s): 1.43978
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 211108

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

runsolver used 1.26081 second user time and 3.11753 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Mar 11 07:04:43 UTC 2007

IDJOB= 334858
IDBENCH= 24637
IDSOLVER= 134
FILE ID= node19/334858-1173596680

PBS_JOBID= 4101223

Free space on /tmp= 66534 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  4c4e7e1211c6b5f2d2564e77e64df6f5

RANDOM SEED= 86854400

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1532496 kB
Buffers:         45764 kB
Cached:         394000 kB
SwapCached:       2440 kB
Active:         344172 kB
Inactive:       118392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532496 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:           22888 kB
Writeback:           0 kB
Mapped:          30164 kB
Slab:            46416 kB
Committed_AS:  1440024 kB
PageTables:       1756 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= 66534 MiB

End job on node19 on Sun Mar 11 07:24:45 UTC 2007