Trace number 1544239

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla RANDOM? (TO) 1200.05 1200.61

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/16000/
unif-k3-r4.2-v16000-c67200-S51132115-023.cnf
MD5SUM774d62294125db90f73d8b18ec29f4dd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.2923
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

11.76/11.90	c run March_dl for 5 seconds ... 
11.76/11.90	c Bin: Executing march_dl
11.76/11.90	c child exit by a signal
11.76/11.90	c march_dl returned code 137.
11.76/11.90	c run saps (UBCSAT implementation) for 2 seconds ... 
11.76/11.90	c Bin: Executing ubcsat2006
11.76/11.90	c child exited successfully
11.76/11.90	c ubcsat2006 returned code 0.
11.76/11.90	c satzilla computing base features
11.76/11.90	c satzilla doing unit-prop probe
11.76/11.90	c satzilla doing local search probe
11.76/11.90	c satzilla doing lobjois search-space size estimate
11.76/11.90	c satzilla's ranking:
11.76/11.90	c 1) march_dl: -834.604158
11.76/11.90	c 2) kcnfs: -628.438371
11.76/11.90	c 3) minisat20+P: 178.307022
11.76/11.90	c 4) kcnfs+P: 999.000000
11.76/11.90	c 5) march_dl+P: 999.000000
11.76/11.90	c 6) vallst+P: 999.000000
11.76/11.90	c 7) zchaff_rand+P: 999.000000
11.76/11.90	c 8) vallst: 999.000000
11.76/11.90	c 9) zchaff_rand: 999.000000
11.76/11.90	c 10) minisat20: 999.000000
11.76/11.90	c satzilla running march_dl ... 
1199.61/1200.27	c Bin: Executing march_dl
1199.61/1200.27	c child exit by a signal
1199.61/1200.27	c march_dl returned code 137.
1199.61/1200.27	c march_dl returned code 137.
1199.61/1200.27	c satzilla running kcnfs ... 
1199.61/1200.27	c Bin: Executing kcnfs
1199.61/1200.27	c kcnfs returned code 1.
1199.61/1200.27	c kcnfs returned code 1.
1199.61/1200.27	c satzilla running minisat20 with preprocessing ... 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1544239-1238606355/watcher-1544239-1238606355 -o /tmp/evaluation-result-1544239-1238606355/solver-1544239-1238606355 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1544239-1238606355.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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20377
/proc/meminfo: memFree=1388616/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=0
/proc/20377/stat : 20377 (SATzilla2007_R) R 20375 20377 20244 0 -1 4194304 126 0 0 0 0 0 0 0 19 0 1 0 737527966 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/20377/statm: 360 110 95 260 0 84 0
[pid=20378] ppid=20377 vsize=1484 CPUtime=0
/proc/20378/stat : 20378 (march_dl) R 20377 20377 20244 0 -1 4194304 172 0 0 0 0 0 0 0 19 0 1 0 737527966 1519616 167 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20378/statm: 371 171 49 118 0 250 0

[startup+0.084262 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20377
/proc/meminfo: memFree=1388616/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=0
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 737527966 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 360 110 95 260 0 84 0
[pid=20378] ppid=20377 vsize=2892 CPUtime=0.07
/proc/20378/stat : 20378 (march_dl) R 20377 20377 20244 0 -1 4194304 631 0 0 0 7 0 0 0 21 0 1 0 737527966 2961408 626 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20378/statm: 723 627 50 118 0 602 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4332

[startup+0.101265 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20377
/proc/meminfo: memFree=1388616/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=0
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 737527966 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 360 110 95 260 0 84 0
[pid=20378] ppid=20377 vsize=3156 CPUtime=0.09
/proc/20378/stat : 20378 (march_dl) R 20377 20377 20244 0 -1 4194304 691 0 0 0 9 0 0 0 21 0 1 0 737527966 3231744 686 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20378/statm: 789 686 50 118 0 668 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4596

[startup+0.301293 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20377
/proc/meminfo: memFree=1388616/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=0
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 737527966 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 360 110 95 260 0 84 0
[pid=20378] ppid=20377 vsize=5692 CPUtime=0.29
/proc/20378/stat : 20378 (march_dl) R 20377 20377 20244 0 -1 4194304 3065 0 0 0 28 1 0 0 23 0 1 0 737527966 5828608 1042 1992294400 134512640 134996440 4294956256 18446744073709551615 134617628 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20378/statm: 1423 1042 55 118 0 1302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7132

[startup+0.70135 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20377
/proc/meminfo: memFree=1388616/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=0
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 737527966 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 360 110 95 260 0 84 0
[pid=20378] ppid=20377 vsize=5840 CPUtime=0.68
/proc/20378/stat : 20378 (march_dl) R 20377 20377 20244 0 -1 4194304 7442 0 0 0 65 3 0 0 25 0 1 0 737527966 5980160 1142 1992294400 134512640 134996440 4294956256 18446744073709551615 134651774 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20378/statm: 1460 1142 61 118 0 1339 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7280

[startup+1.50146 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20379
/proc/meminfo: memFree=1377400/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=0
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 737527966 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 360 110 95 260 0 84 0
[pid=20378] ppid=20377 vsize=19036 CPUtime=1.49
/proc/20378/stat : 20378 (march_dl) R 20377 20377 20244 0 -1 4194304 13922 0 0 0 122 27 0 0 25 0 1 0 737527966 19492864 4253 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20378/statm: 4759 4253 72 118 0 4638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20476

[startup+3.10169 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20379
/proc/meminfo: memFree=1372792/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=0
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 737527966 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20377/statm: 360 110 95 260 0 84 0
[pid=20378] ppid=20377 vsize=17680 CPUtime=3.08
/proc/20378/stat : 20378 (march_dl) R 20377 20377 20244 0 -1 4194304 15414 0 0 0 269 39 0 0 25 0 1 0 737527966 18104320 3999 1992294400 134512640 134996440 4294956256 18446744073709551615 134587541 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20378/statm: 4420 3999 74 118 0 4299 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19120

[startup+6.30114 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20380
/proc/meminfo: memFree=1383544/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=1440 CPUtime=4.99
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 135 15420 0 0 0 0 459 40 16 0 1 0 737527966 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 360 111 96 260 0 84 0
[pid=20380] ppid=20377 vsize=10288 CPUtime=1.28
/proc/20380/stat : 20380 (ubcsat2006) R 20377 20377 20244 0 -1 4194304 1314 0 0 0 125 3 0 0 25 0 1 0 737528467 10534912 1297 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20380/statm: 2572 1297 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1380984/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=11984 CPUtime=0.79
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 9740 0 0 0 75 4 0 0 24 0 1 0 737529156 12271616 2479 1992294400 134512640 134996440 4294956256 18446744073709551615 134544057 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 2996 2479 63 118 0 2875 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 18112

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1365880/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=19804 CPUtime=13.58
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 15943 0 0 0 1321 37 0 0 25 0 1 0 737529156 20279296 4529 1992294400 134512640 134996440 4294956256 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 4951 4529 74 118 0 4830 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 25932

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1365176/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=20448 CPUtime=39.18
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16109 0 0 0 3880 38 0 0 25 0 1 0 737529156 20938752 4695 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5112 4695 74 118 0 4991 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 26576

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1364536/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=21860 CPUtime=90.36
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16268 0 0 0 8998 38 0 0 25 0 1 0 737529156 22384640 4854 1992294400 134512640 134996440 4294956256 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5465 4854 74 118 0 5344 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 27988

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1364216/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=22244 CPUtime=150.32
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16363 0 0 0 14994 38 0 0 25 0 1 0 737529156 22777856 4949 1992294400 134512640 134996440 4294956256 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20381/statm: 5561 4949 74 118 0 5440 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 28372

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363960/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=22496 CPUtime=210.29
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16422 0 0 0 20991 38 0 0 25 0 1 0 737529156 23035904 5008 1992294400 134512640 134996440 4294956256 18446744073709551615 134536965 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5624 5008 74 118 0 5503 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 28624

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363768/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=22624 CPUtime=270.27
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16465 0 0 0 26989 38 0 0 25 0 1 0 737529156 23166976 5051 1992294400 134512640 134996440 4294956256 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5656 5051 74 118 0 5535 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 28752

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363640/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=22752 CPUtime=330.24
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16501 0 0 0 32986 38 0 0 25 0 1 0 737529156 23298048 5087 1992294400 134512640 134996440 4294956256 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20381/statm: 5688 5087 74 118 0 5567 0

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

[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23000 CPUtime=450.18
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16563 0 0 0 44980 38 0 0 25 0 1 0 737529156 23552000 5149 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5750 5149 74 118 0 5629 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 29128

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363384/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23128 CPUtime=510.16
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16588 0 0 0 50977 39 0 0 25 0 1 0 737529156 23683072 5174 1992294400 134512640 134996440 4294956256 18446744073709551615 134514048 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5782 5174 74 118 0 5661 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 29256

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363320/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23252 CPUtime=570.14
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16614 0 0 0 56975 39 0 0 25 0 1 0 737529156 23810048 5200 1992294400 134512640 134996440 4294956256 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5813 5200 74 118 0 5692 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 29380

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363192/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23376 CPUtime=630.1
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16638 0 0 0 62971 39 0 0 25 0 1 0 737529156 23937024 5224 1992294400 134512640 134996440 4294956256 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5844 5224 74 118 0 5723 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 29504

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363000/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23376 CPUtime=690.07
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16653 0 0 0 68968 39 0 0 25 0 1 0 737529156 23937024 5239 1992294400 134512640 134996440 4294956256 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5844 5239 74 118 0 5723 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 29504

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1363000/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23500 CPUtime=750.05
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16671 0 0 0 74966 39 0 0 25 0 1 0 737529156 24064000 5257 1992294400 134512640 134996440 4294956256 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5875 5257 74 118 0 5754 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 29628

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1362936/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23500 CPUtime=810.02
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16685 0 0 0 80963 39 0 0 25 0 1 0 737529156 24064000 5271 1992294400 134512640 134996440 4294956256 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5875 5271 74 118 0 5754 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 29628

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1362872/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23624 CPUtime=869.99
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16700 0 0 0 86960 39 0 0 25 0 1 0 737529156 24190976 5286 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20381/statm: 5906 5286 74 118 0 5785 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 29752

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1362872/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23624 CPUtime=929.95
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16717 0 0 0 92956 39 0 0 25 0 1 0 737529156 24190976 5303 1992294400 134512640 134996440 4294956256 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5906 5303 74 118 0 5785 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 29752

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1362808/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23752 CPUtime=989.93
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16729 0 0 0 98954 39 0 0 25 0 1 0 737529156 24322048 5315 1992294400 134512640 134996440 4294956256 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5938 5315 74 118 0 5817 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 29880

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1362744/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23752 CPUtime=1049.91
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16747 0 0 0 104951 40 0 0 25 0 1 0 737529156 24322048 5333 1992294400 134512640 134996440 4294956256 18446744073709551615 134588617 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5938 5333 74 118 0 5817 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 29880

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1362744/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23868 CPUtime=1109.88
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16761 0 0 0 110948 40 0 0 25 0 1 0 737529156 24440832 5347 1992294400 134512640 134996440 4294956256 18446744073709551615 134514048 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5967 5347 74 118 0 5846 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 29996

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20381
/proc/meminfo: memFree=1362616/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=6128 CPUtime=11.86
/proc/20377/stat : 20377 (SATzilla2007_R) S 20375 20377 20244 0 -1 4194304 4642 16741 0 0 466 4 670 46 25 0 1 0 737527966 6275072 1335 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20377/statm: 1532 1335 157 260 0 1256 0
[pid=20381] ppid=20377 vsize=23868 CPUtime=1169.86
/proc/20381/stat : 20381 (march_dl) R 20377 20377 20244 0 -1 4194304 16777 0 0 0 116946 40 0 0 25 0 1 0 737529156 24440832 5363 1992294400 134512640 134996440 4294956256 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/20381/statm: 5967 5363 74 118 0 5846 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 29996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20381
/proc/meminfo: memFree=1372992/2055920 swapFree=4179868/4192956
[pid=20377] ppid=20375 vsize=16940 CPUtime=1200.03
/proc/20377/stat : 20377 (SATzilla2007_R) R 20375 20377 20244 0 -1 4194304 7548 33520 0 0 496 8 119412 87 21 0 1 0 737527966 17346560 3868 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 0 0 0
/proc/20377/statm: 4235 3868 165 260 0 3959 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 16940

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.09
CPU system time (s): 0.959854
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 29996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.09
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41068
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= 9
involuntary context switches= 2774

runsolver used 1.11983 second user time and 3.2555 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-01 19:19:15
IDJOB=1544239
IDBENCH=70347
IDSOLVER=557
FILE ID=node49/1544239-1238606355
PBS_JOBID= 9068359
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/16000/unif-k3-r4.2-v16000-c67200-S51132115-023.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1544239-1238606355/watcher-1544239-1238606355 -o /tmp/evaluation-result-1544239-1238606355/solver-1544239-1238606355 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1544239-1238606355.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 774d62294125db90f73d8b18ec29f4dd
RANDOM SEED=29420368

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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:       1389160 kB
Buffers:        109392 kB
Cached:         453112 kB
SwapCached:       6452 kB
Active:         226796 kB
Inactive:       344640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389160 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            9640 kB
Writeback:           0 kB
Mapped:          14652 kB
Slab:            81200 kB
Committed_AS:  2046460 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node49 at 2009-04-01 19:39:18