Trace number 1727607

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
CircUs 2009-03-23? (TO) 1200.08 1200.43

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data

74.47/74.56	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
74.47/74.56	c Eliminate time :      70.66 

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-1727607-1240726948/watcher-1727607-1240726948 -o /tmp/evaluation-result-1727607-1240726948/solver-1727607-1240726948 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1727607-1240726948.cnf -t 1200 

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.77 1.91 1.67 3/65 22890
/proc/meminfo: memFree=1758032/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=22004 CPUtime=0
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 402 0 0 0 0 0 0 0 18 0 1 120000 100727711 22532096 387 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 5501 388 70 173 0 5326 0

[startup+0.0285829 s]
/proc/loadavg: 1.77 1.91 1.67 3/65 22890
/proc/meminfo: memFree=1758032/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=23256 CPUtime=0.02
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 727 0 0 0 2 0 0 0 18 0 1 120000 100727711 23814144 712 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 5814 713 70 173 0 5639 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23256

[startup+0.101586 s]
/proc/loadavg: 1.77 1.91 1.67 3/65 22890
/proc/meminfo: memFree=1758032/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=26280 CPUtime=0.09
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 1597 0 0 0 9 0 0 0 18 0 1 120000 100727711 26910720 1484 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 6603 1485 70 173 0 6428 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26280

[startup+0.301609 s]
/proc/loadavg: 1.77 1.91 1.67 3/65 22890
/proc/meminfo: memFree=1758032/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=33656 CPUtime=0.29
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 3700 0 0 0 27 2 0 0 19 0 1 120000 100727711 34463744 3458 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 8414 3458 70 173 0 8239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33656

[startup+0.701715 s]
/proc/loadavg: 1.77 1.91 1.67 3/65 22890
/proc/meminfo: memFree=1758032/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=48540 CPUtime=0.69
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 7903 0 0 0 66 3 0 0 22 0 1 120000 100727711 49704960 7404 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 12135 7405 70 173 0 11960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48540

[startup+1.50175 s]
/proc/loadavg: 1.77 1.91 1.67 2/66 22891
/proc/meminfo: memFree=1718024/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=77516 CPUtime=1.49
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 16172 0 0 0 141 8 0 0 25 0 1 120000 100727711 79376384 15160 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 19379 15161 70 173 0 19204 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77516

[startup+3.10194 s]
/proc/loadavg: 1.77 1.91 1.67 2/66 22891
/proc/meminfo: memFree=1676488/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=133488 CPUtime=3.09
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 32174 0 0 0 291 18 0 0 25 0 1 120000 100727711 136691712 30137 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 33372 30137 70 173 0 33197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133488

[startup+6.30131 s]
/proc/loadavg: 1.71 1.89 1.67 2/66 22891
/proc/meminfo: memFree=1612488/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=162664 CPUtime=6.29
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 40452 0 0 0 607 22 0 0 25 0 1 120000 100727711 166567936 36365 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 40666 36365 74 173 0 40491 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 162664

[startup+12.7011 s]
/proc/loadavg: 1.65 1.88 1.66 2/66 22891
/proc/meminfo: memFree=1612616/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=162664 CPUtime=12.69
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 40452 0 0 0 1247 22 0 0 25 0 1 120000 100727711 166567936 36365 1992294400 134512640 135224549 4294956208 18446744073709551615 134570474 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 40666 36365 74 173 0 40491 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 162664

[startup+25.5026 s]
/proc/loadavg: 1.50 1.84 1.65 2/66 22891
/proc/meminfo: memFree=1612744/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=162664 CPUtime=25.48
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 40452 0 0 0 2526 22 0 0 25 0 1 120000 100727711 166567936 36365 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 40666 36365 74 173 0 40491 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 162664

[startup+51.1026 s]
/proc/loadavg: 1.40 1.78 1.64 2/66 22891
/proc/meminfo: memFree=1612808/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=162664 CPUtime=51.08
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 40452 0 0 0 5086 22 0 0 25 0 1 120000 100727711 166567936 36365 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 40666 36365 74 173 0 40491 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 162664

[startup+102.307 s]
/proc/loadavg: 1.25 1.68 1.61 2/66 22891
/proc/meminfo: memFree=1610248/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=165172 CPUtime=102.27
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 41112 0 0 0 10204 23 0 0 25 0 1 120000 100727711 169136128 37025 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 41293 37025 90 173 0 41118 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 165172

[startup+162.303 s]
/proc/loadavg: 1.16 1.57 1.57 2/66 22891
/proc/meminfo: memFree=1609096/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=166492 CPUtime=162.24
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 41416 0 0 0 16201 23 0 0 25 0 1 120000 100727711 170487808 37329 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 41623 37329 90 173 0 41448 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 166492

[startup+222.303 s]
/proc/loadavg: 1.12 1.48 1.54 2/66 22891
/proc/meminfo: memFree=1607048/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=168340 CPUtime=222.23
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 41896 0 0 0 22198 25 0 0 25 0 1 120000 100727711 172380160 37809 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 42085 37809 90 173 0 41910 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 168340

[startup+282.303 s]
/proc/loadavg: 1.10 1.40 1.51 2/66 22891
/proc/meminfo: memFree=1606600/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=168744 CPUtime=282.21
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 41998 0 0 0 28196 25 0 0 25 0 1 120000 100727711 172793856 37911 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 42186 37911 90 173 0 42011 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 168744

[startup+342.302 s]
/proc/loadavg: 1.09 1.34 1.48 2/66 22891
/proc/meminfo: memFree=1601736/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=173672 CPUtime=342.19
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 43203 0 0 0 34192 27 0 0 25 0 1 120000 100727711 177840128 39116 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 43418 39116 90 173 0 43243 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 173672

[startup+402.302 s]
/proc/loadavg: 1.08 1.29 1.45 2/66 22891
/proc/meminfo: memFree=1601352/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=173936 CPUtime=402.17
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 43275 0 0 0 40190 27 0 0 25 0 1 120000 100727711 178110464 39188 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 43484 39188 90 173 0 43309 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 173936

[startup+462.302 s]
/proc/loadavg: 1.07 1.25 1.43 2/66 22891
/proc/meminfo: memFree=1600328/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=174860 CPUtime=462.15
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 43533 0 0 0 46188 27 0 0 25 0 1 120000 100727711 179056640 39446 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 43715 39446 90 173 0 43540 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 174860

[startup+522.302 s]
/proc/loadavg: 1.07 1.22 1.40 2/66 22891
/proc/meminfo: memFree=1600264/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=174860 CPUtime=522.14
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 43537 0 0 0 52186 28 0 0 25 0 1 120000 100727711 179056640 39450 1992294400 134512640 135224549 4294956208 18446744073709551615 134595216 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 43715 39450 90 173 0 43540 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 174860

[startup+582.302 s]
/proc/loadavg: 1.06 1.19 1.38 2/66 22891
/proc/meminfo: memFree=1598152/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=177104 CPUtime=582.12
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 44074 0 0 0 58184 28 0 0 25 0 1 120000 100727711 181354496 39987 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 44276 39987 90 173 0 44101 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 177104

[startup+642.302 s]
/proc/loadavg: 1.06 1.17 1.36 2/66 22891
/proc/meminfo: memFree=1597256/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=177896 CPUtime=642.1
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 44270 0 0 0 64182 28 0 0 25 0 1 120000 100727711 182165504 40183 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 44474 40183 90 173 0 44299 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 177896

[startup+702.301 s]
/proc/loadavg: 1.13 1.16 1.34 2/66 22891
/proc/meminfo: memFree=1596744/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=178472 CPUtime=702.09
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 44384 0 0 0 70180 29 0 0 25 0 1 120000 100727711 182755328 40297 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 44618 40297 90 173 0 44443 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 178472

[startup+762.305 s]
/proc/loadavg: 1.12 1.15 1.32 2/66 22891
/proc/meminfo: memFree=1596680/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=178472 CPUtime=762.07
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 44386 0 0 0 76178 29 0 0 25 0 1 120000 100727711 182755328 40299 1992294400 134512640 135224549 4294956208 18446744073709551615 134595239 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 44618 40299 90 173 0 44443 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 178472

[startup+822.301 s]
/proc/loadavg: 1.11 1.13 1.31 2/66 22891
/proc/meminfo: memFree=1596616/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=178472 CPUtime=822.05
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 44405 0 0 0 82176 29 0 0 25 0 1 120000 100727711 182755328 40318 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 44618 40318 90 173 0 44443 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 178472

[startup+882.301 s]
/proc/loadavg: 1.10 1.12 1.29 2/66 22891
/proc/meminfo: memFree=1592648/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=182300 CPUtime=882.03
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 45381 0 0 0 88173 30 0 0 25 0 1 120000 100727711 186675200 41294 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 45575 41294 90 173 0 45400 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 182300

[startup+942.301 s]
/proc/loadavg: 1.09 1.11 1.27 2/66 22893
/proc/meminfo: memFree=1592392/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=182300 CPUtime=942.01
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 45381 0 0 0 94171 30 0 0 25 0 1 120000 100727711 186675200 41294 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 45575 41294 90 173 0 45400 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 182300

[startup+1002.3 s]
/proc/loadavg: 1.08 1.11 1.26 2/66 22893
/proc/meminfo: memFree=1591560/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=183356 CPUtime=1001.99
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 45632 0 0 0 100169 30 0 0 25 0 1 120000 100727711 187756544 41545 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 45839 41545 90 173 0 45664 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 183356

[startup+1062.3 s]
/proc/loadavg: 1.08 1.10 1.25 2/66 22893
/proc/meminfo: memFree=1591368/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=183620 CPUtime=1061.97
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 45693 0 0 0 106167 30 0 0 25 0 1 120000 100727711 188026880 41606 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 45905 41606 90 173 0 45730 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 183620

[startup+1122.3 s]
/proc/loadavg: 1.07 1.09 1.23 2/66 22893
/proc/meminfo: memFree=1589832/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=184940 CPUtime=1121.96
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 46042 0 0 0 112165 31 0 0 25 0 1 120000 100727711 189378560 41955 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 46235 41955 90 173 0 46060 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 184940

[startup+1182.3 s]
/proc/loadavg: 1.07 1.09 1.22 2/66 22893
/proc/meminfo: memFree=1585800/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=189164 CPUtime=1181.94
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 47080 0 0 0 118161 33 0 0 25 0 1 120000 100727711 193703936 42993 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 47291 42993 90 173 0 47116 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 189164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.12 1.10 1.22 2/66 22893
/proc/meminfo: memFree=1583432/2055920 swapFree=4180664/4192956
[pid=22890] ppid=22888 vsize=191276 CPUtime=1200.04
/proc/22890/stat : 22890 (CirCUs) R 22888 22890 22574 0 -1 4194304 47634 0 0 0 119971 33 0 0 25 0 1 100 100727711 195866624 43547 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22890/statm: 47819 43547 90 173 0 47644 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 191276

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.08
CPU user time (s): 1199.71
CPU system time (s): 0.366944
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 191276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.71
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47634
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= 2
involuntary context switches= 1421

runsolver used 1.00385 second user time and 3.37549 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-26 08:22:34
IDJOB=1727607
IDBENCH=24641
IDSOLVER=544
FILE ID=node73/1727607-1240726948
PBS_JOBID= 9186890
Free space on /tmp= 66324 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727607-1240726948/watcher-1727607-1240726948 -o /tmp/evaluation-result-1727607-1240726948/solver-1727607-1240726948 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1727607-1240726948.cnf -t 1200

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=941418940

node73.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.214
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.214
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:       1758512 kB
Buffers:         12640 kB
Cached:         209268 kB
SwapCached:       6232 kB
Active:          53952 kB
Inactive:       176500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758512 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:           34784 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            53016 kB
Committed_AS:   419860 kB
PageTables:       1396 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= 66324 MiB
End job on node73 at 2009-04-26 08:42:36