Trace number 1784835

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 1838.18 1851.24

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 benchmark1838.18
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

10.94/23.34	c run March_dl for 5 seconds ... 
10.94/23.34	c Bin: Executing march_dl
10.94/23.34	c child exit by a signal
10.94/23.34	c march_dl returned code 137.
10.94/23.34	c run saps (UBCSAT implementation) for 2 seconds ... 
10.94/23.34	c Bin: Executing ubcsat2006
10.94/23.34	c child exited successfully
10.94/23.34	c ubcsat2006 returned code 0.
10.94/23.34	c satzilla computing base features
10.94/23.34	c satzilla doing unit-prop probe
10.94/23.34	c satzilla doing local search probe
10.94/23.34	c satzilla doing lobjois search-space size estimate
10.94/23.34	c satzilla's ranking:
10.94/23.34	c 1) march_dl+P: 2.934607
10.94/23.34	c 2) march_dl: 3.609161
10.94/23.34	c 3) vallst+P: 3.750223
10.94/23.34	c 4) zchaff_rand+P: 4.032783
10.94/23.34	c 5) minisat20+P: 4.412705
10.94/23.34	c 6) minisat20: 4.490971
10.94/23.34	c 7) kcnfs+P: 999.000000
10.94/23.34	c 8) kcnfs: 999.000000
10.94/23.34	c 9) vallst: 999.000000
10.94/23.34	c 10) zchaff_rand: 999.000000
10.94/23.34	c satzilla running march_dl with preprocessing ... 
1838.11/1851.23	c Preprocessing...
1838.11/1851.23	c Inital problem has 4487 variables, 17200 nary clauses (1355 binary clauses).
1838.11/1851.23	c Num non-binary clauses 17200, Average non-binary clause length 3.000
1838.11/1851.23	c Theory has no gaps
1838.11/1851.23	c Preprocessor runtime was 0.120 seconds.
1838.11/1851.23	c 
1838.11/1851.23	c Satisfiability of theory still undetermined.
1838.11/1851.23	c See file /tmp/dv9pBX for simplified theory.
1838.11/1851.23	c Bin: Executing march_dl
1838.11/1851.23	c child exited successfully
1838.11/1851.23	c march_dl returned code 20.
1838.11/1851.23	s UNSATISFIABLE
1838.11/1851.23	c SATZILLA_TIME=1838.450000

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-1784835-1241867789/watcher-1784835-1241867789 -o /tmp/evaluation-result-1784835-1241867789/solver-1784835-1241867789 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784835-1241867789.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.91 1.93 1.90 2/65 15715
/proc/meminfo: memFree=1866328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=0
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 214808237 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 110 95 260 0 84 0
[pid=15716] ppid=15715 vsize=1064 CPUtime=0
/proc/15716/stat : 15716 (march_dl) R 15715 15715 15678 0 -1 4194304 158 0 0 0 0 0 0 0 21 0 1 0 214808237 1089536 153 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15716/statm: 266 153 50 118 0 145 0

[startup+0.104462 s]
/proc/loadavg: 1.91 1.93 1.90 2/65 15715
/proc/meminfo: memFree=1866328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=0
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 214808237 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 110 95 260 0 84 0
[pid=15716] ppid=15715 vsize=2284 CPUtime=0.09
/proc/15716/stat : 15716 (march_dl) R 15715 15715 15678 0 -1 4194304 1078 0 0 0 9 0 0 0 22 0 1 0 214808237 2338816 457 1992294400 134512640 134996440 4294956256 18446744073709551615 134518357 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15716/statm: 571 457 57 118 0 450 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3724

[startup+0.201472 s]
/proc/loadavg: 1.91 1.93 1.90 2/65 15715
/proc/meminfo: memFree=1866328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=0
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 214808237 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 110 95 260 0 84 0
[pid=15716] ppid=15715 vsize=4132 CPUtime=0.19
/proc/15716/stat : 15716 (march_dl) R 15715 15715 15678 0 -1 4194304 1537 0 0 0 19 0 0 0 23 0 1 0 214808237 4231168 916 1992294400 134512640 134996440 4294956256 18446744073709551615 134518176 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15716/statm: 1033 916 57 118 0 912 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5572

[startup+0.301482 s]
/proc/loadavg: 1.91 1.93 1.90 2/65 15715
/proc/meminfo: memFree=1866328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=0
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 214808237 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 110 95 260 0 84 0
[pid=15716] ppid=15715 vsize=5188 CPUtime=0.29
/proc/15716/stat : 15716 (march_dl) R 15715 15715 15678 0 -1 4194304 1790 0 0 0 29 0 0 0 24 0 1 0 214808237 5312512 1169 1992294400 134512640 134996440 4294956256 18446744073709551615 134518375 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15716/statm: 1297 1169 57 118 0 1176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6628

[startup+0.701524 s]
/proc/loadavg: 1.91 1.93 1.90 2/65 15715
/proc/meminfo: memFree=1866328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=0
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 214808237 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 110 95 260 0 84 0
[pid=15716] ppid=15715 vsize=6516 CPUtime=0.69
/proc/15716/stat : 15716 (march_dl) R 15715 15715 15678 0 -1 4194304 2127 0 0 0 69 0 0 0 25 0 1 0 214808237 6672384 1506 1992294400 134512640 134996440 4294956256 18446744073709551615 134518460 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15716/statm: 1629 1506 57 118 0 1508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7956

[startup+1.50161 s]
/proc/loadavg: 1.91 1.93 1.90 2/67 15717
/proc/meminfo: memFree=1859144/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=0
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 214808237 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 110 95 260 0 84 0
[pid=15716] ppid=15715 vsize=8636 CPUtime=1.49
/proc/15716/stat : 15716 (march_dl) R 15715 15715 15678 0 -1 4194304 2652 0 0 0 148 1 0 0 25 0 1 0 214808237 8843264 2031 1992294400 134512640 134996440 4294956256 18446744073709551615 134518375 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15716/statm: 2159 2031 57 118 0 2038 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10076

[startup+3.10177 s]
/proc/loadavg: 1.91 1.93 1.90 2/67 15717
/proc/meminfo: memFree=1857288/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=0
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 214808237 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 110 95 260 0 84 0
[pid=15716] ppid=15715 vsize=10484 CPUtime=3.09
/proc/15716/stat : 15716 (march_dl) R 15715 15715 15678 0 -1 4194304 3102 0 0 0 308 1 0 0 25 0 1 0 214808237 10735616 2481 1992294400 134512640 134996440 4294956256 18446744073709551615 134518422 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15716/statm: 2621 2481 57 118 0 2500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11924

[startup+6.30111 s]
/proc/loadavg: 1.84 1.91 1.90 1/67 15718
/proc/meminfo: memFree=1865632/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=5
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 135 4211 0 0 0 0 498 2 16 0 1 0 214808237 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 111 96 260 0 84 0
[pid=15718] ppid=15715 vsize=1440 CPUtime=0
/proc/15718/stat : 15718 (SATzilla2007_C) D 15715 15715 15678 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 1 0 214808737 1474560 112 1992294400 134512640 135579813 4294956224 18446744073709551615 135326214 0 0 8392704 0 18446744071563608240 0 0 17 1 0 0
/proc/15718/statm: 360 112 97 260 0 84 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 2880
heavy processes:

[startup+12.7018 s]
/proc/loadavg: 1.85 1.92 1.90 1/67 15718
/proc/meminfo: memFree=1865648/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=1440 CPUtime=5
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 135 4211 0 0 0 0 498 2 16 0 1 0 214808237 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 360 111 96 260 0 84 0
[pid=15718] ppid=15715 vsize=1440 CPUtime=0
/proc/15718/stat : 15718 (SATzilla2007_C) D 15715 15715 15678 0 -1 4194368 6 0 0 0 0 0 0 0 18 0 1 0 214808737 1474560 112 1992294400 134512640 135579813 4294956224 18446744073709551615 135326214 0 0 8392704 0 18446744071563608240 0 0 17 1 0 0
/proc/15718/statm: 360 112 97 260 0 84 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 2880
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 1.88 1.92 1.90 2/67 15719
/proc/meminfo: memFree=1851832/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=9412 CPUtime=2
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 2833 0 0 0 200 0 0 0 25 0 1 0 214810585 9637888 2211 1992294400 134512640 134996440 4294956320 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 2353 2211 57 118 0 2232 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 15096
heavy processes:

[startup+51.1018 s]
/proc/loadavg: 1.58 1.84 1.88 2/67 15719
/proc/meminfo: memFree=1847800/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13316 CPUtime=27.6
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4271 0 0 0 2759 1 0 0 25 0 1 0 214810585 13635584 3180 1992294400 134512640 134996440 4294956320 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3329 3180 75 118 0 3208 0
Current children cumulated CPU time (s) 38.72
Current children cumulated vsize (KiB) 19000
heavy processes:

[startup+102.301 s]
/proc/loadavg: 1.30 1.73 1.83 2/67 15719
/proc/meminfo: memFree=1847736/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13316 CPUtime=78.77
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4290 0 0 0 7876 1 0 0 25 0 1 0 214810585 13635584 3199 1992294400 134512640 134996440 4294956320 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3329 3199 75 118 0 3208 0
Current children cumulated CPU time (s) 89.89
Current children cumulated vsize (KiB) 19000

[startup+162.301 s]
/proc/loadavg: 1.11 1.59 1.78 2/67 15719
/proc/meminfo: memFree=1847672/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13316 CPUtime=138.74
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4291 0 0 0 13873 1 0 0 25 0 1 0 214810585 13635584 3200 1992294400 134512640 134996440 4294956320 18446744073709551615 134527303 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3329 3200 75 118 0 3208 0
Current children cumulated CPU time (s) 149.86
Current children cumulated vsize (KiB) 19000

[startup+222.306 s]
/proc/loadavg: 1.04 1.48 1.73 2/67 15719
/proc/meminfo: memFree=1847672/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13316 CPUtime=198.72
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4291 0 0 0 19871 1 0 0 25 0 1 0 214810585 13635584 3200 1992294400 134512640 134996440 4294956320 18446744073709551615 134552325 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3329 3200 75 118 0 3208 0
Current children cumulated CPU time (s) 209.84
Current children cumulated vsize (KiB) 19000

[startup+282.302 s]
/proc/loadavg: 1.01 1.39 1.68 2/67 15719
/proc/meminfo: memFree=1847672/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13316 CPUtime=258.69
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4294 0 0 0 25868 1 0 0 25 0 1 0 214810585 13635584 3203 1992294400 134512640 134996440 4294956320 18446744073709551615 134527416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3329 3203 75 118 0 3208 0
Current children cumulated CPU time (s) 269.81
Current children cumulated vsize (KiB) 19000

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.63 2/67 15719
/proc/meminfo: memFree=1847608/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0

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


[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/67 15719
/proc/meminfo: memFree=1846776/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13712 CPUtime=1398.27
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4369 0 0 0 139824 3 0 0 25 0 1 0 214810585 14041088 3278 1992294400 134512640 134996440 4294956320 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3428 3278 75 118 0 3307 0
Current children cumulated CPU time (s) 1409.39
Current children cumulated vsize (KiB) 19396

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/67 15719
/proc/meminfo: memFree=1846712/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13712 CPUtime=1458.24
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4374 0 0 0 145821 3 0 0 25 0 1 0 214810585 14041088 3283 1992294400 134512640 134996440 4294956320 18446744073709551615 134573175 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3428 3283 75 118 0 3307 0
Current children cumulated CPU time (s) 1469.36
Current children cumulated vsize (KiB) 19396

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.14 2/67 15719
/proc/meminfo: memFree=1846712/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13712 CPUtime=1518.22
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4380 0 0 0 151819 3 0 0 25 0 1 0 214810585 14041088 3289 1992294400 134512640 134996440 4294956320 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3428 3289 75 118 0 3307 0
Current children cumulated CPU time (s) 1529.34
Current children cumulated vsize (KiB) 19396

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/67 15721
/proc/meminfo: memFree=1846520/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13712 CPUtime=1578.19
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4382 0 0 0 157816 3 0 0 25 0 1 0 214810585 14041088 3291 1992294400 134512640 134996440 4294956320 18446744073709551615 134553147 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3428 3291 75 118 0 3307 0
Current children cumulated CPU time (s) 1589.31
Current children cumulated vsize (KiB) 19396

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/67 15721
/proc/meminfo: memFree=1846520/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13712 CPUtime=1638.17
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4387 0 0 0 163814 3 0 0 25 0 1 0 214810585 14041088 3296 1992294400 134512640 134996440 4294956320 18446744073709551615 134566772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3428 3296 75 118 0 3307 0
Current children cumulated CPU time (s) 1649.29
Current children cumulated vsize (KiB) 19396

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/67 15721
/proc/meminfo: memFree=1846520/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13712 CPUtime=1698.15
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4387 0 0 0 169812 3 0 0 25 0 1 0 214810585 14041088 3296 1992294400 134512640 134996440 4294956320 18446744073709551615 134551118 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3428 3296 75 118 0 3307 0
Current children cumulated CPU time (s) 1709.27
Current children cumulated vsize (KiB) 19396

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/67 15721
/proc/meminfo: memFree=1846456/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1758.12
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4397 0 0 0 175809 3 0 0 25 0 1 0 214810585 14176256 3306 1992294400 134512640 134996440 4294956320 18446744073709551615 134564748 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3306 75 118 0 3340 0
Current children cumulated CPU time (s) 1769.24
Current children cumulated vsize (KiB) 19528

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 15721
/proc/meminfo: memFree=1846392/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1818.09
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4398 0 0 0 181806 3 0 0 25 0 1 0 214810585 14176256 3307 1992294400 134512640 134996440 4294956320 18446744073709551615 134527428 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1829.21
Current children cumulated vsize (KiB) 19528

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

[startup+1843.2 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 15721
/proc/meminfo: memFree=1846328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1818.99
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4398 0 0 0 181896 3 0 0 25 0 1 0 214810585 14176256 3307 1992294400 134512640 134996440 4294956320 18446744073709551615 134521512 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1830.11
Current children cumulated vsize (KiB) 19528

[startup+1846.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 15721
/proc/meminfo: memFree=1846328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1822.19
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4398 0 0 0 182216 3 0 0 25 0 1 0 214810585 14176256 3307 1992294400 134512640 134996440 4294956320 18446744073709551615 134527422 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1833.31
Current children cumulated vsize (KiB) 19528

[startup+1849.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 15721
/proc/meminfo: memFree=1846328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1825.39
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4398 0 0 0 182536 3 0 0 25 0 1 0 214810585 14176256 3307 1992294400 134512640 134996440 4294956320 18446744073709551615 134531924 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1836.51
Current children cumulated vsize (KiB) 19528

[startup+1850.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 15721
/proc/meminfo: memFree=1846328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1826.19
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4398 0 0 0 182616 3 0 0 25 0 1 0 214810585 14176256 3307 1992294400 134512640 134996440 4294956320 18446744073709551615 134527416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1837.31
Current children cumulated vsize (KiB) 19528

[startup+1850.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 15721
/proc/meminfo: memFree=1846328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1826.59
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4398 0 0 0 182656 3 0 0 25 0 1 0 214810585 14176256 3307 1992294400 134512640 134996440 4294956320 18446744073709551615 134573650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1837.71
Current children cumulated vsize (KiB) 19528

[startup+1851.2 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 15721
/proc/meminfo: memFree=1846328/2055924 swapFree=4181596/4192956
[pid=15715] ppid=15713 vsize=5684 CPUtime=11.12
/proc/15715/stat : 15715 (SATzilla2007_C) S 15713 15715 15678 0 -1 4194304 2923 4738 0 13 374 10 700 28 25 0 1 0 214808237 5820416 1208 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15715/statm: 1421 1208 165 260 0 1145 0
[pid=15719] ppid=15715 vsize=13844 CPUtime=1826.99
/proc/15719/stat : 15719 (march_dl) R 15715 15715 15678 0 -1 4194304 4398 0 0 0 182696 3 0 0 25 0 1 0 214810585 14176256 3307 1992294400 134512640 134996440 4294956320 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15719/statm: 3461 3307 75 118 0 3340 0
Current children cumulated CPU time (s) 1838.11
Current children cumulated vsize (KiB) 19528

Child status: 20
Real time (s): 1851.24
CPU time (s): 1838.18
CPU user time (s): 1837.75
CPU system time (s): 0.429934
CPU usage (%): 99.295
Max. virtual memory (cumulated for all children) (KiB): 19528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1837.75
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12069
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= 40
involuntary context switches= 3950

runsolver used 1.62575 second user time and 5.12822 second system time

The end

Launcher Data

Begin job on node83 at 2009-05-09 13:16:29
IDJOB=1784835
IDBENCH=24625
IDSOLVER=640
FILE ID=node83/1784835-1241867789
PBS_JOBID= 9264612
Free space on /tmp= 66084 MiB

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

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=1075105616

node83.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.222
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.222
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:      2055924 kB
MemFree:       1866872 kB
Buffers:         23980 kB
Cached:         104948 kB
SwapCached:       5508 kB
Active:          50508 kB
Inactive:        86428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1866872 kB
SwapTotal:     4192956 kB
SwapFree:      4181596 kB
Dirty:            8708 kB
Writeback:           0 kB
Mapped:          13592 kB
Slab:            38136 kB
Committed_AS:   707940 kB
PageTables:       1384 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= 66076 MiB
End job on node83 at 2009-05-09 13:47:21