Trace number 368770

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 1803 1804.01

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 benchmark1179.38
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 (download as text)

10.65/10.96	c run March_dl for 5 seconds ... 
10.65/10.96	c Bin: Executing march_dl
10.65/10.96	c child exit by a signal
10.65/10.96	c march_dl returned code 137.
10.65/10.96	c run saps (UBCSAT implementation) for 2 seconds ... 
10.65/10.96	c Bin: Executing ubcsat2006
10.65/10.96	c child exited successfully
10.65/10.96	c ubcsat2006 returned code 0.
10.65/10.96	c satzilla computing base features
10.65/10.96	c satzilla doing unit-prop probe
10.65/10.96	c satzilla doing local search probe
10.65/10.96	c satzilla doing lobjois search-space size estimate
10.65/10.96	c satzilla's ranking:
10.65/10.96	c 1) march_dl+P: 3.063940
10.65/10.96	c 2) march_dl: 3.259224
10.65/10.96	c 3) minisat20: 3.506468
10.65/10.96	c 4) minisat20+P: 3.899322
10.65/10.96	c 5) zchaff_rand+P: 4.356015
10.65/10.96	c 6) vallst+P: 4.689963
10.65/10.96	c 7) kcnfs+P: 999.000000
10.65/10.96	c 8) kcnfs: 999.000000
10.65/10.96	c 9) vallst: 999.000000
10.65/10.96	c 10) zchaff_rand: 999.000000
10.65/10.96	c satzilla running march_dl with preprocessing ... 
1802.88/1804.00	c Preprocessing...
1802.88/1804.00	c Inital problem has 4499 variables, 17248 nary clauses (1355 binary clauses).
1802.88/1804.00	c Num non-binary clauses 17248, Average non-binary clause length 3.000
1802.88/1804.00	c Theory has no gaps
1802.88/1804.00	c Preprocessor runtime was 0.130 seconds.
1802.88/1804.00	c 
1802.88/1804.00	c Satisfiability of theory still undetermined.
1802.88/1804.00	c See file /tmp/uyGHFv for simplified theory.
1802.88/1804.00	c Bin: Executing march_dl
1802.88/1804.00	c child exited successfully
1802.88/1804.00	c march_dl returned code 20.
1802.88/1804.00	s UNSATISFIABLE
1802.88/1804.00	c SATZILLA_TIME=1803.260000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node10/watcher-368770-1177256291 -o ROOT/results/node10/solver-368770-1177256291 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368770-1177256291/SATzilla2007_C /tmp/evaluation/368770-1177256291/instance-368770-1177256291.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): 7500 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.98 1.02 1.00 3/77 24692
/proc/meminfo: memFree=1852176/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=0
/proc/24692/stat : 24692 (SATzilla2007_C) D 24690 24692 24636 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 201666635 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24692/statm: 360 110 95 260 0 84 0

[startup+0.0639241 s]
/proc/loadavg: 0.98 1.02 1.00 3/77 24692
/proc/meminfo: memFree=1852176/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=0
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201666635 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101932 s]
/proc/loadavg: 0.98 1.02 1.00 3/77 24692
/proc/meminfo: memFree=1852176/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=0
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201666635 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301975 s]
/proc/loadavg: 0.98 1.02 1.00 3/77 24692
/proc/meminfo: memFree=1852176/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=0
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201666635 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.70106 s]
/proc/loadavg: 0.98 1.02 1.00 3/77 24692
/proc/meminfo: memFree=1852176/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=0
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201666635 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50123 s]
/proc/loadavg: 0.99 1.02 1.00 2/79 24694
/proc/meminfo: memFree=1845440/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=0
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201666635 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 360 110 95 260 0 84 0
[pid=24694] ppid=24692 vsize=8240 CPUtime=1.47
/proc/24694/stat : 24694 (march_dl) R 24692 24692 24636 0 -1 4194304 2651 0 0 0 147 0 0 0 25 0 1 0 201666637 8437760 1929 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134518425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24694/statm: 2060 1929 57 118 0 1939 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9680

[startup+3.10158 s]
/proc/loadavg: 0.99 1.02 1.00 2/79 24694
/proc/meminfo: memFree=1843392/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=0
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 201666635 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 360 110 95 260 0 84 0
[pid=24694] ppid=24692 vsize=9956 CPUtime=3.07
/proc/24694/stat : 24694 (march_dl) R 24692 24692 24636 0 -1 4194304 3089 0 0 0 306 1 0 0 25 0 1 0 201666637 10194944 2367 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24694/statm: 2489 2367 57 118 0 2368 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11396

[startup+6.30227 s]
/proc/loadavg: 0.99 1.02 1.00 2/79 24695
/proc/meminfo: memFree=1849088/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=1440 CPUtime=4.99
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 135 4263 0 0 0 0 498 1 18 0 1 0 201666635 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24692/statm: 360 111 96 260 0 84 0
[pid=24695] ppid=24692 vsize=6188 CPUtime=1.06
/proc/24695/stat : 24695 (ubcsat2006) R 24692 24692 24636 0 -1 4194304 520 0 13 0 96 10 0 0 25 0 1 0 201667149 6336512 516 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24695/statm: 1547 516 156 64 0 1128 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 0.99 1.02 1.00 2/79 24696
/proc/meminfo: memFree=1839368/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=8640 CPUtime=1.58
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 2741 0 0 0 157 1 0 0 25 0 1 0 201667746 8847360 2022 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134518283 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 2160 2022 57 118 0 2039 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 14332

[startup+25.5014 s]
/proc/loadavg: 0.99 1.02 1.00 2/79 24696
/proc/meminfo: memFree=1833800/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=12980 CPUtime=14.36
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4301 0 0 0 1434 2 0 0 25 0 1 0 201667746 13291520 3113 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527426 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3245 3113 75 118 0 3124 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 18672

[startup+51.1019 s]
/proc/loadavg: 0.99 1.02 1.00 2/79 24696
/proc/meminfo: memFree=1833736/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=12980 CPUtime=39.95
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4311 0 0 0 3993 2 0 0 25 0 1 0 201667746 13291520 3123 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3245 3123 75 118 0 3124 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 18672

[startup+102.306 s]
/proc/loadavg: 0.99 1.01 1.00 2/79 24696
/proc/meminfo: memFree=1833800/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13112 CPUtime=91.13
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4321 0 0 0 9111 2 0 0 25 0 1 0 201667746 13426688 3133 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527352 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3278 3133 75 118 0 3157 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 18804

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/79 24696
/proc/meminfo: memFree=1833736/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13112 CPUtime=151.11
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4327 0 0 0 15108 3 0 0 25 0 1 0 201667746 13426688 3139 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3278 3139 75 118 0 3157 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 18804

[startup+222.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/79 24696
/proc/meminfo: memFree=1833608/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13112 CPUtime=211.08
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4342 0 0 0 21105 3 0 0 25 0 1 0 201667746 13426688 3154 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134531209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3278 3154 75 118 0 3157 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 18804

[startup+282.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 24696
/proc/meminfo: memFree=1833544/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13112 CPUtime=271.06
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4346 0 0 0 27103 3 0 0 25 0 1 0 201667746 13426688 3158 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3278 3158 75 118 0 3157 0
Current children cumulated CPU time (s) 281.93
Current children cumulated vsize (KiB) 18804

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24696
/proc/meminfo: memFree=1833480/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13244 CPUtime=331.04
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4357 0 0 0 33100 4 0 0 25 0 1 0 201667746 13561856 3169 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134566128 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3311 3169 75 118 0 3190 0
Current children cumulated CPU time (s) 341.91
Current children cumulated vsize (KiB) 18936

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24696
/proc/meminfo: memFree=1833416/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13244 CPUtime=391.02
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4357 0 0 0 39098 4 0 0 25 0 1 0 201667746 13561856 3169 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3311 3169 75 118 0 3190 0
Current children cumulated CPU time (s) 401.89
Current children cumulated vsize (KiB) 18936


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


[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24696
/proc/meminfo: memFree=1832200/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13508 CPUtime=1350.67
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4435 0 0 0 135056 11 0 0 25 0 1 0 201667746 13832192 3247 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552200 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3377 3247 75 118 0 3256 0
Current children cumulated CPU time (s) 1361.54
Current children cumulated vsize (KiB) 19200

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24874
/proc/meminfo: memFree=1830728/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13508 CPUtime=1410.56
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4435 0 0 0 141045 11 0 0 25 0 1 0 201667746 13832192 3247 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134588552 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3377 3247 75 118 0 3256 0
Current children cumulated CPU time (s) 1421.43
Current children cumulated vsize (KiB) 19200

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831816/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13508 CPUtime=1470.52
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4436 0 0 0 147041 11 0 0 25 0 1 0 201667746 13832192 3248 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134521552 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3377 3248 75 118 0 3256 0
Current children cumulated CPU time (s) 1481.39
Current children cumulated vsize (KiB) 19200

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831752/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13508 CPUtime=1530.51
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4437 0 0 0 153039 12 0 0 25 0 1 0 201667746 13832192 3249 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3377 3249 75 118 0 3256 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 19200

[startup+1602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 24894
/proc/meminfo: memFree=1831752/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13508 CPUtime=1590.48
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4438 0 0 0 159036 12 0 0 25 0 1 0 201667746 13832192 3250 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551926 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3377 3250 75 118 0 3256 0
Current children cumulated CPU time (s) 1601.35
Current children cumulated vsize (KiB) 19200

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 24894
/proc/meminfo: memFree=1831624/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13508 CPUtime=1650.47
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4445 0 0 0 165034 13 0 0 25 0 1 0 201667746 13832192 3257 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527703 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3377 3257 75 118 0 3256 0
Current children cumulated CPU time (s) 1661.34
Current children cumulated vsize (KiB) 19200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831560/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1710.44
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4447 0 0 0 171031 13 0 0 25 0 1 0 201667746 13967360 3259 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3259 75 118 0 3289 0
Current children cumulated CPU time (s) 1721.31
Current children cumulated vsize (KiB) 19332

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831496/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1770.41
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4447 0 0 0 177028 13 0 0 25 0 1 0 201667746 13967360 3259 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527426 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3259 75 118 0 3289 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 19332

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831496/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1780.01
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4447 0 0 0 177988 13 0 0 25 0 1 0 201667746 13967360 3259 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134571803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3259 75 118 0 3289 0
Current children cumulated CPU time (s) 1790.88
Current children cumulated vsize (KiB) 19332

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831496/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1786.41
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4448 0 0 0 178627 14 0 0 25 0 1 0 201667746 13967360 3260 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134571757 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3260 75 118 0 3289 0
Current children cumulated CPU time (s) 1797.28
Current children cumulated vsize (KiB) 19332

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831432/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1789.61
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4448 0 0 0 178947 14 0 0 25 0 1 0 201667746 13967360 3260 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3260 75 118 0 3289 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (KiB) 19332

[startup+1803.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831432/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1791.21
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4448 0 0 0 179107 14 0 0 25 0 1 0 201667746 13967360 3260 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3260 75 118 0 3289 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 19332

[startup+1803.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831432/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1791.61
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4448 0 0 0 179147 14 0 0 25 0 1 0 201667746 13967360 3260 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134521518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3260 75 118 0 3289 0
Current children cumulated CPU time (s) 1802.48
Current children cumulated vsize (KiB) 19332

[startup+1803.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 24894
/proc/meminfo: memFree=1831432/2055920 swapFree=4152232/4192956
[pid=24692] ppid=24690 vsize=5692 CPUtime=10.87
/proc/24692/stat : 24692 (SATzilla2007_C) S 24690 24692 24636 0 -1 4194304 3026 4789 0 13 351 10 701 25 25 0 1 0 201666635 5828608 1206 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1423 1206 165 260 0 1147 0
[pid=24696] ppid=24692 vsize=13640 CPUtime=1792.01
/proc/24696/stat : 24696 (march_dl) R 24692 24692 24636 0 -1 4194304 4448 0 0 0 179187 14 0 0 25 0 1 0 201667746 13967360 3260 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527737 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24696/statm: 3410 3260 75 118 0 3289 0
Current children cumulated CPU time (s) 1802.88
Current children cumulated vsize (KiB) 19332

Child status: 20
Real time (s): 1804.01
CPU time (s): 1803
CPU user time (s): 1802.5
CPU system time (s): 0.500923
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 19332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.5
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12273
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53
involuntary context switches= 35860

runsolver used 1.72374 second user time and 4.84526 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Apr 22 15:38:11 UTC 2007

IDJOB= 368770
IDBENCH= 24631
IDSOLVER= 179
FILE ID= node10/368770-1177256291

PBS_JOBID= 4650621

Free space on /tmp= 66264 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368770-1177256291/SATzilla2007_C /tmp/evaluation/368770-1177256291/instance-368770-1177256291.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-368770-1177256291 -o ROOT/results/node10/solver-368770-1177256291 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368770-1177256291/SATzilla2007_C /tmp/evaluation/368770-1177256291/instance-368770-1177256291.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ff36f96f6b8096039d33a91da209fed4

RANDOM SEED= 522879760

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.259
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.259
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:       1852584 kB
Buffers:         22492 kB
Cached:         104144 kB
SwapCached:       8820 kB
Active:          45580 kB
Inactive:       103740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852584 kB
SwapTotal:     4192956 kB
SwapFree:      4152232 kB
Dirty:            8824 kB
Writeback:           0 kB
Mapped:          29696 kB
Slab:            39648 kB
Committed_AS:  3660532 kB
PageTables:       1708 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= 66264 MiB

End job on node10 on Sun Apr 22 16:08:15 UTC 2007