Trace number 1731264

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.09 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
MD5SUMb8ad54973e17f84e99bf9d2e7bc768ce
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1528
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses640
Sum of the clauses size2560
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4640
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 

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-1731264-1240768639/watcher-1731264-1240768639 -o /tmp/evaluation-result-1731264-1240768639/solver-1731264-1240768639 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1731264-1240768639.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.07 1.04 1.04 2/65 28726
/proc/meminfo: memFree=1702904/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=1176 CPUtime=0
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 120000 104897018 1204224 131 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 294 131 90 173 0 119 0

[startup+0.02714 s]
/proc/loadavg: 1.07 1.04 1.04 2/65 28726
/proc/meminfo: memFree=1702904/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=1440 CPUtime=0.02
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 192 0 0 0 2 0 0 0 18 0 1 120000 104897018 1474560 176 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 360 176 90 173 0 185 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1440

[startup+0.101148 s]
/proc/loadavg: 1.07 1.04 1.04 2/65 28726
/proc/meminfo: memFree=1702904/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=1572 CPUtime=0.09
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 234 0 0 0 9 0 0 0 18 0 1 120000 104897018 1609728 218 1992294400 134512640 135224549 4294956208 18446744073709551615 134618974 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 393 218 90 173 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1572

[startup+0.30117 s]
/proc/loadavg: 1.07 1.04 1.04 2/65 28726
/proc/meminfo: memFree=1702904/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=1836 CPUtime=0.29
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 287 0 0 0 29 0 0 0 19 0 1 120000 104897018 1880064 271 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 459 271 90 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701216 s]
/proc/loadavg: 1.07 1.04 1.04 2/65 28726
/proc/meminfo: memFree=1702904/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=2236 CPUtime=0.69
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 407 0 0 0 69 0 0 0 23 0 1 120000 104897018 2289664 391 1992294400 134512640 135224549 4294956208 18446744073709551615 134631510 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 559 391 90 173 0 384 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2236

[startup+1.50131 s]
/proc/loadavg: 1.07 1.04 1.04 2/66 28727
/proc/meminfo: memFree=1701488/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=2904 CPUtime=1.49
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 563 0 0 0 149 0 0 0 25 0 1 120000 104897018 2973696 547 1992294400 134512640 135224549 4294956208 18446744073709551615 134583891 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 726 547 90 173 0 551 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2904

[startup+3.10149 s]
/proc/loadavg: 1.07 1.04 1.04 2/66 28727
/proc/meminfo: memFree=1700592/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=3744 CPUtime=3.09
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 757 0 0 0 309 0 0 0 25 0 1 120000 104897018 3833856 741 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 936 741 90 173 0 761 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3744

[startup+6.30185 s]
/proc/loadavg: 1.07 1.04 1.04 2/66 28727
/proc/meminfo: memFree=1699248/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=4688 CPUtime=6.29
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 1000 0 0 0 629 0 0 0 25 0 1 120000 104897018 4800512 984 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 1172 984 90 173 0 997 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4688

[startup+12.7016 s]
/proc/loadavg: 1.06 1.04 1.04 2/66 28727
/proc/meminfo: memFree=1697904/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=6248 CPUtime=12.69
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 1370 0 0 0 1268 1 0 0 25 0 1 120000 104897018 6397952 1321 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 1562 1321 90 173 0 1387 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6248

[startup+25.501 s]
/proc/loadavg: 1.05 1.04 1.03 2/66 28727
/proc/meminfo: memFree=1695984/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=8136 CPUtime=25.49
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 1790 0 0 0 2547 2 0 0 25 0 1 120000 104897018 8331264 1741 1992294400 134512640 135224549 4294956208 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 2034 1741 90 173 0 1859 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8136

[startup+51.1029 s]
/proc/loadavg: 1.03 1.04 1.03 2/66 28727
/proc/meminfo: memFree=1694192/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=10272 CPUtime=51.08
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 2324 0 0 0 5106 2 0 0 25 0 1 120000 104897018 10518528 2210 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 2568 2210 90 173 0 2393 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10272

[startup+102.307 s]
/proc/loadavg: 1.01 1.03 1.03 2/66 28727
/proc/meminfo: memFree=1692144/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=12380 CPUtime=102.27
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 2804 0 0 0 10224 3 0 0 25 0 1 120000 104897018 12677120 2690 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 3095 2690 90 173 0 2920 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12380

[startup+162.303 s]
/proc/loadavg: 1.00 1.02 1.02 2/66 28727
/proc/meminfo: memFree=1690032/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=14748 CPUtime=162.24
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 3322 0 0 0 16221 3 0 0 25 0 1 120000 104897018 15101952 3208 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 3687 3208 90 173 0 3512 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14748

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.01 2/66 28727
/proc/meminfo: memFree=1687856/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=16928 CPUtime=222.23
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 3847 0 0 0 22219 4 0 0 25 0 1 120000 104897018 17334272 3733 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 4232 3733 90 173 0 4057 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16928

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 28733
/proc/meminfo: memFree=1686184/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=18960 CPUtime=282.21
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 4374 0 0 0 28216 5 0 0 25 0 1 120000 104897018 19415040 4131 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 4740 4131 90 173 0 4565 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18960

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1685288/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=20100 CPUtime=342.19
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 4626 0 0 0 34214 5 0 0 25 0 1 120000 104897018 20582400 4383 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 5025 4383 90 173 0 4850 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 20100

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1683432/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=22468 CPUtime=402.18
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 5082 0 0 0 40212 6 0 0 25 0 1 120000 104897018 23007232 4839 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 5617 4839 90 173 0 5442 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 22468

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1682792/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=22980 CPUtime=462.16
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 5235 0 0 0 46210 6 0 0 25 0 1 120000 104897018 23531520 4992 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 5745 4992 90 173 0 5570 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 22980

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1681128/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=24804 CPUtime=522.15
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 5656 0 0 0 52208 7 0 0 25 0 1 120000 104897018 25399296 5413 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 6201 5413 90 173 0 6026 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 24804

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1680432/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=25624 CPUtime=582.13
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 5823 0 0 0 58206 7 0 0 25 0 1 120000 104897018 26238976 5580 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 6406 5580 90 173 0 6231 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 25624

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1679344/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=26416 CPUtime=642.12
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 6089 0 0 0 64204 8 0 0 25 0 1 120000 104897018 27049984 5846 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 6604 5846 90 173 0 6429 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 26416

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1679024/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=26800 CPUtime=702.1
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 6137 0 0 0 70202 8 0 0 25 0 1 120000 104897018 27443200 5894 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 6700 5894 90 173 0 6525 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 26800

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1677488/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=28192 CPUtime=762.08
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 6512 0 0 0 76200 8 0 0 25 0 1 120000 104897018 28868608 6269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 7048 6269 90 173 0 6873 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 28192

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1677488/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=28192 CPUtime=822.06
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 6513 0 0 0 82198 8 0 0 25 0 1 120000 104897018 28868608 6270 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 7048 6270 90 173 0 6873 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 28192

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1677232/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=28520 CPUtime=882.05
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 6569 0 0 0 88196 9 0 0 25 0 1 120000 104897018 29204480 6326 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 7130 6326 90 173 0 6955 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 28520

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1675248/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=30228 CPUtime=942.04
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 7060 0 0 0 94194 10 0 0 25 0 1 120000 104897018 30953472 6817 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 7557 6817 90 173 0 7382 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 30228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1675248/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=30228 CPUtime=1002.02
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 7062 0 0 0 100192 10 0 0 25 0 1 120000 104897018 30953472 6819 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 7557 6819 90 173 0 7382 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 30228

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1675184/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=30228 CPUtime=1062
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 7076 0 0 0 106190 10 0 0 25 0 1 120000 104897018 30953472 6833 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 7557 6833 90 173 0 7382 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 30228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1674544/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=31108 CPUtime=1121.99
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 7232 0 0 0 112189 10 0 0 25 0 1 120000 104897018 31854592 6989 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 7777 6989 90 173 0 7602 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 31108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28733
/proc/meminfo: memFree=1672816/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=33036 CPUtime=1181.98
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 7652 0 0 0 118187 11 0 0 25 0 1 120000 104897018 33828864 7409 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 8259 7409 90 173 0 8084 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 33036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 28733
/proc/meminfo: memFree=1672816/2055920 swapFree=4180008/4192956
[pid=28726] ppid=28724 vsize=33036 CPUtime=1200.07
/proc/28726/stat : 28726 (CirCUs) R 28724 28726 28411 0 -1 4194304 7652 0 0 0 119996 11 0 0 25 0 1 100 104897018 33828864 7409 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28726/statm: 8259 7409 90 173 0 8084 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 33036

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.41
CPU time (s): 1200.09
CPU user time (s): 1199.97
CPU system time (s): 0.115982
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 33036

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

runsolver used 1.36879 second user time and 3.00054 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-26 19:57:19
IDJOB=1731264
IDBENCH=24747
IDSOLVER=544
FILE ID=node32/1731264-1240768639
PBS_JOBID= 9187140
Free space on /tmp= 66396 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731264-1240768639/watcher-1731264-1240768639 -o /tmp/evaluation-result-1731264-1240768639/solver-1731264-1240768639 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1731264-1240768639.cnf -t 1200

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

MD5SUM BENCH= b8ad54973e17f84e99bf9d2e7bc768ce
RANDOM SEED=507886512

node32.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.216
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.216
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:       1703384 kB
Buffers:         38852 kB
Cached:         257240 kB
SwapCached:       6168 kB
Active:          76136 kB
Inactive:       228800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703384 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            1068 kB
Writeback:           0 kB
Mapped:          14288 kB
Slab:            33412 kB
Committed_AS:   378708 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node32 at 2009-04-26 20:17:21