Trace number 1727565

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.08 1200.43

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

Solver Data

72.45/72.51	c run March_dl for 5 seconds ... 
72.45/72.51	c Bin: Executing march_dl
72.45/72.51	c child exit by a signal
72.45/72.51	c march_dl returned code 137.
72.45/72.51	c run saps (UBCSAT implementation) for 2 seconds ... 
72.45/72.51	c Bin: Executing ubcsat2006
72.45/72.51	c child exited successfully
72.45/72.51	c ubcsat2006 returned code 0.
72.45/72.51	c satzilla computing base features
72.45/72.51	c satzilla doing unit-prop probe
72.45/72.51	c satzilla doing local search probe
72.45/72.51	c satzilla doing lobjois search-space size estimate
72.45/72.51	c satzilla's ranking:
72.45/72.51	c 1) march_dl: -9.729467
72.45/72.51	c 2) zchaff_rand+P: 1.241365
72.45/72.51	c 3) minisat20: 1.464217
72.45/72.51	c 4) vallst+P: 2.487813
72.45/72.51	c 5) march_dl+P: 5.329683
72.45/72.51	c 6) minisat20+P: 5.892342
72.45/72.51	c 7) kcnfs+P: 999.000000
72.45/72.51	c 8) kcnfs: 999.000000
72.45/72.51	c 9) vallst: 999.000000
72.45/72.51	c 10) zchaff_rand: 999.000000
72.45/72.51	c satzilla running march_dl ... 
1199.24/1199.69	c Bin: Executing march_dl
1199.24/1199.69	c child exit by a signal
1199.24/1199.69	c march_dl returned code 137.
1199.24/1199.69	c march_dl returned code 137.
1199.24/1199.69	c satzilla running zchaff_rand 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-1727565-1240726377/watcher-1727565-1240726377 -o /tmp/evaluation-result-1727565-1240726377/solver-1727565-1240726377 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1727565-1240726377.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: 0.93 0.98 0.99 3/64 10251
/proc/meminfo: memFree=1649224/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=0
/proc/10251/stat : 10251 (SATzilla2007_C) R 10249 10251 9924 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 100666483 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/10251/statm: 360 110 95 260 0 84 0
[pid=10252] ppid=10251 vsize=13216 CPUtime=0
/proc/10252/stat : 10252 (march_dl) R 10251 10251 9924 0 -1 4194304 842 0 0 0 0 0 0 0 20 0 1 0 100666483 13533184 837 1992294400 134512640 134996440 4294956240 18446744073709551615 134549441 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10252/statm: 3304 845 49 118 0 3183 0

[startup+0.0867399 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 10251
/proc/meminfo: memFree=1649224/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=0
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 100666483 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10251/statm: 360 110 95 260 0 84 0
[pid=10252] ppid=10251 vsize=30020 CPUtime=0.07
/proc/10252/stat : 10252 (march_dl) R 10251 10251 9924 0 -1 4194304 4318 0 0 0 6 1 0 0 21 0 1 0 100666483 30740480 4313 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10252/statm: 7505 4314 50 118 0 7384 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31460

[startup+0.10174 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 10251
/proc/meminfo: memFree=1649224/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=0
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 100666483 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10251/statm: 360 110 95 260 0 84 0
[pid=10252] ppid=10251 vsize=30152 CPUtime=0.09
/proc/10252/stat : 10252 (march_dl) R 10251 10251 9924 0 -1 4194304 4384 0 0 0 8 1 0 0 21 0 1 0 100666483 30875648 4379 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10252/statm: 7538 4380 50 118 0 7417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31592

[startup+0.301763 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 10251
/proc/meminfo: memFree=1649224/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=0
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 100666483 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10251/statm: 360 110 95 260 0 84 0
[pid=10252] ppid=10251 vsize=32924 CPUtime=0.29
/proc/10252/stat : 10252 (march_dl) R 10251 10251 9924 0 -1 4194304 5264 0 0 0 27 2 0 0 23 0 1 0 100666483 33714176 5259 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10252/statm: 8231 5259 50 118 0 8110 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34364

[startup+0.70181 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 10251
/proc/meminfo: memFree=1649224/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=0
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 100666483 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10251/statm: 360 110 95 260 0 84 0
[pid=10252] ppid=10251 vsize=38600 CPUtime=0.69
/proc/10252/stat : 10252 (march_dl) R 10251 10251 9924 0 -1 4194304 7018 0 0 0 66 3 0 0 25 0 1 0 100666483 39526400 7013 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10252/statm: 9650 7014 50 118 0 9529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40040

[startup+1.5019 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 10253
/proc/meminfo: memFree=1616952/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=0
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 100666483 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10251/statm: 360 110 95 260 0 84 0
[pid=10252] ppid=10251 vsize=49820 CPUtime=1.49
/proc/10252/stat : 10252 (march_dl) R 10251 10251 9924 0 -1 4194304 10531 0 0 0 144 5 0 0 25 0 1 0 100666483 51015680 10526 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10252/statm: 12455 10527 50 118 0 12334 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51260

[startup+3.10109 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 10253
/proc/meminfo: memFree=1597560/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=0
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 100666483 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10251/statm: 360 110 95 260 0 84 0
[pid=10252] ppid=10251 vsize=72392 CPUtime=3.09
/proc/10252/stat : 10252 (march_dl) R 10251 10251 9924 0 -1 4194304 17563 0 0 0 301 8 0 0 25 0 1 0 100666483 74129408 17558 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10252/statm: 18098 17558 50 118 0 17977 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73832

[startup+6.30147 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 10254
/proc/meminfo: memFree=1643832/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=1440 CPUtime=5.01
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 135 30253 0 0 0 0 485 16 16 0 1 0 100666483 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 360 111 96 260 0 84 0
[pid=10254] ppid=10251 vsize=43164 CPUtime=1.27
/proc/10254/stat : 10254 (ubcsat2006) R 10251 10251 9924 0 -1 4194304 5303 0 0 0 124 3 0 0 25 0 1 0 100666985 44199936 5287 1992294400 134512640 134777720 4294956096 18446744073709551615 134723458 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10254/statm: 10791 5287 141 64 0 10372 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44604

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 10254
/proc/meminfo: memFree=1626496/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=66632 CPUtime=12.68
/proc/10251/stat : 10251 (SATzilla2007_C) R 10249 10251 9924 0 -1 4194304 9902 66081 0 0 165 5 1063 35 25 0 1 0 100666483 68231168 9873 1992294400 134512640 135579813 4294956208 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/10251/statm: 16658 9874 114 260 0 16382 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66632

[startup+25.5017 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 10254
/proc/meminfo: memFree=1435456/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=216832 CPUtime=25.48
/proc/10251/stat : 10251 (SATzilla2007_C) R 10249 10251 9924 0 -1 4194304 53798 66081 0 0 1422 28 1063 35 25 0 1 0 100666483 222035968 53768 1992294400 134512640 135579813 4294956208 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/10251/statm: 54208 53768 121 260 0 53932 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 216832

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10254
/proc/meminfo: memFree=1523456/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128180 CPUtime=51.05
/proc/10251/stat : 10251 (SATzilla2007_C) R 10249 10251 9924 0 -1 4194304 78521 66081 0 0 3964 43 1063 35 25 0 1 0 100666483 131256320 31791 1992294400 134512640 135579813 4294956208 18446744073709551615 134527325 0 0 4096 0 0 0 0 17 1 0 0
/proc/10251/statm: 32045 31791 124 260 0 31769 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 128180

[startup+102.306 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 10255
/proc/meminfo: memFree=1347448/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=228088 CPUtime=29.77
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 99181 0 0 0 2930 47 0 0 25 0 1 0 100673734 233562112 43908 1992294400 134512640 134996440 4294956240 18446744073709551615 134542421 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 57022 43908 63 118 0 56901 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 356488

[startup+162.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 10255
/proc/meminfo: memFree=1353784/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=219484 CPUtime=89.74
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 123659 0 0 0 8916 58 0 0 25 0 1 0 100673734 224751616 42245 1992294400 134512640 134996440 4294956240 18446744073709551615 134541121 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 54871 42245 65 118 0 54750 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 347884

[startup+222.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 10255
/proc/meminfo: memFree=1226104/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=347724 CPUtime=149.73
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 178336 0 0 0 14881 92 0 0 25 0 1 0 100673734 356069376 74091 1992294400 134512640 134996440 4294956240 18446744073709551615 134542425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 86931 74091 73 118 0 86810 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 476124

[startup+282.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 10255
/proc/meminfo: memFree=1210872/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=363132 CPUtime=209.71
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 201665 0 0 0 20869 102 0 0 25 0 1 0 100673734 371847168 77943 1992294400 134512640 134996440 4294956240 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 90783 77943 73 118 0 90662 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 491532

[startup+342.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 10255
/proc/meminfo: memFree=1209912/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455576 CPUtime=269.7
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214531 0 0 0 26862 108 0 0 25 0 1 0 100673734 466509824 78177 1992294400 134512640 134996440 4294956240 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113894 78177 75 118 0 113773 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 583976

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209912/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0

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

[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455576 CPUtime=389.67
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214534 0 0 0 38859 108 0 0 25 0 1 0 100673734 466509824 78180 1992294400 134512640 134996440 4294956240 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113894 78180 75 118 0 113773 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 583976

[startup+522.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 10255
/proc/meminfo: memFree=1209848/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455580 CPUtime=449.65
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214538 0 0 0 44857 108 0 0 25 0 1 0 100673734 466513920 78184 1992294400 134512640 134996440 4294956240 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113895 78184 75 118 0 113774 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 583980

[startup+582.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 10255
/proc/meminfo: memFree=1209848/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455580 CPUtime=509.64
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214538 0 0 0 50856 108 0 0 25 0 1 0 100673734 466513920 78184 1992294400 134512640 134996440 4294956240 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113895 78184 75 118 0 113774 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 583980

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209784/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455580 CPUtime=569.63
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214538 0 0 0 56855 108 0 0 25 0 1 0 100673734 466513920 78184 1992294400 134512640 134996440 4294956240 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113895 78184 75 118 0 113774 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 583980

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209656/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455580 CPUtime=629.61
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214538 0 0 0 62853 108 0 0 25 0 1 0 100673734 466513920 78184 1992294400 134512640 134996440 4294956240 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113895 78184 75 118 0 113774 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 583980

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209656/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=689.59
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 68851 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 583984

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209656/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=749.57
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 74849 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 583984

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209656/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=809.56
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 80848 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 583984

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209656/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=869.54
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 86846 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 583984

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209656/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=929.52
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 92844 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 583984

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209592/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=989.51
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 98843 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 583984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209592/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=1049.49
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 104841 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 583984

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10255
/proc/meminfo: memFree=1209528/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=128400 CPUtime=72.47
/proc/10251/stat : 10251 (SATzilla2007_C) S 10249 10251 9924 0 -1 4194304 143578 66081 0 0 6071 78 1063 35 25 0 1 0 100666483 131481600 31866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10251/statm: 32100 31866 157 260 0 31824 0
[pid=10255] ppid=10251 vsize=455584 CPUtime=1109.48
/proc/10255/stat : 10255 (march_dl) R 10251 10251 9924 0 -1 4194304 214539 0 0 0 110840 108 0 0 25 0 1 0 100673734 466518016 78185 1992294400 134512640 134996440 4294956240 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10255/statm: 113896 78185 75 118 0 113775 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 583984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10255
/proc/meminfo: memFree=1497920/2055920 swapFree=4191900/4192956
[pid=10251] ppid=10249 vsize=153352 CPUtime=1200.03
/proc/10251/stat : 10251 (SATzilla2007_C) R 10249 10251 9924 0 -1 4194304 150084 280620 0 0 6138 81 113637 147 25 0 1 0 100666483 157032448 38098 1992294400 134512640 135579813 4294956208 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/10251/statm: 38338 38098 157 260 0 38062 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 153352

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.43
CPU time (s): 1200.08
CPU user time (s): 1197.77
CPU system time (s): 2.31465
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 585824

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

runsolver used 1.43178 second user time and 2.89856 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-26 08:13:04
IDJOB=1727565
IDBENCH=24640
IDSOLVER=558
FILE ID=node53/1727565-1240726377
PBS_JOBID= 9186880
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727565-1240726377/watcher-1727565-1240726377 -o /tmp/evaluation-result-1727565-1240726377/solver-1727565-1240726377 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1727565-1240726377.cnf            

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

MD5SUM BENCH= 73bcef7c584867538ae0bed90374a7ab
RANDOM SEED=907385594

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1649704 kB
Buffers:         19684 kB
Cached:         311228 kB
SwapCached:        384 kB
Active:         105624 kB
Inactive:       238676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649704 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           53976 kB
Writeback:           0 kB
Mapped:          21812 kB
Slab:            47920 kB
Committed_AS:   299124 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= 66424 MiB
End job on node53 at 2009-04-26 08:33:07