Trace number 1784865

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 CRAFTEDUNSAT 1652.5 1663.2

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1652.5
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.69/20.80	c run March_dl for 5 seconds ... 
10.69/20.80	c Bin: Executing march_dl
10.69/20.80	c child exit by a signal
10.69/20.80	c march_dl returned code 137.
10.69/20.80	c run saps (UBCSAT implementation) for 2 seconds ... 
10.69/20.80	c Bin: Executing ubcsat2006
10.69/20.80	c child exited successfully
10.69/20.80	c ubcsat2006 returned code 0.
10.69/20.80	c satzilla computing base features
10.69/20.80	c satzilla doing unit-prop probe
10.69/20.80	c satzilla doing local search probe
10.69/20.80	c satzilla doing lobjois search-space size estimate
10.69/20.80	c satzilla's ranking:
10.69/20.80	c 1) march_dl+P: 2.928805
10.69/20.80	c 2) march_dl: 3.126971
10.69/20.80	c 3) minisat20: 3.232498
10.69/20.80	c 4) vallst+P: 3.866289
10.69/20.80	c 5) zchaff_rand+P: 4.330527
10.69/20.80	c 6) minisat20+P: 4.733221
10.69/20.80	c 7) kcnfs+P: 999.000000
10.69/20.80	c 8) kcnfs: 999.000000
10.69/20.80	c 9) vallst: 999.000000
10.69/20.80	c 10) zchaff_rand: 999.000000
10.69/20.80	c satzilla running march_dl with preprocessing ... 
1652.36/1663.20	c Preprocessing...
1652.36/1663.20	c Inital problem has 4499 variables, 17248 nary clauses (1355 binary clauses).
1652.36/1663.20	c Num non-binary clauses 17248, Average non-binary clause length 3.000
1652.36/1663.20	c Theory has no gaps
1652.36/1663.20	c Preprocessor runtime was 0.110 seconds.
1652.36/1663.20	c 
1652.36/1663.20	c Satisfiability of theory still undetermined.
1652.36/1663.20	c See file /tmp/aRlbgA for simplified theory.
1652.36/1663.20	c Bin: Executing march_dl
1652.36/1663.20	c child exited successfully
1652.36/1663.20	c march_dl returned code 20.
1652.36/1663.20	s UNSATISFIABLE
1652.36/1663.20	c SATZILLA_TIME=1652.720000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784865-1241871840/watcher-1784865-1241871840 -o /tmp/evaluation-result-1784865-1241871840/solver-1784865-1241871840 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784865-1241871840.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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/65 18417
/proc/meminfo: memFree=1541768/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=0
/proc/18417/stat : 18417 (SATzilla2007_C) R 18415 18417 18267 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 0 215214434 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/18417/statm: 360 110 95 260 0 84 0
[pid=18418] ppid=18417 vsize=1064 CPUtime=0
/proc/18418/stat : 18418 (march_dl) R 18417 18417 18267 0 -1 4194304 159 0 0 0 0 0 0 0 20 0 1 0 215214434 1089536 154 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18418/statm: 266 154 50 118 0 145 0

[startup+0.0616371 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 18417
/proc/meminfo: memFree=1541768/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=0
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 215214434 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18417/statm: 360 110 95 260 0 84 0
[pid=18418] ppid=18417 vsize=2204 CPUtime=0.05
/proc/18418/stat : 18418 (march_dl) R 18417 18417 18267 0 -1 4194304 709 0 0 0 5 0 0 0 21 0 1 0 215214434 2256896 432 1992294400 134512640 134996440 4294956256 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18418/statm: 551 432 57 118 0 430 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3644

[startup+0.102644 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 18417
/proc/meminfo: memFree=1541768/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=0
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 215214434 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18417/statm: 360 110 95 260 0 84 0
[pid=18418] ppid=18417 vsize=2296 CPUtime=0.09
/proc/18418/stat : 18418 (march_dl) R 18417 18417 18267 0 -1 4194304 1081 0 0 0 9 0 0 0 21 0 1 0 215214434 2351104 459 1992294400 134512640 134996440 4294956256 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18418/statm: 574 459 57 118 0 453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3736

[startup+0.301683 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 18417
/proc/meminfo: memFree=1541768/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=0
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 215214434 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18417/statm: 360 110 95 260 0 84 0
[pid=18418] ppid=18417 vsize=4804 CPUtime=0.29
/proc/18418/stat : 18418 (march_dl) R 18417 18417 18267 0 -1 4194304 1780 0 0 0 29 0 0 0 23 0 1 0 215214434 4919296 1058 1992294400 134512640 134996440 4294956256 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18418/statm: 1201 1058 57 118 0 1080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6244

[startup+0.702762 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 18417
/proc/meminfo: memFree=1541768/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=0
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 215214434 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18417/statm: 360 110 95 260 0 84 0
[pid=18418] ppid=18417 vsize=6260 CPUtime=0.69
/proc/18418/stat : 18418 (march_dl) R 18417 18417 18267 0 -1 4194304 2151 0 0 0 69 0 0 0 25 0 1 0 215214434 6410240 1429 1992294400 134512640 134996440 4294956256 18446744073709551615 134518283 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18418/statm: 1565 1429 57 118 0 1444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7700

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 18419
/proc/meminfo: memFree=1534968/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=0
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 215214434 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18417/statm: 360 110 95 260 0 84 0
[pid=18418] ppid=18417 vsize=8388 CPUtime=1.49
/proc/18418/stat : 18418 (march_dl) R 18417 18417 18267 0 -1 4194304 2704 0 0 0 149 0 0 0 25 0 1 0 215214434 8589312 1982 1992294400 134512640 134996440 4294956256 18446744073709551615 134518422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18418/statm: 2097 1982 57 118 0 1976 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9828

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 18419
/proc/meminfo: memFree=1532920/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=0
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 215214434 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18417/statm: 360 110 95 260 0 84 0
[pid=18418] ppid=18417 vsize=10104 CPUtime=3.09
/proc/18418/stat : 18418 (march_dl) R 18417 18417 18267 0 -1 4194304 3115 0 0 0 309 0 0 0 25 0 1 0 215214434 10346496 2393 1992294400 134512640 134996440 4294956256 18446744073709551615 134518408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18418/statm: 2526 2393 57 118 0 2405 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11544

[startup+6.30186 s]
/proc/loadavg: 1.00 1.00 0.93 1/67 18420
/proc/meminfo: memFree=1541112/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=4.99
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 135 4264 0 0 0 0 499 0 16 0 1 0 215214434 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 360 111 96 260 0 84 0
[pid=18420] ppid=18417 vsize=668 CPUtime=0
/proc/18420/stat : 18420 (ubcsat2006) D 18417 18417 18267 0 -1 4194304 36 0 0 0 0 0 0 0 18 0 1 0 215214935 684032 31 1992294400 134512640 134777720 4294956112 18446744073709551615 10425252 0 0 8392704 0 18446744071563608240 0 0 17 0 0 0
/proc/18420/statm: 167 31 25 64 0 66 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 2108
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 1.16 1.03 0.94 1/67 18420
/proc/meminfo: memFree=1540664/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=1440 CPUtime=4.99
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 135 4264 0 0 0 0 499 0 16 0 1 0 215214434 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 360 111 96 260 0 84 0
[pid=18420] ppid=18417 vsize=1996 CPUtime=0
/proc/18420/stat : 18420 (ubcsat2006) D 18417 18417 18267 0 -1 4194304 42 0 1 0 0 0 0 0 18 0 1 0 215214935 2043904 38 1992294400 134512640 134777720 4294956112 18446744073709551615 10429447 0 0 8392704 0 18446744071563479169 0 0 17 0 0 0
/proc/18420/statm: 499 38 31 64 0 66 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 3436
heavy processes:

[startup+25.5016 s]
/proc/loadavg: 1.26 1.06 0.95 2/67 18421
/proc/meminfo: memFree=1523384/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=12848 CPUtime=4.55
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4266 0 0 0 453 2 0 0 25 0 1 0 215216529 13156352 3076 1992294400 134512640 134996440 4294956320 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3212 3076 75 118 0 3091 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 18540
heavy processes:

[startup+51.1017 s]
/proc/loadavg: 1.17 1.06 0.95 2/67 18421
/proc/meminfo: memFree=1523256/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=12980 CPUtime=30.14
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4310 0 0 0 3012 2 0 0 25 0 1 0 215216529 13291520 3120 1992294400 134512640 134996440 4294956320 18446744073709551615 134527733 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3245 3120 75 118 0 3124 0
Current children cumulated CPU time (s) 40.97
Current children cumulated vsize (KiB) 18672

[startup+102.307 s]
/proc/loadavg: 1.07 1.05 0.95 2/67 18421
/proc/meminfo: memFree=1523256/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13112 CPUtime=81.32
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4321 0 0 0 8130 2 0 0 25 0 1 0 215216529 13426688 3131 1992294400 134512640 134996440 4294956320 18446744073709551615 134617338 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3278 3131 75 118 0 3157 0
Current children cumulated CPU time (s) 92.15
Current children cumulated vsize (KiB) 18804

[startup+162.301 s]
/proc/loadavg: 1.02 1.03 0.95 2/67 18421
/proc/meminfo: memFree=1523256/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13112 CPUtime=141.3
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4330 0 0 0 14128 2 0 0 25 0 1 0 215216529 13426688 3140 1992294400 134512640 134996440 4294956320 18446744073709551615 134551162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3278 3140 75 118 0 3157 0
Current children cumulated CPU time (s) 152.13
Current children cumulated vsize (KiB) 18804

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 0.95 2/67 18421
/proc/meminfo: memFree=1523128/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13112 CPUtime=201.27
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4344 0 0 0 20125 2 0 0 25 0 1 0 215216529 13426688 3154 1992294400 134512640 134996440 4294956320 18446744073709551615 134527434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3278 3154 75 118 0 3157 0
Current children cumulated CPU time (s) 212.1
Current children cumulated vsize (KiB) 18804

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 0.95 2/67 18421
/proc/meminfo: memFree=1523064/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13244 CPUtime=261.25
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4349 0 0 0 26123 2 0 0 25 0 1 0 215216529 13561856 3159 1992294400 134512640 134996440 4294956320 18446744073709551615 134571879 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3311 3159 75 118 0 3190 0
Current children cumulated CPU time (s) 272.08
Current children cumulated vsize (KiB) 18936

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 0.95 2/67 18421
/proc/meminfo: memFree=1523000/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0

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


[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18421
/proc/meminfo: memFree=1522680/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=980.98
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4430 0 0 0 98096 2 0 0 25 0 1 0 215216529 13832192 3240 1992294400 134512640 134996440 4294956320 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3240 75 118 0 3256 0
Current children cumulated CPU time (s) 991.81
Current children cumulated vsize (KiB) 19200

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18421
/proc/meminfo: memFree=1522680/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1040.96
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4430 0 0 0 104094 2 0 0 25 0 1 0 215216529 13832192 3240 1992294400 134512640 134996440 4294956320 18446744073709551615 134527416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3240 75 118 0 3256 0
Current children cumulated CPU time (s) 1051.79
Current children cumulated vsize (KiB) 19200

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18422
/proc/meminfo: memFree=1522488/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1100.93
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4432 0 0 0 110091 2 0 0 25 0 1 0 215216529 13832192 3242 1992294400 134512640 134996440 4294956320 18446744073709551615 134527699 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3242 75 118 0 3256 0
Current children cumulated CPU time (s) 1111.76
Current children cumulated vsize (KiB) 19200

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18422
/proc/meminfo: memFree=1522488/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1160.91
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4433 0 0 0 116089 2 0 0 25 0 1 0 215216529 13832192 3243 1992294400 134512640 134996440 4294956320 18446744073709551615 134571803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3243 75 118 0 3256 0
Current children cumulated CPU time (s) 1171.74
Current children cumulated vsize (KiB) 19200

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522424/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1220.89
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4435 0 0 0 122087 2 0 0 25 0 1 0 215216529 13832192 3245 1992294400 134512640 134996440 4294956320 18446744073709551615 134521497 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3245 75 118 0 3256 0
Current children cumulated CPU time (s) 1231.72
Current children cumulated vsize (KiB) 19200

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522424/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1280.87
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4435 0 0 0 128085 2 0 0 25 0 1 0 215216529 13832192 3245 1992294400 134512640 134996440 4294956320 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3245 75 118 0 3256 0
Current children cumulated CPU time (s) 1291.7
Current children cumulated vsize (KiB) 19200

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522424/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1340.84
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4436 0 0 0 134082 2 0 0 25 0 1 0 215216529 13832192 3246 1992294400 134512640 134996440 4294956320 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3246 75 118 0 3256 0
Current children cumulated CPU time (s) 1351.67
Current children cumulated vsize (KiB) 19200

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522424/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1400.82
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4436 0 0 0 140080 2 0 0 25 0 1 0 215216529 13832192 3246 1992294400 134512640 134996440 4294956320 18446744073709551615 134527352 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3246 75 118 0 3256 0
Current children cumulated CPU time (s) 1411.65
Current children cumulated vsize (KiB) 19200

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522424/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13508 CPUtime=1460.8
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4438 0 0 0 146078 2 0 0 25 0 1 0 215216529 13832192 3248 1992294400 134512640 134996440 4294956320 18446744073709551615 134532808 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3377 3248 75 118 0 3256 0
Current children cumulated CPU time (s) 1471.63
Current children cumulated vsize (KiB) 19200

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522424/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13640 CPUtime=1520.77
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4446 0 0 0 152075 2 0 0 25 0 1 0 215216529 13967360 3256 1992294400 134512640 134996440 4294956320 18446744073709551615 134527417 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3410 3256 75 118 0 3289 0
Current children cumulated CPU time (s) 1531.6
Current children cumulated vsize (KiB) 19332

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522360/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13640 CPUtime=1580.75
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4447 0 0 0 158073 2 0 0 25 0 1 0 215216529 13967360 3257 1992294400 134512640 134996440 4294956320 18446744073709551615 134531191 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3410 3257 75 118 0 3289 0
Current children cumulated CPU time (s) 1591.58
Current children cumulated vsize (KiB) 19332

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522360/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13640 CPUtime=1640.73
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4447 0 0 0 164071 2 0 0 25 0 1 0 215216529 13967360 3257 1992294400 134512640 134996440 4294956320 18446744073709551615 134553196 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3410 3257 75 118 0 3289 0
Current children cumulated CPU time (s) 1651.56
Current children cumulated vsize (KiB) 19332

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

[startup+1662.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522360/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13640 CPUtime=1641.13
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4447 0 0 0 164111 2 0 0 25 0 1 0 215216529 13967360 3257 1992294400 134512640 134996440 4294956320 18446744073709551615 134527434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3410 3257 75 118 0 3289 0
Current children cumulated CPU time (s) 1651.96
Current children cumulated vsize (KiB) 19332

[startup+1663.1 s]
/proc/loadavg: 1.00 1.00 0.95 2/67 18423
/proc/meminfo: memFree=1522360/2055920 swapFree=4180628/4192956
[pid=18417] ppid=18415 vsize=5692 CPUtime=10.83
/proc/18417/stat : 18417 (SATzilla2007_C) S 18415 18417 18267 0 -1 4194304 3023 4791 0 12 349 9 702 23 25 0 1 0 215214434 5828608 1206 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18417/statm: 1423 1206 165 260 0 1147 0
[pid=18421] ppid=18417 vsize=13640 CPUtime=1641.53
/proc/18421/stat : 18421 (march_dl) R 18417 18417 18267 0 -1 4194304 4447 0 0 0 164151 2 0 0 25 0 1 0 215216529 13967360 3257 1992294400 134512640 134996440 4294956320 18446744073709551615 134527434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18421/statm: 3410 3257 75 118 0 3289 0
Current children cumulated CPU time (s) 1652.36
Current children cumulated vsize (KiB) 19332

Child status: 20
Real time (s): 1663.2
CPU time (s): 1652.5
CPU user time (s): 1652.13
CPU system time (s): 0.361944
CPU usage (%): 99.3561
Max. virtual memory (cumulated for all children) (KiB): 19332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1652.13
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12271
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32
involuntary context switches= 2288

runsolver used 1.43178 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-09 14:24:01
IDJOB=1784865
IDBENCH=24631
IDSOLVER=640
FILE ID=node77/1784865-1241871840
PBS_JOBID= 9264540
Free space on /tmp= 66180 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784865-1241871840/watcher-1784865-1241871840 -o /tmp/evaluation-result-1784865-1241871840/solver-1784865-1241871840 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1784865-1241871840.cnf            

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

MD5SUM BENCH= ff36f96f6b8096039d33a91da209fed4
RANDOM SEED=1186312921

node77.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.270
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.270
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:       1542248 kB
Buffers:         42412 kB
Cached:         391228 kB
SwapCached:       6388 kB
Active:          54200 kB
Inactive:       387988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542248 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:            8672 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            57456 kB
Committed_AS:   744844 kB
PageTables:       1372 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= 66172 MiB
End job on node77 at 2009-05-09 14:51:44