Trace number 334817

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 CRAFTED? (TO) 1200.11 1200.42

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
MD5SUM58af3687ccec42ccd800f9557db434fc
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 variables16489
Number of clauses2248381
Sum of the clauses size4509197
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22246354
Number of clauses of size 30
Number of clauses of size 44
Number of clauses of size 58
Number of clauses of size over 52015

Solver Data (download as text)

106.55/106.64	c run March_dl for 5 seconds ... 
106.55/106.64	c Bin: Executing march_dl
106.55/106.64	c child exit by a signal
106.55/106.64	c march_dl returned code 137.
106.55/106.64	c run saps (UBCSAT implementation) for 2 seconds ... 
106.55/106.64	c Bin: Executing ubcsat2006
106.55/106.64	c child exited successfully
106.55/106.64	c ubcsat2006 returned code 0.
106.55/106.64	c satzilla computing base features
106.55/106.64	c satzilla doing unit-prop probe
106.55/106.64	c satzilla doing local search probe
106.55/106.64	c satzilla doing lobjois search-space size estimate
106.55/106.64	c satzilla's ranking:
106.55/106.64	c 1) march_dl: 0.193592
106.55/106.64	c 2) zchaff_rand+P: 0.986961
106.55/106.64	c 3) minisat20+P: 2.810970
106.55/106.64	c 4) vallst+P: 2.912731
106.55/106.64	c 5) minisat20: 3.505301
106.55/106.64	c 6) march_dl+P: 6.057621
106.55/106.64	c 7) kcnfs+P: 999.000000
106.55/106.64	c 8) kcnfs: 999.000000
106.55/106.64	c 9) vallst: 999.000000
106.55/106.64	c 10) zchaff_rand: 999.000000
106.55/106.64	c satzilla running march_dl ... 
1199.36/1199.79	c Bin: Executing march_dl
1199.36/1199.79	c child exit by a signal
1199.36/1199.79	c march_dl returned code 137.
1199.36/1199.79	c march_dl returned code 137.
1199.36/1199.79	c satzilla running zchaff_rand 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/node18/watcher-334817-1173594256 -o ROOT/results/node18/solver-334817-1173594256 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334817-1173594256/SATzilla2007_C /tmp/evaluation/334817-1173594256/instance-334817-1173594256.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.93 0.98 0.99 3/77 29064
/proc/meminfo: memFree=1418992/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=0
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379380642 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 360 110 95 260 0 84 0
[pid=29065] ppid=29064 vsize=9420 CPUtime=0
/proc/29065/stat : 29065 (march_dl) R 29064 29064 27855 0 -1 4194304 831 0 0 0 0 0 0 0 19 0 1 0 379380642 9646080 826 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549401 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29065/statm: 2355 833 49 118 0 2234 0

[startup+0.048934 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 29064
/proc/meminfo: memFree=1418992/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=0
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379380642 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 360 110 95 260 0 84 0
[pid=29065] ppid=29064 vsize=19656 CPUtime=0.04
/proc/29065/stat : 29065 (march_dl) R 29064 29064 27855 0 -1 4194304 2653 0 0 0 3 1 0 0 19 0 1 0 379380642 20127744 2648 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29065/statm: 4914 2648 50 118 0 4793 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21096

[startup+0.101938 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 29064
/proc/meminfo: memFree=1418992/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=0
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379380642 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 360 110 95 260 0 84 0
[pid=29065] ppid=29064 vsize=20448 CPUtime=0.09
/proc/29065/stat : 29065 (march_dl) R 29064 29064 27855 0 -1 4194304 2887 0 0 0 8 1 0 0 19 0 1 0 379380642 20938752 2882 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29065/statm: 5112 2882 50 118 0 4991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21888

[startup+0.301957 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 29064
/proc/meminfo: memFree=1418992/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=0
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379380642 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 360 110 95 260 0 84 0
[pid=29065] ppid=29064 vsize=23220 CPUtime=0.29
/proc/29065/stat : 29065 (march_dl) R 29064 29064 27855 0 -1 4194304 3772 0 0 0 28 1 0 0 21 0 1 0 379380642 23777280 3767 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29065/statm: 5805 3767 50 118 0 5684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24660

[startup+0.701995 s]
/proc/loadavg: 0.93 0.98 0.99 3/77 29064
/proc/meminfo: memFree=1418992/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=0
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379380642 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 360 110 95 260 0 84 0
[pid=29065] ppid=29064 vsize=28896 CPUtime=0.69
/proc/29065/stat : 29065 (march_dl) R 29064 29064 27855 0 -1 4194304 5536 0 0 0 67 2 0 0 25 0 1 0 379380642 29589504 5531 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29065/statm: 7224 5531 50 118 0 7103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30336

[startup+1.50107 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 29066
/proc/meminfo: memFree=1391712/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=0
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379380642 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 360 110 95 260 0 84 0
[pid=29065] ppid=29064 vsize=40116 CPUtime=1.49
/proc/29065/stat : 29065 (march_dl) R 29064 29064 27855 0 -1 4194304 9065 0 0 0 145 4 0 0 25 0 1 0 379380642 41078784 9060 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29065/statm: 10029 9060 50 118 0 9908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41556

[startup+3.10123 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 29066
/proc/meminfo: memFree=1372128/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=0
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379380642 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 360 110 95 260 0 84 0
[pid=29065] ppid=29064 vsize=98992 CPUtime=3.08
/proc/29065/stat : 29065 (march_dl) R 29064 29064 27855 0 -1 4194304 20510 0 0 0 299 9 0 0 25 0 1 0 379380642 101367808 13760 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544564 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29065/statm: 24748 13760 53 118 0 24627 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100432

[startup+6.30254 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 29067
/proc/meminfo: memFree=1412768/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=1440 CPUtime=5
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 135 21539 0 0 0 0 489 11 18 0 1 0 379380642 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29064/statm: 360 111 96 260 0 84 0
[pid=29067] ppid=29064 vsize=36060 CPUtime=1.28
/proc/29067/stat : 29067 (ubcsat2006) R 29064 29064 27855 0 -1 4194304 4990 0 0 0 125 3 0 0 25 0 1 0 379381143 36925440 4974 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 8182646 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29067/statm: 9015 4974 141 64 0 8596 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37500

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 29067
/proc/meminfo: memFree=1362032/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=81148 CPUtime=12.67
/proc/29064/stat : 29064 (SATzilla2007_C) R 29062 29064 27855 0 -1 4194304 19041 46717 0 0 284 9 950 24 25 0 1 0 379380642 83095552 19011 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/29064/statm: 20287 19012 114 260 0 20011 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 81148

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 29067
/proc/meminfo: memFree=1331568/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=88484 CPUtime=25.47
/proc/29064/stat : 29064 (SATzilla2007_C) R 29062 29064 27855 0 -1 4194304 54317 46717 0 0 1545 28 950 24 25 0 1 0 379380642 90607616 21903 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/29064/statm: 22121 21903 124 260 0 21845 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88484

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 29067
/proc/meminfo: memFree=1330032/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=90104 CPUtime=51.05
/proc/29064/stat : 29064 (SATzilla2007_C) R 29062 29064 27855 0 -1 4194304 68847 46717 0 0 4092 39 950 24 25 0 1 0 379380642 92266496 22316 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 1 0 0
/proc/29064/statm: 22526 22316 124 260 0 22250 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 90104

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 29067
/proc/meminfo: memFree=1328240/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=112724 CPUtime=102.25
/proc/29064/stat : 29064 (SATzilla2007_C) R 29062 29064 27855 0 -1 4194304 126818 46717 0 0 9164 87 950 24 25 0 1 0 379380642 115429376 23224 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134627257 0 0 4096 0 0 0 0 17 1 0 0
/proc/29064/statm: 28181 23224 156 260 0 27905 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 112724

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1215328/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=148772 CPUtime=55.63
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 139389 0 0 0 5497 66 0 0 25 0 1 0 379391307 152342528 28327 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 37193 28327 65 118 0 37072 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 239940

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100192/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342304 CPUtime=115.61
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198407 0 0 0 11465 96 0 0 25 0 1 0 379391307 350519296 57098 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85576 57098 75 118 0 85455 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 433472

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100000/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342328 CPUtime=175.59
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198447 0 0 0 17463 96 0 0 25 0 1 0 379391307 350543872 57138 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85582 57138 75 118 0 85461 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 433496

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=235.59
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198450 0 0 0 23462 97 0 0 25 0 1 0 379391307 350552064 57141 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57141 75 118 0 85463 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 433504

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=295.57
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198451 0 0 0 29460 97 0 0 25 0 1 0 379391307 350552064 57142 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57142 75 118 0 85463 0

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

[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=355.55
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 35458 97 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 433504

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=415.54
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 41456 98 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 433504

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100000/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=475.52
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 47454 98 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 433504

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=535.51
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 53453 98 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134571544 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 433504

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=595.49
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 59450 99 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 433504

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=655.48
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 65449 99 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 433504

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 29068
/proc/meminfo: memFree=1100000/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=715.47
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 71447 100 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527730 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 433504

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=775.45
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 77445 100 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 433504

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100000/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=835.43
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 83443 100 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134565990 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 433504

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=895.42
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 89441 101 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551939 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 433504

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100000/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=955.4
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 95439 101 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 433504

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29068
/proc/meminfo: memFree=1100064/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=1015.39
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 101437 102 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551836 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 433504

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 29070
/proc/meminfo: memFree=1100000/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=91168 CPUtime=106.59
/proc/29064/stat : 29064 (SATzilla2007_C) S 29062 29064 27855 0 -1 4194304 146752 46717 0 0 9586 99 950 24 25 0 1 0 379380642 93356032 22598 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29064/statm: 22792 22598 157 260 0 22516 0
[pid=29068] ppid=29064 vsize=342336 CPUtime=1075.37
/proc/29068/stat : 29068 (march_dl) R 29064 29064 27855 0 -1 4194304 198452 0 0 0 107435 102 0 0 25 0 1 0 379391307 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134552238 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29068/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 433504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 29070
/proc/meminfo: memFree=1310376/2055920 swapFree=4153284/4192956
[pid=29064] ppid=29062 vsize=109916 CPUtime=1200.08
/proc/29064/stat : 29064 (SATzilla2007_C) R 29062 29064 27855 0 -1 4194304 152345 245169 0 0 9644 102 110131 131 23 0 1 0 379380642 112553984 27270 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/29064/statm: 27479 27271 157 260 0 27203 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 109916

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.11
CPU user time (s): 1197.75
CPU system time (s): 2.35664
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 433504

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

runsolver used 1.17982 second user time and 3.19551 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Mar 11 06:24:21 UTC 2007

IDJOB= 334817
IDBENCH= 24636
IDSOLVER= 135
FILE ID= node18/334817-1173594256

PBS_JOBID= 4101222

Free space on /tmp= 66477 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334817-1173594256/SATzilla2007_C /tmp/evaluation/334817-1173594256/instance-334817-1173594256.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-334817-1173594256 -o ROOT/results/node18/solver-334817-1173594256 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334817-1173594256/SATzilla2007_C /tmp/evaluation/334817-1173594256/instance-334817-1173594256.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  58af3687ccec42ccd800f9557db434fc

RANDOM SEED= 354941851

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1419464 kB
Buffers:         46968 kB
Cached:         507824 kB
SwapCached:       3080 kB
Active:         295300 kB
Inactive:       282848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419464 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:           38560 kB
Writeback:           0 kB
Mapped:          30272 kB
Slab:            43980 kB
Committed_AS:  1269076 kB
PageTables:       1668 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 node18 on Sun Mar 11 06:44:23 UTC 2007