Trace number 1726929

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1198.94 1199.53

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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.88/10.99	c run March_dl for 5 seconds ... 
10.88/10.99	c Bin: Executing march_dl
10.88/10.99	c child exit by a signal
10.88/10.99	c march_dl returned code 137.
10.88/10.99	c run saps (UBCSAT implementation) for 2 seconds ... 
10.88/10.99	c Bin: Executing ubcsat2006
10.88/10.99	c child exited successfully
10.88/10.99	c ubcsat2006 returned code 0.
10.88/10.99	c satzilla computing base features
10.88/10.99	c satzilla doing unit-prop probe
10.88/10.99	c satzilla doing local search probe
10.88/10.99	c satzilla doing lobjois search-space size estimate
10.88/10.99	c satzilla's ranking:
10.88/10.99	c 1) march_dl+P: 2.881330
10.88/10.99	c 2) march_dl: 3.057633
10.88/10.99	c 3) minisat20+P: 3.732703
10.88/10.99	c 4) vallst+P: 3.789076
10.88/10.99	c 5) zchaff_rand+P: 4.026292
10.88/10.99	c 6) minisat20: 4.267870
10.88/10.99	c 7) kcnfs+P: 999.000000
10.88/10.99	c 8) kcnfs: 999.000000
10.88/10.99	c 9) vallst: 999.000000
10.88/10.99	c 10) zchaff_rand: 999.000000
10.88/10.99	c satzilla running march_dl with preprocessing ... 
1198.87/1199.53	c Preprocessing...
1198.87/1199.53	c Inital problem has 4487 variables, 17200 nary clauses (1355 binary clauses).
1198.87/1199.53	c Num non-binary clauses 17200, Average non-binary clause length 3.000
1198.87/1199.53	c Theory has no gaps
1198.87/1199.53	c Preprocessor runtime was 0.100 seconds.
1198.87/1199.53	c 
1198.87/1199.53	c Satisfiability of theory still undetermined.
1198.87/1199.53	c See file /tmp/UrYmw4 for simplified theory.
1198.87/1199.53	c Bin: Executing march_dl
1198.87/1199.53	c child exit by a signal
1198.87/1199.53	c march_dl returned code 137.
1198.87/1199.53	c march_dl returned code 137.
1198.87/1199.53	c satzilla running march_dl ... 
1198.87/1199.53	c Bin: Executing march_dl
1198.87/1199.53	c march_dl returned code 1.
1198.87/1199.53	c march_dl returned code 1.
1198.87/1199.53	c satzilla running minisat20 with preprocessing ... 
1198.87/1199.53	c Bin: Executing minisat20
1198.87/1199.53	c minisat20 returned code 1.
1198.87/1199.53	c minisat20 returned code 1.
1198.87/1199.53	c satzilla running vallst with preprocessing ... 
1198.87/1199.53	c Bin: Executing vallst
1198.87/1199.53	c vallst returned code 1.
1198.87/1199.53	c vallst returned code 1.
1198.87/1199.53	c satzilla running zchaff_rand with preprocessing ... 
1198.87/1199.53	c Bin: Executing zchaff_rand
1198.87/1199.53	c zchaff_rand returned code 1.
1198.87/1199.53	c zchaff_rand returned code 1.
1198.87/1199.53	c satzilla running minisat20 ... 
1198.87/1199.53	c Bin: Executing minisat20
1198.87/1199.53	c minisat20 returned code 1.
1198.87/1199.53	c minisat20 returned code 1.
1198.87/1199.53	c satzilla running kcnfs with preprocessing ... 
1198.87/1199.53	c Bin: Executing kcnfs
1198.87/1199.53	c kcnfs returned code 1.
1198.87/1199.53	c kcnfs returned code 1.
1198.87/1199.53	c satzilla running kcnfs ... 
1198.87/1199.53	c Bin: Executing kcnfs
1198.87/1199.53	c kcnfs returned code 1.
1198.87/1199.53	c kcnfs returned code 1.
1198.87/1199.53	c satzilla running vallst ... 
1198.87/1199.53	c Bin: Executing vallst
1198.87/1199.53	c vallst returned code 1.
1198.87/1199.53	c vallst returned code 1.
1198.87/1199.53	c satzilla running zchaff_rand ... 
1198.87/1199.53	c Bin: Executing zchaff_rand
1198.87/1199.53	c zchaff_rand returned code 1.
1198.87/1199.53	c zchaff_rand returned code 1.
1198.87/1199.53	c ERROR: All Failed! 
1198.87/1199.53	c SATZILLA_TIME=1199.090000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.06 1.01 1.09 3/64 22824
/proc/meminfo: memFree=1621816/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=0
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99898074 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 110 95 260 0 84 0
[pid=22825] ppid=22824 vsize=1064 CPUtime=0
/proc/22825/stat : 22825 (march_dl) R 22824 22824 22720 0 -1 4194304 159 0 0 0 0 0 0 0 19 0 1 0 99898074 1089536 154 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22825/statm: 266 155 50 118 0 145 0

[startup+0.0638539 s]
/proc/loadavg: 1.06 1.01 1.09 3/64 22824
/proc/meminfo: memFree=1621816/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=0
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99898074 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 110 95 260 0 84 0
[pid=22825] ppid=22824 vsize=2332 CPUtime=0.05
/proc/22825/stat : 22825 (march_dl) R 22824 22824 22720 0 -1 4194304 729 0 0 0 5 0 0 0 19 0 1 0 99898074 2387968 455 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22825/statm: 583 458 57 118 0 462 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3772

[startup+0.10186 s]
/proc/loadavg: 1.06 1.01 1.09 3/64 22824
/proc/meminfo: memFree=1621816/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=0
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99898074 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 110 95 260 0 84 0
[pid=22825] ppid=22824 vsize=2416 CPUtime=0.09
/proc/22825/stat : 22825 (march_dl) R 22824 22824 22720 0 -1 4194304 1078 0 0 0 9 0 0 0 19 0 1 0 99898074 2473984 482 1992294400 134512640 134996440 4294956240 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22825/statm: 604 482 57 118 0 483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3856

[startup+0.301892 s]
/proc/loadavg: 1.06 1.01 1.09 3/64 22824
/proc/meminfo: memFree=1621816/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=0
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99898074 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 110 95 260 0 84 0
[pid=22825] ppid=22824 vsize=5056 CPUtime=0.29
/proc/22825/stat : 22825 (march_dl) R 22824 22824 22720 0 -1 4194304 1769 0 0 0 29 0 0 0 21 0 1 0 99898074 5177344 1148 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22825/statm: 1264 1148 57 118 0 1143 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6496

[startup+0.701956 s]
/proc/loadavg: 1.06 1.01 1.09 3/64 22824
/proc/meminfo: memFree=1621816/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=0
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99898074 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 110 95 260 0 84 0
[pid=22825] ppid=22824 vsize=6516 CPUtime=0.69
/proc/22825/stat : 22825 (march_dl) R 22824 22824 22720 0 -1 4194304 2127 0 0 0 69 0 0 0 25 0 1 0 99898074 6672384 1506 1992294400 134512640 134996440 4294956240 18446744073709551615 134518382 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22825/statm: 1629 1506 57 118 0 1508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7956

[startup+1.50208 s]
/proc/loadavg: 1.06 1.01 1.09 2/66 22826
/proc/meminfo: memFree=1614696/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=0
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99898074 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 110 95 260 0 84 0
[pid=22825] ppid=22824 vsize=8636 CPUtime=1.49
/proc/22825/stat : 22825 (march_dl) R 22824 22824 22720 0 -1 4194304 2646 0 0 0 149 0 0 0 25 0 1 0 99898074 8843264 2025 1992294400 134512640 134996440 4294956240 18446744073709551615 134518384 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22825/statm: 2159 2025 57 118 0 2038 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10076

[startup+3.10135 s]
/proc/loadavg: 1.05 1.01 1.09 2/66 22826
/proc/meminfo: memFree=1612840/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=0
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99898074 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 110 95 260 0 84 0
[pid=22825] ppid=22824 vsize=10352 CPUtime=3.09
/proc/22825/stat : 22825 (march_dl) R 22824 22824 22720 0 -1 4194304 3095 0 0 0 308 1 0 0 25 0 1 0 99898074 10600448 2474 1992294400 134512640 134996440 4294956240 18446744073709551615 134518421 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22825/statm: 2588 2474 57 118 0 2467 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11792

[startup+6.30185 s]
/proc/loadavg: 1.05 1.01 1.09 2/66 22827
/proc/meminfo: memFree=1619816/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=1440 CPUtime=4.99
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 135 4210 0 0 0 0 498 1 16 0 1 0 99898074 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 360 111 96 260 0 84 0
[pid=22827] ppid=22824 vsize=6188 CPUtime=1.27
/proc/22827/stat : 22827 (ubcsat2006) R 22824 22824 22720 0 -1 4194304 534 0 0 0 115 12 0 0 25 0 1 0 99898575 6336512 517 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22827/statm: 1547 517 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 1.04 1.01 1.09 2/66 22828
/proc/meminfo: memFree=1610472/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=8620 CPUtime=1.56
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 2645 0 0 0 155 1 0 0 25 0 1 0 99899186 8826880 2023 1992294400 134512640 134996440 4294956304 18446744073709551615 134518422 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 2155 2023 57 118 0 2034 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14304

[startup+25.5019 s]
/proc/loadavg: 1.04 1.01 1.09 2/66 22828
/proc/meminfo: memFree=1604328/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13316 CPUtime=14.35
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4265 0 0 0 1433 2 0 0 25 0 1 0 99899186 13635584 3174 1992294400 134512640 134996440 4294956304 18446744073709551615 134527714 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3329 3174 75 118 0 3208 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 19000

[startup+51.102 s]
/proc/loadavg: 1.02 1.01 1.09 2/66 22828
/proc/meminfo: memFree=1604200/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13316 CPUtime=39.94
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4279 0 0 0 3992 2 0 0 25 0 1 0 99899186 13635584 3188 1992294400 134512640 134996440 4294956304 18446744073709551615 134527455 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3329 3188 75 118 0 3208 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 19000

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.08 2/66 22828
/proc/meminfo: memFree=1604136/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13316 CPUtime=91.13
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4290 0 0 0 9110 3 0 0 25 0 1 0 99899186 13635584 3199 1992294400 134512640 134996440 4294956304 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3329 3199 75 118 0 3208 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 19000

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 22828
/proc/meminfo: memFree=1604072/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13316 CPUtime=151.1
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4291 0 0 0 15107 3 0 0 25 0 1 0 99899186 13635584 3200 1992294400 134512640 134996440 4294956304 18446744073709551615 134527422 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3329 3200 75 118 0 3208 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19000

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 22828
/proc/meminfo: memFree=1604072/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13316 CPUtime=211.07
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4291 0 0 0 21104 3 0 0 25 0 1 0 99899186 13635584 3200 1992294400 134512640 134996440 4294956304 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3329 3200 75 118 0 3208 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 19000

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 22828
/proc/meminfo: memFree=1604072/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13316 CPUtime=271.04
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4294 0 0 0 27101 3 0 0 25 0 1 0 99899186 13635584 3203 1992294400 134512640 134996440 4294956304 18446744073709551615 134552363 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3329 3203 75 118 0 3208 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 19000

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 22828
/proc/meminfo: memFree=1604008/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13316 CPUtime=331.01
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4295 0 0 0 33098 3 0 0 25 0 1 0 99899186 13635584 3204 1992294400 134512640 134996440 4294956304 18446744073709551615 134527641 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3329 3204 75 118 0 3208 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 22828
/proc/meminfo: memFree=1603752/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13448 CPUtime=750.78
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4313 0 0 0 75075 3 0 0 25 0 1 0 99899186 13770752 3222 1992294400 134512640 134996440 4294956304 18446744073709551615 134550938 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3362 3222 75 118 0 3241 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 19132

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 22828
/proc/meminfo: memFree=1603752/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13448 CPUtime=810.75
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4317 0 0 0 81072 3 0 0 25 0 1 0 99899186 13770752 3226 1992294400 134512640 134996440 4294956304 18446744073709551615 134527408 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3362 3226 75 118 0 3241 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 19132

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603752/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13448 CPUtime=870.73
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4320 0 0 0 87070 3 0 0 25 0 1 0 99899186 13770752 3229 1992294400 134512640 134996440 4294956304 18446744073709551615 134564317 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3362 3229 75 118 0 3241 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 19132

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603816/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13448 CPUtime=930.69
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4324 0 0 0 93066 3 0 0 25 0 1 0 99899186 13770752 3233 1992294400 134512640 134996440 4294956304 18446744073709551615 134571816 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3362 3233 75 118 0 3241 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 19132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603752/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=990.66
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4331 0 0 0 99063 3 0 0 25 0 1 0 99899186 13905920 3240 1992294400 134512640 134996440 4294956304 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3240 75 118 0 3274 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 19264

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603688/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1050.64
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4337 0 0 0 105060 4 0 0 25 0 1 0 99899186 13905920 3246 1992294400 134512640 134996440 4294956304 18446744073709551615 134527422 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3246 75 118 0 3274 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 19264

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1110.61
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4338 0 0 0 111057 4 0 0 25 0 1 0 99899186 13905920 3247 1992294400 134512640 134996440 4294956304 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3247 75 118 0 3274 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 19264

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1170.59
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4341 0 0 0 117055 4 0 0 25 0 1 0 99899186 13905920 3250 1992294400 134512640 134996440 4294956304 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3250 75 118 0 3274 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 19264

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1178.59
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4342 0 0 0 117855 4 0 0 25 0 1 0 99899186 13905920 3251 1992294400 134512640 134996440 4294956304 18446744073709551615 134527725 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3251 75 118 0 3274 0
Current children cumulated CPU time (s) 1189.68
Current children cumulated vsize (KiB) 19264

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1181.79
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4342 0 0 0 118175 4 0 0 25 0 1 0 99899186 13905920 3251 1992294400 134512640 134996440 4294956304 18446744073709551615 134527428 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3251 75 118 0 3274 0
Current children cumulated CPU time (s) 1192.88
Current children cumulated vsize (KiB) 19264

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1184.99
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4342 0 0 0 118495 4 0 0 25 0 1 0 99899186 13905920 3251 1992294400 134512640 134996440 4294956304 18446744073709551615 134527416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3251 75 118 0 3274 0
Current children cumulated CPU time (s) 1196.08
Current children cumulated vsize (KiB) 19264

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1186.58
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4342 0 0 0 118654 4 0 0 25 0 1 0 99899186 13905920 3251 1992294400 134512640 134996440 4294956304 18446744073709551615 134551871 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3251 75 118 0 3274 0
Current children cumulated CPU time (s) 1197.67
Current children cumulated vsize (KiB) 19264

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1187.38
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4342 0 0 0 118734 4 0 0 25 0 1 0 99899186 13905920 3251 1992294400 134512640 134996440 4294956304 18446744073709551615 134527410 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3251 75 118 0 3274 0
Current children cumulated CPU time (s) 1198.47
Current children cumulated vsize (KiB) 19264

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22828
/proc/meminfo: memFree=1603624/2055920 swapFree=4181132/4192956
[pid=22824] ppid=22822 vsize=5684 CPUtime=11.09
/proc/22824/stat : 22824 (SATzilla2007_C) S 22822 22824 22720 0 -1 4194304 2923 4750 0 0 374 9 701 25 25 0 1 0 99898074 5820416 1208 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22824/statm: 1421 1208 165 260 0 1145 0
[pid=22828] ppid=22824 vsize=13580 CPUtime=1187.78
/proc/22828/stat : 22828 (march_dl) R 22824 22824 22720 0 -1 4194304 4342 0 0 0 118774 4 0 0 25 0 1 0 99899186 13905920 3251 1992294400 134512640 134996440 4294956304 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22828/statm: 3395 3251 75 118 0 3274 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 19264

Child status: 17
Real time (s): 1199.53
CPU time (s): 1198.94
CPU user time (s): 1198.53
CPU system time (s): 0.400939
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 19264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.53
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12028
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2980

runsolver used 0.950855 second user time and 3.41848 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-26 06:04:11
IDJOB=1726929
IDBENCH=24625
IDSOLVER=558
FILE ID=node26/1726929-1240718651
PBS_JOBID= 9186881
Free space on /tmp= 66108 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-1726929-1240718651/watcher-1726929-1240718651 -o /tmp/evaluation-result-1726929-1240718651/solver-1726929-1240718651 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1726929-1240718651.cnf            

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=1188306652

node26.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.261
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.261
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:       1622296 kB
Buffers:         41604 kB
Cached:         314872 kB
SwapCached:       5692 kB
Active:          54252 kB
Inactive:       310412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622296 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            8672 kB
Writeback:           0 kB
Mapped:          13568 kB
Slab:            55100 kB
Committed_AS:   346480 kB
PageTables:       1368 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= 66100 MiB
End job on node26 at 2009-04-26 06:24:11