Trace number 368764

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 1982.28 1982.84

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1261.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
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.98/11.03	c run March_dl for 5 seconds ... 
10.98/11.03	c Bin: Executing march_dl
10.98/11.03	c child exit by a signal
10.98/11.03	c march_dl returned code 137.
10.98/11.03	c run saps (UBCSAT implementation) for 2 seconds ... 
10.98/11.03	c Bin: Executing ubcsat2006
10.98/11.03	c child exited successfully
10.98/11.03	c ubcsat2006 returned code 0.
10.98/11.03	c satzilla computing base features
10.98/11.03	c satzilla doing unit-prop probe
10.98/11.03	c satzilla doing local search probe
10.98/11.03	c satzilla doing lobjois search-space size estimate
10.98/11.03	c satzilla's ranking:
10.98/11.03	c 1) march_dl+P: 3.034377
10.98/11.03	c 2) march_dl: 3.497097
10.98/11.03	c 3) vallst+P: 3.981249
10.98/11.03	c 4) zchaff_rand+P: 4.043111
10.98/11.03	c 5) minisat20: 4.574424
10.98/11.03	c 6) minisat20+P: 4.818208
10.98/11.03	c 7) kcnfs+P: 999.000000
10.98/11.03	c 8) kcnfs: 999.000000
10.98/11.03	c 9) vallst: 999.000000
10.98/11.03	c 10) zchaff_rand: 999.000000
10.98/11.03	c satzilla running march_dl with preprocessing ... 
1982.22/1982.84	c Preprocessing...
1982.22/1982.84	c Inital problem has 4487 variables, 17200 nary clauses (1355 binary clauses).
1982.22/1982.84	c Num non-binary clauses 17200, Average non-binary clause length 3.000
1982.22/1982.84	c Theory has no gaps
1982.22/1982.84	c Preprocessor runtime was 0.120 seconds.
1982.22/1982.84	c 
1982.22/1982.84	c Satisfiability of theory still undetermined.
1982.22/1982.84	c See file /tmp/Uvs5Sz for simplified theory.
1982.22/1982.84	c Bin: Executing march_dl
1982.22/1982.84	c child exited successfully
1982.22/1982.84	c march_dl returned code 20.
1982.22/1982.84	s UNSATISFIABLE
1982.22/1982.84	c SATZILLA_TIME=1982.560000

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/node11/watcher-368764-1177254131 -o ROOT/results/node11/solver-368764-1177254131 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368764-1177254131/SATzilla2007_C /tmp/evaluation/368764-1177254131/instance-368764-1177254131.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: 1.00 0.99 0.99 3/77 7360
/proc/meminfo: memFree=1605288/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=0
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 166462036 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 110 95 260 0 84 0
[pid=7361] ppid=7360 vsize=1060 CPUtime=0
/proc/7361/stat : 7361 (march_dl) R 7360 7360 6865 0 -1 4194304 158 0 0 0 0 0 0 0 19 0 1 0 166462036 1085440 153 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7361/statm: 265 153 50 118 0 144 0

[startup+0.0563961 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7360
/proc/meminfo: memFree=1605288/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=0
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 166462036 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 110 95 260 0 84 0
[pid=7361] ppid=7360 vsize=2548 CPUtime=0.05
/proc/7361/stat : 7361 (march_dl) R 7360 7360 6865 0 -1 4194304 629 0 0 0 5 0 0 0 19 0 1 0 166462036 2609152 480 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7361/statm: 637 484 55 118 0 516 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3988

[startup+0.102401 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7360
/proc/meminfo: memFree=1605288/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=0
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 166462036 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 110 95 260 0 84 0
[pid=7361] ppid=7360 vsize=2416 CPUtime=0.09
/proc/7361/stat : 7361 (march_dl) R 7360 7360 6865 0 -1 4194304 1031 0 0 0 9 0 0 0 19 0 1 0 166462036 2473984 482 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7361/statm: 604 482 57 118 0 483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3856

[startup+0.302425 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7360
/proc/meminfo: memFree=1605288/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=0
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 166462036 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 110 95 260 0 84 0
[pid=7361] ppid=7360 vsize=4924 CPUtime=0.29
/proc/7361/stat : 7361 (march_dl) R 7360 7360 6865 0 -1 4194304 1720 0 0 0 29 0 0 0 20 0 1 0 166462036 5042176 1096 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7361/statm: 1231 1099 57 118 0 1110 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6364

[startup+0.702472 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 7360
/proc/meminfo: memFree=1605288/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=0
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 166462036 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 110 95 260 0 84 0
[pid=7361] ppid=7360 vsize=6508 CPUtime=0.69
/proc/7361/stat : 7361 (march_dl) R 7360 7360 6865 0 -1 4194304 2114 0 0 0 69 0 0 0 24 0 1 0 166462036 6664192 1490 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7361/statm: 1627 1490 57 118 0 1506 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7948

[startup+1.50157 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7362
/proc/meminfo: memFree=1598296/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=0
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 166462036 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 110 95 260 0 84 0
[pid=7361] ppid=7360 vsize=8492 CPUtime=1.49
/proc/7361/stat : 7361 (march_dl) R 7360 7360 6865 0 -1 4194304 2624 0 0 0 149 0 0 0 25 0 1 0 166462036 8695808 2000 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134518425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7361/statm: 2123 2000 57 118 0 2002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9932

[startup+3.10176 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7362
/proc/meminfo: memFree=1596440/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=0
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 166462036 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 110 95 260 0 84 0
[pid=7361] ppid=7360 vsize=10340 CPUtime=3.09
/proc/7361/stat : 7361 (march_dl) R 7360 7360 6865 0 -1 4194304 3081 0 0 0 309 0 0 0 25 0 1 0 166462036 10588160 2457 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134518425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7361/statm: 2585 2457 57 118 0 2464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11780

[startup+6.30114 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7363
/proc/meminfo: memFree=1603544/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=1440 CPUtime=4.99
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 135 4215 0 0 0 0 498 1 16 0 1 0 166462036 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7360/statm: 360 111 96 260 0 84 0
[pid=7363] ppid=7360 vsize=6188 CPUtime=1.28
/proc/7363/stat : 7363 (ubcsat2006) R 7360 7360 6865 0 -1 4194304 533 0 1 0 116 12 0 0 25 0 1 0 166462536 6336512 517 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7363/statm: 1547 517 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1594264/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=8352 CPUtime=1.51
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 2563 0 0 0 150 1 0 0 25 0 1 0 166463155 8552448 1942 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134518197 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 2088 1942 57 118 0 1967 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14036

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587864/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13156 CPUtime=14.3
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4248 0 0 0 1429 1 0 0 25 0 1 0 166463155 13471744 3164 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550987 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3289 3164 75 118 0 3168 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 18840

[startup+51.1014 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587864/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13316 CPUtime=39.89
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4271 0 0 0 3988 1 0 0 25 0 1 0 166463155 13635584 3187 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551009 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3329 3187 75 118 0 3208 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 19000

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587864/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13316 CPUtime=91.08
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4284 0 0 0 9107 1 0 0 25 0 1 0 166463155 13635584 3200 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3329 3200 75 118 0 3208 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 19000

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587864/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13316 CPUtime=151.07
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4285 0 0 0 15105 2 0 0 25 0 1 0 166463155 13635584 3201 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3329 3201 75 118 0 3208 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 19000

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587864/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13316 CPUtime=211.05
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4285 0 0 0 21103 2 0 0 25 0 1 0 166463155 13635584 3201 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3329 3201 75 118 0 3208 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 19000

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587864/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13316 CPUtime=271.03
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4288 0 0 0 27101 2 0 0 25 0 1 0 166463155 13635584 3204 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527746 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3329 3204 75 118 0 3208 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 19000

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587864/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13316 CPUtime=331.01
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4288 0 0 0 33099 2 0 0 25 0 1 0 166463155 13635584 3204 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553203 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3329 3204 75 118 0 3208 0

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


[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 3/79 7364
/proc/meminfo: memFree=1587544/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13712 CPUtime=1590.67
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4369 0 0 0 159060 7 0 0 25 0 1 0 166463155 14041088 3285 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3428 3285 75 118 0 3307 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 19396

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587480/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13712 CPUtime=1650.66
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4374 0 0 0 165058 8 0 0 25 0 1 0 166463155 14041088 3290 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550998 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3428 3290 75 118 0 3307 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 19396

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587480/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13712 CPUtime=1710.64
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4376 0 0 0 171056 8 0 0 25 0 1 0 166463155 14041088 3292 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3428 3292 75 118 0 3307 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 19396

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587352/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13712 CPUtime=1770.62
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4380 0 0 0 177054 8 0 0 25 0 1 0 166463155 14041088 3296 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3428 3296 75 118 0 3307 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 19396

[startup+1842.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587352/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13712 CPUtime=1830.6
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4381 0 0 0 183052 8 0 0 25 0 1 0 166463155 14041088 3297 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551143 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3428 3297 75 118 0 3307 0
Current children cumulated CPU time (s) 1841.75
Current children cumulated vsize (KiB) 19396

[startup+1902.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587224/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1890.6
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4391 0 0 0 189051 9 0 0 25 0 1 0 166463155 14176256 3307 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527768 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1901.75
Current children cumulated vsize (KiB) 19528

[startup+1962.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587224/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1950.58
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4391 0 0 0 195049 9 0 0 25 0 1 0 166463155 14176256 3307 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134521518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1961.73
Current children cumulated vsize (KiB) 19528

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

[startup+1971.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587160/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1959.38
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4392 0 0 0 195929 9 0 0 25 0 1 0 166463155 14176256 3308 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3308 75 118 0 3340 0
Current children cumulated CPU time (s) 1970.53
Current children cumulated vsize (KiB) 19528

[startup+1977.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587160/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1965.77
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4392 0 0 0 196568 9 0 0 25 0 1 0 166463155 14176256 3308 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3308 75 118 0 3340 0
Current children cumulated CPU time (s) 1976.92
Current children cumulated vsize (KiB) 19528

[startup+1980.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587160/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1968.97
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4392 0 0 0 196888 9 0 0 25 0 1 0 166463155 14176256 3308 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527455 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3308 75 118 0 3340 0
Current children cumulated CPU time (s) 1980.12
Current children cumulated vsize (KiB) 19528

[startup+1981.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587160/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1969.77
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4392 0 0 0 196968 9 0 0 25 0 1 0 166463155 14176256 3308 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3308 75 118 0 3340 0
Current children cumulated CPU time (s) 1980.92
Current children cumulated vsize (KiB) 19528

[startup+1982.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587160/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1970.57
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4392 0 0 0 197048 9 0 0 25 0 1 0 166463155 14176256 3308 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3308 75 118 0 3340 0
Current children cumulated CPU time (s) 1981.72
Current children cumulated vsize (KiB) 19528

[startup+1982.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587160/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1970.97
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4392 0 0 0 197088 9 0 0 25 0 1 0 166463155 14176256 3308 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3308 75 118 0 3340 0
Current children cumulated CPU time (s) 1982.12
Current children cumulated vsize (KiB) 19528

[startup+1982.8 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 7364
/proc/meminfo: memFree=1587160/2055920 swapFree=4150632/4192956
[pid=7360] ppid=7358 vsize=5684 CPUtime=11.15
/proc/7360/stat : 7360 (SATzilla2007_C) S 7358 7360 6865 0 -1 4194304 2922 4754 0 1 380 9 701 25 18 0 1 0 166462036 5820416 1208 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7360/statm: 1421 1208 165 260 0 1145 0
[pid=7364] ppid=7360 vsize=13844 CPUtime=1971.07
/proc/7364/stat : 7364 (march_dl) R 7360 7360 6865 0 -1 4194304 4392 0 0 0 197098 9 0 0 25 0 1 0 166463155 14176256 3308 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527436 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7364/statm: 3461 3308 75 118 0 3340 0
Current children cumulated CPU time (s) 1982.22
Current children cumulated vsize (KiB) 19528

Child status: 20
Real time (s): 1982.84
CPU time (s): 1982.28
CPU user time (s): 1981.84
CPU system time (s): 0.446932
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 19528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1981.84
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12078
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 3143

runsolver used 2.06069 second user time and 5.15522 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Apr 22 15:02:11 UTC 2007

IDJOB= 368764
IDBENCH= 24625
IDSOLVER= 179
FILE ID= node11/368764-1177254131

PBS_JOBID= 4650575

Free space on /tmp= 66341 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  5344c68d1511d70cde59fef7dc46c3a5

RANDOM SEED= 77905325

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1605760 kB
Buffers:         39568 kB
Cached:         321148 kB
SwapCached:      10904 kB
Active:         128316 kB
Inactive:       255712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605760 kB
SwapTotal:     4192956 kB
SwapFree:      4150632 kB
Dirty:            8764 kB
Writeback:           0 kB
Mapped:          30388 kB
Slab:            51616 kB
Committed_AS:  6282040 kB
PageTables:       1848 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= 66341 MiB

End job on node11 on Sun Apr 22 15:35:14 UTC 2007