Trace number 1728572

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) 1200.12 1200.51

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.85/14.90	c run March_dl for 5 seconds ... 
14.85/14.90	c Bin: Executing march_dl
14.85/14.90	c child exit by a signal
14.85/14.90	c march_dl returned code 137.
14.85/14.90	c run saps (UBCSAT implementation) for 2 seconds ... 
14.85/14.90	c Bin: Executing ubcsat2006
14.85/14.90	c child exited successfully
14.85/14.90	c ubcsat2006 returned code 0.
14.85/14.90	c satzilla computing base features
14.85/14.90	c satzilla doing unit-prop probe
14.85/14.90	c satzilla doing local search probe
14.85/14.90	c satzilla doing lobjois search-space size estimate
14.85/14.90	c satzilla's ranking:
14.85/14.90	c 1) march_dl: 3.409140
14.85/14.90	c 2) minisat20: 3.453897
14.85/14.90	c 3) zchaff_rand+P: 3.488602
14.85/14.90	c 4) minisat20+P: 3.820643
14.85/14.90	c 5) march_dl+P: 3.850675
14.85/14.90	c 6) vallst+P: 5.073519
14.85/14.90	c 7) kcnfs+P: 999.000000
14.85/14.90	c 8) kcnfs: 999.000000
14.85/14.90	c 9) vallst: 999.000000
14.85/14.90	c 10) zchaff_rand: 999.000000
14.85/14.90	c satzilla running march_dl ... 
1199.59/1200.08	c Bin: Executing march_dl
1199.59/1200.08	c child exit by a signal
1199.59/1200.08	c march_dl returned code 137.
1199.59/1200.08	c march_dl returned code 137.
1199.59/1200.08	c satzilla running minisat20 ... 
1199.59/1200.10	c Bin: Executing minisat20
1199.59/1200.10	c minisat20 returned code 1.
1199.59/1200.10	c minisat20 returned code 1.
1199.59/1200.10	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-1728572-1240738475/watcher-1728572-1240738475 -o /tmp/evaluation-result-1728572-1240738475/solver-1728572-1240738475 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1728572-1240738475.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: 0.99 0.97 0.98 3/64 27212
/proc/meminfo: memFree=1691920/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=0
/proc/27212/stat : 27212 (SATzilla2007_C) R 27210 27212 27053 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 101881027 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/27212/statm: 360 110 95 260 0 84 0
[pid=27213] ppid=27212 vsize=2004 CPUtime=0
/proc/27213/stat : 27213 (march_dl) R 27212 27212 27053 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 101881027 2052096 258 1992294400 134512640 134996440 4294956256 18446744073709551615 134775907 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27213/statm: 501 258 50 118 0 380 0

[startup+0.0714559 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 27212
/proc/meminfo: memFree=1691920/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=0
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101881027 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27212/statm: 360 110 95 260 0 84 0
[pid=27213] ppid=27212 vsize=2796 CPUtime=0.06
/proc/27213/stat : 27213 (march_dl) R 27212 27212 27053 0 -1 4194304 499 0 0 0 6 0 0 0 19 0 1 0 101881027 2863104 494 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27213/statm: 699 494 50 118 0 578 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4236

[startup+0.102459 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 27212
/proc/meminfo: memFree=1691920/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=0
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101881027 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27212/statm: 360 110 95 260 0 84 0
[pid=27213] ppid=27212 vsize=3192 CPUtime=0.09
/proc/27213/stat : 27213 (march_dl) R 27212 27212 27053 0 -1 4194304 608 0 0 0 9 0 0 0 19 0 1 0 101881027 3268608 603 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27213/statm: 798 603 50 118 0 677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4632

[startup+0.301482 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 27212
/proc/meminfo: memFree=1691920/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=0
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101881027 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27212/statm: 360 110 95 260 0 84 0
[pid=27213] ppid=27212 vsize=9608 CPUtime=0.29
/proc/27213/stat : 27213 (march_dl) R 27212 27212 27053 0 -1 4194304 2146 0 0 0 29 0 0 0 21 0 1 0 101881027 9838592 1491 1992294400 134512640 134996440 4294956256 18446744073709551615 134617257 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27213/statm: 2402 1491 53 118 0 2281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11048

[startup+0.701528 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 27212
/proc/meminfo: memFree=1691920/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=0
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101881027 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27212/statm: 360 110 95 260 0 84 0
[pid=27213] ppid=27212 vsize=12112 CPUtime=0.69
/proc/27213/stat : 27213 (march_dl) R 27212 27212 27053 0 -1 4194304 5025 0 0 0 68 1 0 0 24 0 1 0 101881027 12402688 2269 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27213/statm: 3028 2277 57 118 0 2907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13552

[startup+1.50162 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27214
/proc/meminfo: memFree=1681280/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=0
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101881027 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27212/statm: 360 110 95 260 0 84 0
[pid=27213] ppid=27212 vsize=10380 CPUtime=1.49
/proc/27213/stat : 27213 (march_dl) R 27212 27212 27053 0 -1 4194304 14140 0 0 0 143 6 0 0 25 0 1 0 101881027 10629120 1693 1992294400 134512640 134996440 4294956256 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27213/statm: 2595 1693 65 118 0 2474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11820

[startup+3.1018 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27214
/proc/meminfo: memFree=1675968/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=0
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 101881027 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27212/statm: 360 110 95 260 0 84 0
[pid=27213] ppid=27212 vsize=18652 CPUtime=3.09
/proc/27213/stat : 27213 (march_dl) R 27212 27212 27053 0 -1 4194304 16744 0 0 0 288 21 0 0 25 0 1 0 101881027 19099648 3869 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27213/statm: 4663 3869 73 118 0 4542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20092

[startup+6.30116 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27215
/proc/meminfo: memFree=1682240/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=1440 CPUtime=4.99
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 135 16744 0 0 0 0 458 41 16 0 1 0 101881027 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 360 111 96 260 0 84 0
[pid=27215] ppid=27212 vsize=14388 CPUtime=1.27
/proc/27215/stat : 27215 (ubcsat2006) R 27212 27212 27053 0 -1 4194304 2453 0 3 0 126 1 0 0 25 0 1 0 101881527 14733312 2439 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27215/statm: 3597 2439 156 64 0 3178 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 15828

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27215
/proc/meminfo: memFree=1672392/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=15172 CPUtime=12.66
/proc/27212/stat : 27212 (SATzilla2007_C) R 27210 27212 27053 0 -1 4194304 7695 19203 0 3 541 4 679 42 25 0 1 0 101881027 15536128 2889 1992294400 134512640 135579813 4294956224 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/27212/statm: 3793 2890 156 260 0 3517 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 15172

[startup+25.5023 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27216
/proc/meminfo: memFree=1667328/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=10.58
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 1006 52 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134588279 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 29704

[startup+51.1023 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27216
/proc/meminfo: memFree=1667328/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=36.16
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 3564 52 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 29704

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27216
/proc/meminfo: memFree=1667328/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=87.35
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 8683 52 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 29704

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27216
/proc/meminfo: memFree=1667328/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=147.33
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 14681 52 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 29704

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667008/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=207.31
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 20679 52 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134588617 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 29704

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667008/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=267.29
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 26677 52 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134532761 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 29704

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667008/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=327.27
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 32675 52 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134532759 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 29704


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

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667008/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=507.22
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 50669 53 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 29704

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667008/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=567.2
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 56667 53 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134536689 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 29704

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667136/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=627.19
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 62666 53 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134565892 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 29704

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667136/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=687.17
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 68663 54 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 29704

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667072/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=747.16
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 74662 54 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 29704

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667008/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=807.14
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 80660 54 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134551650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 29704

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1667008/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=867.12
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 86658 54 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 29704

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1666944/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=927.1
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 92656 54 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134587196 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 29704

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1666880/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=987.08
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 98654 54 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 29704

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1666880/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=1047.07
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 104652 55 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134528079 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 29704

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1666816/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=1107.05
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 110650 55 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 29704

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 27218
/proc/meminfo: memFree=1666752/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=11184 CPUtime=14.86
/proc/27212/stat : 27212 (SATzilla2007_C) S 27210 27212 27053 0 -1 4194304 9734 19203 0 3 759 6 679 42 25 0 1 0 101881027 11452416 2620 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27212/statm: 2796 2620 156 260 0 2520 0
[pid=27216] ppid=27212 vsize=18520 CPUtime=1167.03
/proc/27216/stat : 27216 (march_dl) R 27212 27212 27053 0 -1 4194304 24824 0 0 0 116648 55 0 0 25 0 1 0 101882518 18964480 3687 1992294400 134512640 134996440 4294956256 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27216/statm: 4630 3687 75 118 0 4509 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 29704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27218
/proc/meminfo: memFree=1665352/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=29860 CPUtime=1200.09
/proc/27212/stat : 27212 (SATzilla2007_C) R 27210 27212 27053 0 -1 4194304 13868 44027 0 3 797 8 119106 98 21 0 1 0 101881027 30576640 6604 1992294400 134512640 135579813 4294956224 18446744073709551615 134595794 0 0 4096 0 0 0 0 17 1 0 0
/proc/27212/statm: 7465 6604 162 260 0 7189 0
Current children cumulated CPU time (s) 1200.09
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+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27218
/proc/meminfo: memFree=1665352/2055920 swapFree=4180724/4192956
[pid=27212] ppid=27210 vsize=29860 CPUtime=1200.09
/proc/27212/stat : 27212 (SATzilla2007_C) R 27210 27212 27053 0 -1 4194304 13868 44027 0 3 797 8 119106 98 21 0 1 0 101881027 30576640 6604 1992294400 134512640 135579813 4294956224 18446744073709551615 134595794 0 0 4096 0 0 0 0 17 1 0 0
/proc/27212/statm: 7465 6604 162 260 0 7189 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 29860

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.12
CPU user time (s): 1199.04
CPU system time (s): 1.07684
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 32048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.04
system time used= 1.07684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57895
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 2077

runsolver used 1.37579 second user time and 2.95555 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-26 11:34:35
IDJOB=1728572
IDBENCH=24676
IDSOLVER=558
FILE ID=node23/1728572-1240738475
PBS_JOBID= 9186988
Free space on /tmp= 66316 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-1728572-1240738475/watcher-1728572-1240738475 -o /tmp/evaluation-result-1728572-1240738475/solver-1728572-1240738475 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1728572-1240738475.cnf            

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=1190543574

node23.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.238
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.238
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:       1692400 kB
Buffers:         30144 kB
Cached:         277648 kB
SwapCached:       6164 kB
Active:          49188 kB
Inactive:       267096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692400 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:           11008 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            33280 kB
Committed_AS:   428964 kB
PageTables:       1388 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= 66308 MiB
End job on node23 at 2009-04-26 11:54:38