Trace number 1731688

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.03 1200.42

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
MD5SUM4a0cf034172f796c42342e79509e3449
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark315.531
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses71378
Sum of the clauses size143596
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 271348
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.59/0.62	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.59/0.62	c Eliminate time :       0.56 

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-1731688-1240773393/watcher-1731688-1240773393 -o /tmp/evaluation-result-1731688-1240773393/solver-1731688-1240773393 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1731688-1240773393.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.00 1.00 1.00 3/64 22688
/proc/meminfo: memFree=1683728/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=2004 CPUtime=0
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 120000 105372215 2052096 165 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 501 166 70 173 0 326 0

[startup+0.028451 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22688
/proc/meminfo: memFree=1683728/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=3324 CPUtime=0.02
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 524 0 0 0 2 0 0 0 18 0 1 120000 105372215 3403776 509 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 831 509 70 173 0 656 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3324

[startup+0.101461 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22688
/proc/meminfo: memFree=1683728/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=5948 CPUtime=0.09
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 1289 0 0 0 9 0 0 0 18 0 1 120000 105372215 6090752 1175 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 1487 1175 74 173 0 1312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5948

[startup+0.301488 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22688
/proc/meminfo: memFree=1683728/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=5948 CPUtime=0.29
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 1289 0 0 0 29 0 0 0 19 0 1 120000 105372215 6090752 1175 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 1487 1175 74 173 0 1312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5948

[startup+0.702547 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22688
/proc/meminfo: memFree=1683728/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=6344 CPUtime=0.69
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 1402 0 0 0 69 0 0 0 22 0 1 120000 105372215 6496256 1288 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 1586 1288 90 173 0 1411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6344

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1677832/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=7940 CPUtime=1.49
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 1796 0 0 0 149 0 0 0 25 0 1 120000 105372215 8130560 1682 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 1985 1682 90 173 0 1810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7940

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1677128/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=8732 CPUtime=3.09
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 1986 0 0 0 309 0 0 0 25 0 1 120000 105372215 8941568 1872 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 2183 1872 90 173 0 2008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8732

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1675272/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=10084 CPUtime=6.29
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 2325 0 0 0 628 1 0 0 25 0 1 120000 105372215 10326016 2211 1992294400 134512640 135224549 4294956224 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 2521 2211 90 173 0 2346 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10084

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1672584/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=12724 CPUtime=12.68
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 2980 0 0 0 1267 1 0 0 25 0 1 120000 105372215 13029376 2866 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 3181 2866 90 173 0 3006 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12724

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1668488/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=16576 CPUtime=25.48
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 3943 0 0 0 2546 2 0 0 25 0 1 120000 105372215 16973824 3829 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 4144 3829 90 173 0 3969 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16576

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1663816/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=21340 CPUtime=51.08
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 5119 0 0 0 5105 3 0 0 25 0 1 120000 105372215 21852160 5005 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 5335 5005 90 173 0 5160 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21340

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1658440/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=26860 CPUtime=102.27
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 6465 0 0 0 10222 5 0 0 25 0 1 120000 105372215 27504640 6351 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 6715 6351 90 173 0 6540 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26860

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1652872/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=32328 CPUtime=162.24
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 7826 0 0 0 16218 6 0 0 25 0 1 120000 105372215 33103872 7712 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 8082 7712 90 173 0 7907 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32328

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1649544/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=35660 CPUtime=222.22
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 8651 0 0 0 22214 8 0 0 25 0 1 120000 105372215 36515840 8537 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 8915 8537 90 173 0 8740 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 35660

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1647560/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=37908 CPUtime=282.2
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 9147 0 0 0 28212 8 0 0 25 0 1 120000 105372215 38817792 9033 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 9477 9033 90 173 0 9302 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 37908

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1643528/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=41948 CPUtime=342.18
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 10146 0 0 0 34209 9 0 0 25 0 1 120000 105372215 42954752 10032 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 10487 10032 90 173 0 10312 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 41948

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1640136/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=45308 CPUtime=402.16
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 10971 0 0 0 40205 11 0 0 25 0 1 120000 105372215 46395392 10857 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 11327 10857 90 173 0 11152 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 45308

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1636808/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=48780 CPUtime=462.14
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 11820 0 0 0 46202 12 0 0 25 0 1 120000 105372215 49950720 11706 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 12195 11706 90 173 0 12020 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 48780

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1636552/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=49072 CPUtime=522.13
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 11872 0 0 0 52200 13 0 0 25 0 1 120000 105372215 50249728 11758 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 12268 11758 90 173 0 12093 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 49072

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1631432/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=54444 CPUtime=582.11
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 13153 0 0 0 58196 15 0 0 25 0 1 120000 105372215 55750656 13039 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 13611 13039 90 173 0 13436 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 54444

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1631304/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=54600 CPUtime=642.09
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 13180 0 0 0 64194 15 0 0 25 0 1 120000 105372215 55910400 13066 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 13650 13066 90 173 0 13475 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 54600

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1626568/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=59520 CPUtime=702.07
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 14389 0 0 0 70190 17 0 0 25 0 1 120000 105372215 60948480 14275 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 14880 14275 90 173 0 14705 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 59520

[startup+762.305 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 22689
/proc/meminfo: memFree=1625736/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=60180 CPUtime=762.05
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 14546 0 0 0 76188 17 0 0 25 0 1 120000 105372215 61624320 14432 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 15045 14432 90 173 0 14870 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 60180

[startup+822.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 22689
/proc/meminfo: memFree=1625480/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=60536 CPUtime=822.03
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 14605 0 0 0 82185 18 0 0 25 0 1 120000 105372215 61988864 14491 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 15134 14491 90 173 0 14959 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 60536

[startup+882.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1618952/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=67108 CPUtime=882.01
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 16245 0 0 0 88181 20 0 0 25 0 1 120000 105372215 68718592 16131 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 16777 16131 90 173 0 16602 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 67108

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1618440/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=67636 CPUtime=941.99
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 16369 0 0 0 94179 20 0 0 25 0 1 120000 105372215 69259264 16255 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 16909 16255 90 173 0 16734 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 67636

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1618184/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=67960 CPUtime=1001.97
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 16434 0 0 0 100176 21 0 0 25 0 1 120000 105372215 69591040 16320 1992294400 134512640 135224549 4294956224 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 16990 16320 90 173 0 16815 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 67960

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1617800/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=68344 CPUtime=1061.95
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 16532 0 0 0 106174 21 0 0 25 0 1 120000 105372215 69984256 16418 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 17086 16418 90 173 0 16911 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 68344

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1612680/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=73468 CPUtime=1121.93
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 17791 0 0 0 112170 23 0 0 25 0 1 120000 105372215 75231232 17677 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 18367 17677 90 173 0 18192 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 73468

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1612616/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=73468 CPUtime=1181.91
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 17793 0 0 0 118168 23 0 0 25 0 1 120000 105372215 75231232 17679 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 18367 17679 90 173 0 18192 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 73468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22689
/proc/meminfo: memFree=1612616/2055920 swapFree=4181336/4192956
[pid=22688] ppid=22686 vsize=73468 CPUtime=1200.01
/proc/22688/stat : 22688 (CirCUs) R 22686 22688 22407 0 -1 4194304 17797 0 0 0 119978 23 0 0 25 0 1 100 105372215 75231232 17683 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22688/statm: 18367 17683 90 173 0 18192 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 73468

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.42
CPU time (s): 1200.03
CPU user time (s): 1199.78
CPU system time (s): 0.248962
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 73468

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

runsolver used 0.91886 second user time and 2.46762 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-26 21:16:34
IDJOB=1731688
IDBENCH=24756
IDSOLVER=544
FILE ID=node29/1731688-1240773393
PBS_JOBID= 9187204
Free space on /tmp= 66420 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_3-dir.sat05-440.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731688-1240773393/watcher-1731688-1240773393 -o /tmp/evaluation-result-1731688-1240773393/solver-1731688-1240773393 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1731688-1240773393.cnf -t 1200

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

MD5SUM BENCH= 4a0cf034172f796c42342e79509e3449
RANDOM SEED=254341810

node29.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.281
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.281
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:       1684208 kB
Buffers:         47296 kB
Cached:         246348 kB
SwapCached:       5488 kB
Active:          84720 kB
Inactive:       216816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684208 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          13580 kB
Slab:            56088 kB
Committed_AS:   463632 kB
PageTables:       1468 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= 66420 MiB
End job on node29 at 2009-04-26 21:36:36