Trace number 1785021

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? (TO) 5000.09 5002.11

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data

14.66/14.77	c run March_dl for 5 seconds ... 
14.66/14.77	c Bin: Executing march_dl
14.66/14.77	c child exit by a signal
14.66/14.77	c march_dl returned code 137.
14.66/14.77	c run saps (UBCSAT implementation) for 2 seconds ... 
14.66/14.77	c Bin: Executing ubcsat2006
14.66/14.77	c child exited successfully
14.66/14.77	c ubcsat2006 returned code 0.
14.66/14.77	c satzilla computing base features
14.66/14.77	c satzilla doing unit-prop probe
14.66/14.77	c satzilla doing local search probe
14.66/14.77	c satzilla doing lobjois search-space size estimate
14.66/14.77	c satzilla's ranking:
14.66/14.77	c 1) march_dl: 3.403616
14.66/14.77	c 2) minisat20: 3.434298
14.66/14.77	c 3) zchaff_rand+P: 3.488500
14.66/14.77	c 4) minisat20+P: 3.815098
14.66/14.77	c 5) march_dl+P: 3.861671
14.66/14.77	c 6) vallst+P: 5.071197
14.66/14.77	c 7) kcnfs+P: 999.000000
14.66/14.77	c 8) kcnfs: 999.000000
14.66/14.77	c 9) vallst: 999.000000
14.66/14.77	c 10) zchaff_rand: 999.000000
14.66/14.77	c satzilla running march_dl ... 
4998.95/5001.02	c Bin: Executing march_dl
4998.95/5001.02	c child exit by a signal
4998.95/5001.02	c march_dl returned code 137.
4998.95/5001.02	c march_dl returned code 137.
4998.95/5001.02	c satzilla running minisat20 ... 
4998.95/5001.02	c Bin: Executing minisat20
4998.95/5001.02	c minisat20 returned code 1.
4998.95/5001.02	c minisat20 returned code 1.
4998.95/5001.02	c satzilla running zchaff_rand with preprocessing ... 

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-1785021-1241882304/watcher-1785021-1241882304 -o /tmp/evaluation-result-1785021-1241882304/solver-1785021-1241882304 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785021-1241882304.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30313
/proc/meminfo: memFree=1730472/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=0
/proc/30313/stat : 30313 (SATzilla2007_C) R 30311 30313 30207 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 216258529 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/30313/statm: 360 110 95 260 0 84 0
[pid=30314] ppid=30313 vsize=2004 CPUtime=0
/proc/30314/stat : 30314 (march_dl) R 30313 30313 30207 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 216258529 2052096 261 1992294400 134512640 134996440 4294956256 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30314/statm: 501 261 50 118 0 380 0

[startup+0.0402839 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30313
/proc/meminfo: memFree=1730472/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=0
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216258529 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 360 110 95 260 0 84 0
[pid=30314] ppid=30313 vsize=2532 CPUtime=0.03
/proc/30314/stat : 30314 (march_dl) R 30313 30313 30207 0 -1 4194304 398 0 0 0 3 0 0 0 19 0 1 0 216258529 2592768 393 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30314/statm: 633 393 50 118 0 512 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3972

[startup+0.102288 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30313
/proc/meminfo: memFree=1730472/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=0
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216258529 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 360 110 95 260 0 84 0
[pid=30314] ppid=30313 vsize=3192 CPUtime=0.09
/proc/30314/stat : 30314 (march_dl) R 30313 30313 30207 0 -1 4194304 633 0 0 0 9 0 0 0 19 0 1 0 216258529 3268608 628 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30314/statm: 798 628 50 118 0 677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4632

[startup+0.302307 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30313
/proc/meminfo: memFree=1730472/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=0
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216258529 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 360 110 95 260 0 84 0
[pid=30314] ppid=30313 vsize=9608 CPUtime=0.29
/proc/30314/stat : 30314 (march_dl) R 30313 30313 30207 0 -1 4194304 2178 0 0 0 28 1 0 0 21 0 1 0 216258529 9838592 1523 1992294400 134512640 134996440 4294956256 18446744073709551615 134544549 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30314/statm: 2402 1523 53 118 0 2281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11048

[startup+0.702341 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30313
/proc/meminfo: memFree=1730472/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=0
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216258529 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 360 110 95 260 0 84 0
[pid=30314] ppid=30313 vsize=13696 CPUtime=0.69
/proc/30314/stat : 30314 (march_dl) R 30313 30313 30207 0 -1 4194304 5413 0 0 0 67 2 0 0 25 0 1 0 216258529 14024704 2657 1992294400 134512640 134996440 4294956256 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30314/statm: 3424 2657 57 118 0 3303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15136

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30315
/proc/meminfo: memFree=1719960/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=0
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216258529 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 360 110 95 260 0 84 0
[pid=30314] ppid=30313 vsize=10380 CPUtime=1.49
/proc/30314/stat : 30314 (march_dl) R 30313 30313 30207 0 -1 4194304 14180 0 0 0 145 4 0 0 25 0 1 0 216258529 10629120 1733 1992294400 134512640 134996440 4294956256 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30314/statm: 2595 1733 65 118 0 2474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11820

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30315
/proc/meminfo: memFree=1715032/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=0
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216258529 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30313/statm: 360 110 95 260 0 84 0
[pid=30314] ppid=30313 vsize=18652 CPUtime=3.09
/proc/30314/stat : 30314 (march_dl) R 30313 30313 30207 0 -1 4194304 16744 0 0 0 287 22 0 0 25 0 1 0 216258529 19099648 3869 1992294400 134512640 134996440 4294956256 18446744073709551615 134533694 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30314/statm: 4663 3869 73 118 0 4542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20092

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30316
/proc/meminfo: memFree=1720856/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=1440 CPUtime=4.99
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 135 16744 0 0 0 0 459 40 16 0 1 0 216258529 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 360 111 96 260 0 84 0
[pid=30316] ppid=30313 vsize=14388 CPUtime=1.27
/proc/30316/stat : 30316 (ubcsat2006) R 30313 30313 30207 0 -1 4194304 2457 0 0 0 126 1 0 0 25 0 1 0 216259030 14733312 2440 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30316/statm: 3597 2440 156 64 0 3178 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 15828

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30316
/proc/meminfo: memFree=1711008/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=15172 CPUtime=12.67
/proc/30313/stat : 30313 (SATzilla2007_C) R 30311 30313 30207 0 -1 4194304 8109 19207 0 0 537 5 683 42 25 0 1 0 216258529 15536128 3306 1992294400 134512640 135579813 4294956224 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 0 0 0
/proc/30313/statm: 3793 3306 156 260 0 3517 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15172

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30317
/proc/meminfo: memFree=1705944/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18520 CPUtime=10.71
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24824 0 0 0 1024 47 0 0 25 0 1 0 216260007 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 29704

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30317
/proc/meminfo: memFree=1705880/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18520 CPUtime=36.3
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24824 0 0 0 3583 47 0 0 25 0 1 0 216260007 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134567891 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29704

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30317
/proc/meminfo: memFree=1705816/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18520 CPUtime=87.48
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24824 0 0 0 8701 47 0 0 25 0 1 0 216260007 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 29704

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30317
/proc/meminfo: memFree=1705752/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18520 CPUtime=147.45
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24824 0 0 0 14698 47 0 0 25 0 1 0 216260007 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 29704

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30317
/proc/meminfo: memFree=1705752/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18520 CPUtime=207.43
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24824 0 0 0 20696 47 0 0 25 0 1 0 216260007 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 29704

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30317
/proc/meminfo: memFree=1705688/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18520 CPUtime=267.4
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24824 0 0 0 26693 47 0 0 25 0 1 0 216260007 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 29704

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30317
/proc/meminfo: memFree=1705688/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18520 CPUtime=327.36
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24824 0 0 0 32689 47 0 0 25 0 1 0 216260007 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134617565 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 29704


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

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703960/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4285.77
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 428528 49 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4300.51
Current children cumulated vsize (KiB) 29708

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1704024/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4345.74
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 434525 49 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4360.48
Current children cumulated vsize (KiB) 29708

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703960/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4405.73
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 440523 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4420.47
Current children cumulated vsize (KiB) 29708

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703896/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4465.71
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 446521 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4480.45
Current children cumulated vsize (KiB) 29708

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703896/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4525.68
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 452518 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4540.42
Current children cumulated vsize (KiB) 29708

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703704/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4585.67
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 458517 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134527778 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4600.41
Current children cumulated vsize (KiB) 29708

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703640/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4645.64
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 464514 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134587351 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4660.38
Current children cumulated vsize (KiB) 29708

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703704/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4705.62
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 470512 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4720.36
Current children cumulated vsize (KiB) 29708

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703704/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4765.59
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 476509 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4780.33
Current children cumulated vsize (KiB) 29708

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703768/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4825.57
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 482507 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134617593 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4840.31
Current children cumulated vsize (KiB) 29708

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30325
/proc/meminfo: memFree=1703704/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4885.55
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 488505 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134528334 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4900.29
Current children cumulated vsize (KiB) 29708

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30327
/proc/meminfo: memFree=1703512/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=11184 CPUtime=14.74
/proc/30313/stat : 30313 (SATzilla2007_C) S 30311 30313 30207 0 -1 4194304 9727 19207 0 0 742 7 683 42 25 0 1 0 216258529 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30313/statm: 2796 2620 156 260 0 2520 0
[pid=30317] ppid=30313 vsize=18524 CPUtime=4945.52
/proc/30317/stat : 30317 (march_dl) R 30313 30313 30207 0 -1 4194304 24825 0 0 0 494502 50 0 0 25 0 1 0 216260007 18968576 3688 1992294400 134512640 134996440 4294956256 18446744073709551615 134551421 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30317/statm: 4631 3688 75 118 0 4510 0
Current children cumulated CPU time (s) 4960.26
Current children cumulated vsize (KiB) 29708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30327
/proc/meminfo: memFree=1702304/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=29860 CPUtime=5000.06
/proc/30313/stat : 30313 (SATzilla2007_C) R 30311 30313 30207 0 -1 4194304 13861 44032 0 0 848 9 499056 93 25 0 1 0 216258529 30576640 6604 1992294400 134512640 135579813 4294956224 18446744073709551615 134595769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30313/statm: 7465 6604 162 260 0 7189 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 29860

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30327
/proc/meminfo: memFree=1702304/2055920 swapFree=4075576/4192956
[pid=30313] ppid=30311 vsize=29860 CPUtime=5000.06
/proc/30313/stat : 30313 (SATzilla2007_C) R 30311 30313 30207 0 -1 4194304 13861 44032 0 0 848 9 499056 93 25 0 1 0 216258529 30576640 6604 1992294400 134512640 135579813 4294956224 18446744073709551615 134595769 0 0 4096 0 0 0 0 17 0 0 0
/proc/30313/statm: 7465 6604 162 260 0 7189 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 29860

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.11
CPU time (s): 5000.09
CPU user time (s): 4999.05
CPU system time (s): 1.03584
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 32048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.05
system time used= 1.03584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57893
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= 11338

runsolver used 5.33119 second user time and 12.868 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-09 17:18:25
IDJOB=1785021
IDBENCH=24676
IDSOLVER=640
FILE ID=node43/1785021-1241882304
PBS_JOBID= 9264670
Free space on /tmp= 66088 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785021-1241882304/watcher-1785021-1241882304 -o /tmp/evaluation-result-1785021-1241882304/solver-1785021-1241882304 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785021-1241882304.cnf            

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=738368613

node43.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.237
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.237
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:       1730952 kB
Buffers:         36776 kB
Cached:         111500 kB
SwapCached:     111552 kB
Active:          77360 kB
Inactive:       184724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730952 kB
SwapTotal:     4192956 kB
SwapFree:      4075576 kB
Dirty:           11008 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            48852 kB
Committed_AS:   773304 kB
PageTables:       1444 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= 66080 MiB
End job on node43 at 2009-05-09 18:41:49