Trace number 1595055

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 CRAFTED? (TO) 1200.1 1200.61

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2640c305320g2.cnf
MD5SUMa751c1722336404421531c8b945f61ee
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

46.84/46.93	c run March_dl for 5 seconds ... 
46.84/46.93	c Bin: Executing march_dl
46.84/46.93	c child exit by a signal
46.84/46.93	c march_dl returned code 137.
46.84/46.93	c run saps (UBCSAT implementation) for 2 seconds ... 
46.84/46.93	c Bin: Executing ubcsat2006
46.84/46.93	c child exited successfully
46.84/46.93	c ubcsat2006 returned code 0.
46.84/46.93	c satzilla computing base features
46.84/46.93	c satzilla doing unit-prop probe
46.84/46.93	c satzilla doing local search probe
46.84/46.93	c satzilla doing lobjois search-space size estimate
46.84/46.93	c satzilla's ranking:
46.84/46.93	c 1) march_dl: 2.443246
46.84/46.93	c 2) march_dl+P: 3.427996
46.84/46.93	c 3) vallst+P: 4.108437
46.84/46.93	c 4) zchaff_rand+P: 4.209744
46.84/46.93	c 5) minisat20: 4.296489
46.84/46.93	c 6) minisat20+P: 6.546220
46.84/46.93	c 7) kcnfs+P: 999.000000
46.84/46.93	c 8) kcnfs: 999.000000
46.84/46.93	c 9) vallst: 999.000000
46.84/46.93	c 10) zchaff_rand: 999.000000
46.84/46.93	c satzilla running march_dl ... 
1199.66/1200.25	c Bin: Executing march_dl
1199.66/1200.25	c child exit by a signal
1199.66/1200.25	c march_dl returned code 137.
1199.66/1200.25	c march_dl returned code 137.
1199.66/1200.25	c satzilla running march_dl with preprocessing ... 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1595055-1239283753/watcher-1595055-1239283753 -o /tmp/evaluation-result-1595055-1239283753/solver-1595055-1239283753 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595055-1239283753.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 0.93 3/64 17116
/proc/meminfo: memFree=1284240/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=0
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201037729 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 110 95 260 0 84 0
[pid=17117] ppid=17116 vsize=3160 CPUtime=0
/proc/17117/stat : 17117 (march_dl) R 17116 17116 16904 0 -1 4194304 414 0 0 0 0 0 0 0 19 0 1 0 1201037730 3235840 409 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17117/statm: 790 409 50 118 0 669 0

[startup+0.063466 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17116
/proc/meminfo: memFree=1284240/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=0
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201037729 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 110 95 260 0 84 0
[pid=17117] ppid=17116 vsize=4084 CPUtime=0.05
/proc/17117/stat : 17117 (march_dl) R 17116 17116 16904 0 -1 4194304 701 0 0 0 5 0 0 0 19 0 1 0 1201037730 4182016 696 1992294400 134512640 134996440 4294956256 18446744073709551615 134777414 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17117/statm: 1021 696 50 118 0 900 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5524

[startup+0.102468 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17116
/proc/meminfo: memFree=1284240/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=0
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201037729 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 110 95 260 0 84 0
[pid=17117] ppid=17116 vsize=4744 CPUtime=0.09
/proc/17117/stat : 17117 (march_dl) R 17116 17116 16904 0 -1 4194304 901 0 0 0 9 0 0 0 20 0 1 0 1201037730 4857856 896 1992294400 134512640 134996440 4294956256 18446744073709551615 134549817 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17117/statm: 1186 896 50 118 0 1065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6184

[startup+0.302484 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17116
/proc/meminfo: memFree=1284240/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=0
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201037729 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 110 95 260 0 84 0
[pid=17117] ppid=17116 vsize=14020 CPUtime=0.29
/proc/17117/stat : 17117 (march_dl) R 17116 17116 16904 0 -1 4194304 2228 0 0 0 29 0 0 0 22 0 1 0 1201037730 14356480 2222 1992294400 134512640 134996440 4294956256 18446744073709551615 134544363 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17117/statm: 3505 2222 52 118 0 3384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15460

[startup+0.702522 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 17116
/proc/meminfo: memFree=1284240/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=0
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201037729 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 110 95 260 0 84 0
[pid=17117] ppid=17116 vsize=18748 CPUtime=0.69
/proc/17117/stat : 17117 (march_dl) R 17116 17116 16904 0 -1 4194304 9233 0 0 0 66 3 0 0 25 0 1 0 1201037730 19197952 3401 1992294400 134512640 134996440 4294956256 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17117/statm: 4687 3401 57 118 0 4566 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20188

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17118
/proc/meminfo: memFree=1270528/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=0
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201037729 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 110 95 260 0 84 0
[pid=17117] ppid=17116 vsize=36064 CPUtime=1.49
/proc/17117/stat : 17117 (march_dl) R 17116 17116 16904 0 -1 4194304 24063 0 0 0 140 9 0 0 25 0 1 0 1201037730 36929536 7729 1992294400 134512640 134996440 4294956256 18446744073709551615 134543089 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17117/statm: 9016 7729 73 118 0 8895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37504

[startup+3.10174 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17118
/proc/meminfo: memFree=1259648/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=0
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201037729 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 110 95 260 0 84 0
[pid=17117] ppid=17116 vsize=40076 CPUtime=3.09
/proc/17117/stat : 17117 (march_dl) R 17116 17116 16904 0 -1 4194304 35681 0 0 0 294 15 0 0 25 0 1 0 1201037730 41037824 6123 1992294400 134512640 134996440 4294956256 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17117/statm: 10019 6123 75 118 0 9898 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41516

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17119
/proc/meminfo: memFree=1269952/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=1440 CPUtime=5
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 135 36849 0 0 0 0 484 16 16 0 1 0 1201037729 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 360 111 96 260 0 84 0
[pid=17119] ppid=17116 vsize=22588 CPUtime=1.28
/proc/17119/stat : 17119 (ubcsat2006) R 17116 17116 16904 0 -1 4194304 3627 0 0 0 126 2 0 0 25 0 1 0 1201038230 23130112 3610 1992294400 134512640 134777720 4294956112 18446744073709551615 134556121 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17119/statm: 5647 3610 156 64 0 5228 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24028

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17119
/proc/meminfo: memFree=1271688/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=13536 CPUtime=12.66
/proc/17116/stat : 17116 (SATzilla2007_C) R 17114 17116 16904 0 -1 4194304 7412 40482 0 0 533 2 712 19 25 0 1 0 1201037729 13860864 3187 1992294400 134512640 135579813 4294956224 18446744073709551615 134541670 0 0 4096 0 0 0 0 17 0 0 0
/proc/17116/statm: 3384 3187 124 260 0 3108 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13536

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 17119
/proc/meminfo: memFree=1271560/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=13772 CPUtime=25.46
/proc/17116/stat : 17116 (SATzilla2007_C) R 17114 17116 16904 0 -1 4194304 9867 40482 0 0 1810 5 712 19 25 0 1 0 1201037729 14102528 3249 1992294400 134512640 135579813 4294956224 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 0 0 0
/proc/17116/statm: 3442 3248 124 260 0 3166 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13772

[startup+51.1022 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17120
/proc/meminfo: memFree=1246592/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=42300 CPUtime=4.15
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 36145 0 0 0 400 15 0 0 25 0 1 0 1201042423 43315200 6588 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 10575 6588 75 118 0 10454 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 56632

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17120
/proc/meminfo: memFree=1240128/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=47564 CPUtime=55.34
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37338 0 0 0 5518 16 0 0 25 0 1 0 1201042423 48705536 7781 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 11891 7781 75 118 0 11770 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 61896

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17120
/proc/meminfo: memFree=1239680/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=47956 CPUtime=115.3
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37447 0 0 0 11514 16 0 0 25 0 1 0 1201042423 49106944 7890 1992294400 134512640 134996440 4294956256 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 11989 7890 75 118 0 11868 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 62288

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17120
/proc/meminfo: memFree=1239168/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=48476 CPUtime=175.27
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37592 0 0 0 17511 16 0 0 25 0 1 0 1201042423 49639424 8035 1992294400 134512640 134996440 4294956256 18446744073709551615 134528324 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12119 8035 75 118 0 11998 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 62808

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 17120
/proc/meminfo: memFree=1238848/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=48868 CPUtime=235.25
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37684 0 0 0 23509 16 0 0 25 0 1 0 1201042423 50040832 8127 1992294400 134512640 134996440 4294956256 18446744073709551615 134528321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12217 8127 75 118 0 12096 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 63200

[startup+342.302 s]
/proc/loadavg: 1.04 1.01 0.94 2/66 17120
/proc/meminfo: memFree=1238464/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49124 CPUtime=295.23
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37759 0 0 0 29506 17 0 0 25 0 1 0 1201042423 50302976 8202 1992294400 134512640 134996440 4294956256 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12281 8202 75 118 0 12160 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 63456

[startup+402.303 s]
/proc/loadavg: 1.12 1.04 0.95 2/66 17120
/proc/meminfo: memFree=1238400/2055920 swapFree=4176784/4192956

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

[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49512 CPUtime=415.19
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37866 0 0 0 41502 17 0 0 25 0 1 0 1201042423 50700288 8309 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12378 8309 75 118 0 12257 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 63844

[startup+522.303 s]
/proc/loadavg: 1.03 1.03 0.95 2/66 17120
/proc/meminfo: memFree=1237888/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49772 CPUtime=475.16
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37909 0 0 0 47499 17 0 0 25 0 1 0 1201042423 50966528 8352 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12443 8352 75 118 0 12322 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 64104

[startup+582.302 s]
/proc/loadavg: 1.01 1.02 0.95 2/66 17120
/proc/meminfo: memFree=1237824/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49772 CPUtime=535.14
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37919 0 0 0 53497 17 0 0 25 0 1 0 1201042423 50966528 8362 1992294400 134512640 134996440 4294956256 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12443 8362 75 118 0 12322 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 64104

[startup+642.303 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 17120
/proc/meminfo: memFree=1237824/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49772 CPUtime=595.13
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37931 0 0 0 59496 17 0 0 25 0 1 0 1201042423 50966528 8374 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12443 8374 75 118 0 12322 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 64104

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 17120
/proc/meminfo: memFree=1237632/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49904 CPUtime=655.09
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37940 0 0 0 65492 17 0 0 25 0 1 0 1201042423 51101696 8383 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12476 8383 75 118 0 12355 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 64236

[startup+762.307 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 17120
/proc/meminfo: memFree=1237632/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49904 CPUtime=715.08
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37946 0 0 0 71491 17 0 0 25 0 1 0 1201042423 51101696 8389 1992294400 134512640 134996440 4294956256 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12476 8389 75 118 0 12355 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 64236

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 17120
/proc/meminfo: memFree=1237568/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49904 CPUtime=775.05
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37953 0 0 0 77488 17 0 0 25 0 1 0 1201042423 51101696 8396 1992294400 134512640 134996440 4294956256 18446744073709551615 134587383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12476 8396 75 118 0 12355 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 64236

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 17122
/proc/meminfo: memFree=1237248/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=49904 CPUtime=835.01
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37963 0 0 0 83484 17 0 0 25 0 1 0 1201042423 51101696 8406 1992294400 134512640 134996440 4294956256 18446744073709551615 134588233 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12476 8406 75 118 0 12355 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 64236

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 17122
/proc/meminfo: memFree=1237248/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=50036 CPUtime=894.98
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37973 0 0 0 89481 17 0 0 25 0 1 0 1201042423 51236864 8416 1992294400 134512640 134996440 4294956256 18446744073709551615 134573167 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12509 8416 75 118 0 12388 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 64368

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 17122
/proc/meminfo: memFree=1237248/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=50036 CPUtime=954.95
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 37989 0 0 0 95478 17 0 0 25 0 1 0 1201042423 51236864 8432 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12509 8432 75 118 0 12388 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 64368

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 17122
/proc/meminfo: memFree=1237248/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=50168 CPUtime=1014.93
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 38001 0 0 0 101476 17 0 0 25 0 1 0 1201042423 51372032 8444 1992294400 134512640 134996440 4294956256 18446744073709551615 134528306 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12542 8444 75 118 0 12421 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 64500

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 17122
/proc/meminfo: memFree=1237248/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=50168 CPUtime=1074.92
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 38011 0 0 0 107474 18 0 0 25 0 1 0 1201042423 51372032 8454 1992294400 134512640 134996440 4294956256 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12542 8454 75 118 0 12421 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 64500

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 17122
/proc/meminfo: memFree=1237248/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=14332 CPUtime=46.88
/proc/17116/stat : 17116 (SATzilla2007_C) S 17114 17116 16904 0 -1 4194304 23760 40482 0 0 3936 21 712 19 25 0 1 0 1201037729 14675968 3407 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17116/statm: 3583 3407 156 260 0 3307 0
[pid=17120] ppid=17116 vsize=50168 CPUtime=1134.9
/proc/17120/stat : 17120 (march_dl) R 17116 17116 16904 0 -1 4194304 38024 0 0 0 113472 18 0 0 25 0 1 0 1201042423 51372032 8467 1992294400 134512640 134996440 4294956256 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17120/statm: 12542 8467 75 118 0 12421 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 64500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 17122
/proc/meminfo: memFree=1249992/2055920 swapFree=4176784/4192956
[pid=17116] ppid=17114 vsize=35488 CPUtime=1200.08
/proc/17116/stat : 17116 (SATzilla2007_C) R 17114 17116 16904 0 -1 4194304 29279 78507 0 0 3970 23 115977 38 21 0 1 0 1201037729 36339712 8654 1992294400 134512640 135579813 4294956224 18446744073709551615 134580493 0 0 4096 0 0 0 0 17 0 0 0
/proc/17116/statm: 8872 8654 158 260 0 8596 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 35488

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.1
CPU user time (s): 1199.48
CPU system time (s): 0.619905
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 64500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.48
system time used= 0.619905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107787
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= 10
involuntary context switches= 4286

runsolver used 1.08483 second user time and 3.2925 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-09 15:29:14
IDJOB=1595055
IDBENCH=71311
IDSOLVER=558
FILE ID=node48/1595055-1239283753
PBS_JOBID= 9115395
Free space on /tmp= 66496 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2640c305320g2.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1595055-1239283753/watcher-1595055-1239283753 -o /tmp/evaluation-result-1595055-1239283753/solver-1595055-1239283753 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1595055-1239283753.cnf            

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

MD5SUM BENCH= a751c1722336404421531c8b945f61ee
RANDOM SEED=1270884908

node48.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.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:       1284792 kB
Buffers:         73164 kB
Cached:         610068 kB
SwapCached:       9960 kB
Active:          52300 kB
Inactive:       642432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284792 kB
SwapTotal:     4192956 kB
SwapFree:      4176784 kB
Dirty:           12292 kB
Writeback:           0 kB
Mapped:          17164 kB
Slab:            62436 kB
Committed_AS:  3326692 kB
PageTables:       1376 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= 66488 MiB
End job on node48 at 2009-04-09 15:49:16