Trace number 1595491

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? 1199.88 1200.52

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1820c171155gyes6.cnf
MD5SUM6a5fbd61e49d3642ce9fdb6efadb5a97
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

25.45/25.52	c run March_dl for 5 seconds ... 
25.45/25.52	c Bin: Executing march_dl
25.45/25.52	c child exit by a signal
25.45/25.52	c march_dl returned code 137.
25.45/25.52	c run saps (UBCSAT implementation) for 2 seconds ... 
25.45/25.52	c Bin: Executing ubcsat2006
25.45/25.52	c child exited successfully
25.45/25.52	c ubcsat2006 returned code 0.
25.45/25.52	c satzilla computing base features
25.45/25.52	c satzilla doing unit-prop probe
25.45/25.52	c satzilla doing local search probe
25.45/25.52	c satzilla doing lobjois search-space size estimate
25.45/25.52	c satzilla's ranking:
25.45/25.52	c 1) march_dl: 2.953130
25.45/25.52	c 2) march_dl+P: 3.046043
25.45/25.52	c 3) zchaff_rand+P: 3.571862
25.45/25.52	c 4) vallst+P: 3.693063
25.45/25.52	c 5) minisat20: 3.875996
25.45/25.52	c 6) minisat20+P: 4.880515
25.45/25.52	c 7) kcnfs+P: 999.000000
25.45/25.52	c 8) kcnfs: 999.000000
25.45/25.52	c 9) vallst: 999.000000
25.45/25.52	c 10) zchaff_rand: 999.000000
25.45/25.52	c satzilla running march_dl ... 
1199.23/1199.96	c Bin: Executing march_dl
1199.23/1199.96	c child exit by a signal
1199.23/1199.96	c march_dl returned code 137.
1199.23/1199.96	c march_dl returned code 137.
1199.23/1199.96	c satzilla running march_dl with preprocessing ... 
1199.84/1200.51	c Preprocessing...
1199.84/1200.51	c Inital problem has 1820 variables, 65 nary clauses (171090 binary clauses).
1199.84/1200.51	c Num non-binary clauses 65, Average non-binary clause length 28.000
1199.84/1200.51	c Theory has no gaps
1199.84/1200.51	c Preprocessor runtime was 0.380 seconds.
1199.84/1200.51	c 
1199.84/1200.51	c Satisfiability of theory still undetermined.
1199.84/1200.51	c See file /tmp/4oBSCE for simplified theory.
1199.84/1200.51	c Bin: Executing march_dl
1199.84/1200.51	c march_dl returned code 1.
1199.84/1200.51	c march_dl returned code 1.
1199.84/1200.51	c Satzilla Timed out!
1199.84/1200.51	s UNKNOWN
1199.84/1200.51	c SATZILLA_TIME=1200.040000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1595491-1239355742/watcher-1595491-1239355742 -o /tmp/evaluation-result-1595491-1239355742/solver-1595491-1239355742 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595491-1239355742.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.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1942296/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2452 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 216517 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=2112 CPUtime=0
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2452 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 216518 2162688 270 1992294400 134512640 134996440 4294956256 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2520/statm: 528 270 50 118 0 407 0

[startup+0.08698 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1942296/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216517 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=3432 CPUtime=0.08
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2452 0 -1 4194304 699 0 0 0 8 0 0 0 19 0 1 0 216518 3514368 694 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2520/statm: 858 694 50 118 0 737 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4872

[startup+0.10198 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1942296/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216517 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=3696 CPUtime=0.09
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2452 0 -1 4194304 778 0 0 0 9 0 0 0 19 0 1 0 216518 3784704 773 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2520/statm: 924 773 50 118 0 803 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5136

[startup+0.302029 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1942296/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216517 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=8208 CPUtime=0.29
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2452 0 -1 4194304 2657 0 0 0 28 1 0 0 21 0 1 0 216518 8404992 1320 1992294400 134512640 134996440 4294956256 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2520/statm: 2052 1320 55 118 0 1931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9648

[startup+0.701128 s]
/proc/loadavg: 0.99 0.97 0.69 3/65 2519
/proc/meminfo: memFree=1942296/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216517 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=15956 CPUtime=0.69
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2452 0 -1 4194304 11627 0 0 0 64 5 0 0 25 0 1 0 216518 16338944 3225 1992294400 134512640 134996440 4294956256 18446744073709551615 134542435 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2520/statm: 3989 3225 73 118 0 3868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17396

[startup+1.50133 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 2521
/proc/meminfo: memFree=1926088/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216517 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=23664 CPUtime=1.49
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2452 0 -1 4194304 19740 0 0 0 141 8 0 0 25 0 1 0 216518 24231936 3711 1992294400 134512640 134996440 4294956256 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2520/statm: 5916 3711 73 118 0 5795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25104

[startup+3.10172 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 2521
/proc/meminfo: memFree=1927304/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=0
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216517 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2519/statm: 360 110 95 260 0 84 0
[pid=2520] ppid=2519 vsize=26296 CPUtime=3.09
/proc/2520/stat : 2520 (march_dl) R 2519 2519 2452 0 -1 4194304 20310 0 0 0 301 8 0 0 25 0 1 0 216518 26927104 4281 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2520/statm: 6574 4281 75 118 0 6453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27736

[startup+6.30151 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 2522
/proc/meminfo: memFree=1933896/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=1440 CPUtime=4.99
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 135 20415 0 0 0 0 490 9 16 0 1 0 216517 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 360 111 96 260 0 84 0
[pid=2522] ppid=2519 vsize=14388 CPUtime=1.29
/proc/2522/stat : 2522 (ubcsat2006) R 2519 2519 2452 0 -1 4194304 2143 0 0 0 127 2 0 0 25 0 1 0 217018 14733312 2126 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2522/statm: 3597 2126 156 64 0 3178 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15828

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 2522
/proc/meminfo: memFree=1935056/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8348 CPUtime=12.66
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2452 0 -1 4194304 4255 22564 0 0 546 1 707 12 25 0 1 0 216517 8548352 1878 1992294400 134512640 135579813 4294956224 18446744073709551615 134541681 0 0 4096 0 0 0 0 17 0 0 0
/proc/2519/statm: 2087 1878 124 260 0 1811 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8348

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 2522
/proc/meminfo: memFree=1934608/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8820 CPUtime=25.45
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2452 0 -1 4194304 8629 22564 0 0 1820 6 707 12 25 0 1 0 216517 9031680 2018 1992294400 134512640 135579813 4294956224 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 0 0 0
/proc/2519/statm: 2205 2018 156 260 0 1929 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8820

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.71 2/67 2523
/proc/meminfo: memFree=1916680/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=27484 CPUtime=25.54
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 20613 0 0 0 2546 8 0 0 25 0 1 0 219070 28143616 4585 1992294400 134512640 134996440 4294956256 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 6871 4585 75 118 0 6750 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 36172

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.72 2/67 2523
/proc/meminfo: memFree=1916040/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=28140 CPUtime=76.7
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 20769 0 0 0 7662 8 0 0 25 0 1 0 219070 28815360 4741 1992294400 134512640 134996440 4294956256 18446744073709551615 134567159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7035 4741 75 118 0 6914 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 36828

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/67 2523
/proc/meminfo: memFree=1915720/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=28536 CPUtime=136.68
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 20847 0 0 0 13659 9 0 0 25 0 1 0 219070 29220864 4819 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7134 4819 75 118 0 7013 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 37224

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/67 2523
/proc/meminfo: memFree=1915528/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=28668 CPUtime=196.65
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 20889 0 0 0 19656 9 0 0 25 0 1 0 219070 29356032 4861 1992294400 134512640 134996440 4294956256 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7167 4861 75 118 0 7046 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 37356

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/67 2523
/proc/meminfo: memFree=1915336/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=28800 CPUtime=256.62
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 20918 0 0 0 25653 9 0 0 25 0 1 0 219070 29491200 4890 1992294400 134512640 134996440 4294956256 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7200 4890 75 118 0 7079 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 37488

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.77 2/67 2523
/proc/meminfo: memFree=1915208/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=28800 CPUtime=316.58
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 20941 0 0 0 31649 9 0 0 25 0 1 0 219070 29491200 4913 1992294400 134512640 134996440 4294956256 18446744073709551615 134527778 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7200 4913 75 118 0 7079 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 37488

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/67 2523
/proc/meminfo: memFree=1915144/2055920 swapFree=4192956/4192956

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

/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29328 CPUtime=676.41
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21058 0 0 0 67632 9 0 0 25 0 1 0 219070 30031872 5030 1992294400 134512640 134996440 4294956256 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7332 5030 75 118 0 7211 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 38016

[startup+762.305 s]
/proc/loadavg: 1.03 1.00 0.85 2/67 2523
/proc/meminfo: memFree=1914504/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29328 CPUtime=736.38
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21075 0 0 0 73629 9 0 0 25 0 1 0 219070 30031872 5047 1992294400 134512640 134996440 4294956256 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7332 5047 75 118 0 7211 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 38016

[startup+822.302 s]
/proc/loadavg: 1.01 1.00 0.85 2/67 2523
/proc/meminfo: memFree=1914376/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29460 CPUtime=796.34
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21091 0 0 0 79625 9 0 0 25 0 1 0 219070 30167040 5063 1992294400 134512640 134996440 4294956256 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7365 5063 75 118 0 7244 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 38148

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.86 2/67 2523
/proc/meminfo: memFree=1914312/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29460 CPUtime=856.31
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21101 0 0 0 85622 9 0 0 25 0 1 0 219070 30167040 5073 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7365 5073 75 118 0 7244 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 38148

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.86 2/67 2523
/proc/meminfo: memFree=1914248/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=916.28
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21111 0 0 0 91619 9 0 0 25 0 1 0 219070 30298112 5083 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5083 75 118 0 7276 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 38276

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.87 2/67 2523
/proc/meminfo: memFree=1914184/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=976.25
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21119 0 0 0 97616 9 0 0 25 0 1 0 219070 30298112 5091 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5091 75 118 0 7276 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 38276

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.88 2/67 2523
/proc/meminfo: memFree=1914120/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=1036.22
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21126 0 0 0 103613 9 0 0 25 0 1 0 219070 30298112 5098 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5098 75 118 0 7276 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 38276

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.88 2/67 2523
/proc/meminfo: memFree=1913992/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=1096.2
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21134 0 0 0 109610 10 0 0 25 0 1 0 219070 30298112 5106 1992294400 134512640 134996440 4294956256 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5106 75 118 0 7276 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 38276

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/67 2523
/proc/meminfo: memFree=1913928/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=1156.16
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21140 0 0 0 115606 10 0 0 25 0 1 0 219070 30298112 5112 1992294400 134512640 134996440 4294956256 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5112 75 118 0 7276 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 38276

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/67 2523
/proc/meminfo: memFree=1913928/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=1164.16
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21140 0 0 0 116406 10 0 0 25 0 1 0 219070 30298112 5112 1992294400 134512640 134996440 4294956256 18446744073709551615 134536977 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5112 75 118 0 7276 0
Current children cumulated CPU time (s) 1189.64
Current children cumulated vsize (KiB) 38276

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 0.89 2/67 2523
/proc/meminfo: memFree=1913928/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=1170.56
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21140 0 0 0 117046 10 0 0 25 0 1 0 219070 30298112 5112 1992294400 134512640 134996440 4294956256 18446744073709551615 134537762 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5112 75 118 0 7276 0
Current children cumulated CPU time (s) 1196.04
Current children cumulated vsize (KiB) 38276

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/67 2523
/proc/meminfo: memFree=1913928/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=1172.15
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21141 0 0 0 117205 10 0 0 25 0 1 0 219070 30298112 5113 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5113 75 118 0 7276 0
Current children cumulated CPU time (s) 1197.63
Current children cumulated vsize (KiB) 38276

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.89 2/67 2523
/proc/meminfo: memFree=1913928/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=8688 CPUtime=25.48
/proc/2519/stat : 2519 (SATzilla2007_C) S 2517 2519 2452 0 -1 4194304 8635 22564 0 0 1823 6 707 12 25 0 1 0 216517 8896512 1996 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2519/statm: 2172 1996 156 260 0 1896 0
[pid=2523] ppid=2519 vsize=29588 CPUtime=1173.75
/proc/2523/stat : 2523 (march_dl) R 2519 2519 2452 0 -1 4194304 21141 0 0 0 117365 10 0 0 25 0 1 0 219070 30298112 5113 1992294400 134512640 134996440 4294956256 18446744073709551615 134527789 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2523/statm: 7397 5113 75 118 0 7276 0
Current children cumulated CPU time (s) 1199.23
Current children cumulated vsize (KiB) 38276

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 2523
/proc/meminfo: memFree=1933392/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=20716 CPUtime=1199.64
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2452 0 -1 4194304 11774 43705 0 0 1854 8 118079 23 21 0 1 0 216517 21213184 4981 1992294400 134512640 135579813 4294956224 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 0 0 0
/proc/2519/statm: 5179 4981 162 260 0 4903 0
Current children cumulated CPU time (s) 1199.64
Current children cumulated vsize (KiB) 20716

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 2523
/proc/meminfo: memFree=1933392/2055920 swapFree=4192956/4192956
[pid=2519] ppid=2517 vsize=20720 CPUtime=1199.84
/proc/2519/stat : 2519 (SATzilla2007_C) R 2517 2519 2452 0 -1 4194304 11786 43705 0 0 1873 9 118079 23 23 0 1 0 216517 21217280 4991 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 0 0 0
/proc/2519/statm: 5180 4991 164 260 0 4904 0
Current children cumulated CPU time (s) 1199.84
Current children cumulated vsize (KiB) 20720

Child status: 1
Real time (s): 1200.52
CPU time (s): 1199.88
CPU user time (s): 1199.54
CPU system time (s): 0.335948
CPU usage (%): 99.9467
Max. virtual memory (cumulated for all children) (KiB): 38276

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

runsolver used 1.3258 second user time and 3.04954 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-10 11:29:02
IDJOB=1595491
IDBENCH=71529
IDSOLVER=558
FILE ID=node34/1595491-1239355742
PBS_JOBID= 9115408
Free space on /tmp= 66136 MiB

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

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

MD5SUM BENCH= 6a5fbd61e49d3642ce9fdb6efadb5a97
RANDOM SEED=444771758

node34.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.265
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.265
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:       1942848 kB
Buffers:         16224 kB
Cached:          55312 kB
SwapCached:          0 kB
Active:          51716 kB
Inactive:        32632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10576 kB
Writeback:           0 kB
Mapped:          22624 kB
Slab:            14740 kB
Committed_AS:    50628 kB
PageTables:       1404 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= 66128 MiB
End job on node34 at 2009-04-10 11:49:03