Trace number 1524271

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

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S1305875336-097.cnf
MD5SUMb3cf2670d50b8679bd962b141ac1ad44
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark146.029
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524271-1238414781/watcher-1524271-1238414781 -o /tmp/evaluation-result-1524271-1238414781/solver-1524271-1238414781 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524271-1238414781.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.83 1.82 1.44 3/73 13468
/proc/meminfo: memFree=1713064/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=1308 CPUtime=0
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 150 0 0 0 0 0 0 0 20 0 1 120000 1114142651 1339392 134 1992294400 134512640 135224549 4294956208 18446744073709551615 134570673 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 327 134 74 173 0 152 0

[startup+0.0530699 s]
/proc/loadavg: 1.83 1.82 1.44 3/73 13468
/proc/meminfo: memFree=1713064/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=1572 CPUtime=0.04
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 224 0 0 0 4 0 0 0 20 0 1 120000 1114142651 1609728 208 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 393 208 89 173 0 218 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1572

[startup+0.101075 s]
/proc/loadavg: 1.83 1.82 1.44 3/73 13468
/proc/meminfo: memFree=1713064/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=1572 CPUtime=0.09
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 240 0 0 0 9 0 0 0 20 0 1 120000 1114142651 1609728 224 1992294400 134512640 135224549 4294956208 18446744073709551615 134595715 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 393 224 89 173 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1572

[startup+0.301098 s]
/proc/loadavg: 1.83 1.82 1.44 3/73 13468
/proc/meminfo: memFree=1713064/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=1836 CPUtime=0.29
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 279 0 0 0 29 0 0 0 22 0 1 120000 1114142651 1880064 263 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 459 263 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701144 s]
/proc/loadavg: 1.83 1.82 1.44 3/73 13468
/proc/meminfo: memFree=1713064/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=2100 CPUtime=0.69
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 359 0 0 0 69 0 0 0 25 0 1 120000 1114142651 2150400 343 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 525 343 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50124 s]
/proc/loadavg: 1.83 1.82 1.44 2/74 13469
/proc/meminfo: memFree=1711840/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=2496 CPUtime=1.49
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 462 0 0 0 149 0 0 0 25 0 1 120000 1114142651 2555904 446 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 624 446 89 173 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10142 s]
/proc/loadavg: 1.83 1.82 1.44 2/74 13469
/proc/meminfo: memFree=1711072/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=3176 CPUtime=3.09
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 636 0 0 0 309 0 0 0 25 0 1 120000 1114142651 3252224 620 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 794 620 89 173 0 619 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3176

[startup+6.3018 s]
/proc/loadavg: 1.77 1.81 1.44 2/74 13469
/proc/meminfo: memFree=1710048/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=4244 CPUtime=6.29
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 859 0 0 0 629 0 0 0 25 0 1 120000 1114142651 4345856 843 1992294400 134512640 135224549 4294956208 18446744073709551615 134595342 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 1061 843 89 173 0 886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4244

[startup+12.7015 s]
/proc/loadavg: 1.71 1.79 1.44 2/74 13469
/proc/meminfo: memFree=1708704/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=5176 CPUtime=12.69
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 1113 0 0 0 1269 0 0 0 25 0 1 120000 1114142651 5300224 1097 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 1294 1097 89 173 0 1119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5176

[startup+25.501 s]
/proc/loadavg: 1.55 1.75 1.43 2/74 13469
/proc/meminfo: memFree=1707296/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=6768 CPUtime=25.49
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 1511 0 0 0 2548 1 0 0 25 0 1 120000 1114142651 6930432 1462 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 1692 1462 89 173 0 1517 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6768

[startup+51.101 s]
/proc/loadavg: 1.36 1.69 1.42 2/74 13469
/proc/meminfo: memFree=1705440/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=8712 CPUtime=51.08
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 1976 0 0 0 5107 1 0 0 25 0 1 120000 1114142651 8921088 1927 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 2178 1927 89 173 0 2003 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8712

[startup+102.307 s]
/proc/loadavg: 1.15 1.58 1.40 2/74 13469
/proc/meminfo: memFree=1703200/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=10904 CPUtime=102.27
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 2509 0 0 0 10226 1 0 0 25 0 1 120000 1114142651 11165696 2460 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 2726 2460 89 173 0 2551 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10904

[startup+162.302 s]
/proc/loadavg: 1.06 1.47 1.37 2/74 13469
/proc/meminfo: memFree=1701088/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=13236 CPUtime=162.25
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 3091 0 0 0 16223 2 0 0 25 0 1 120000 1114142651 13553664 2977 1992294400 134512640 135224549 4294956208 18446744073709551615 134630923 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 3309 2977 89 173 0 3134 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 13236

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/74 13469
/proc/meminfo: memFree=1700192/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=14288 CPUtime=222.23
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 3315 0 0 0 22221 2 0 0 25 0 1 120000 1114142651 14630912 3201 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 3572 3201 89 173 0 3397 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 14288

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.32 2/74 13469
/proc/meminfo: memFree=1698912/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=15648 CPUtime=282.21
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 3639 0 0 0 28219 2 0 0 25 0 1 120000 1114142651 16023552 3525 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 3912 3525 89 173 0 3737 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 15648

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.29 2/74 13469
/proc/meminfo: memFree=1697696/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=16844 CPUtime=342.2
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 3926 0 0 0 34217 3 0 0 25 0 1 120000 1114142651 17248256 3812 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 4211 3812 89 173 0 4036 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 16844

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.27 2/74 13469
/proc/meminfo: memFree=1696352/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=18188 CPUtime=402.18
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 4266 0 0 0 40215 3 0 0 25 0 1 120000 1114142651 18624512 4152 1992294400 134512640 135224549 4294956208 18446744073709551615 134584992 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 4547 4152 89 173 0 4372 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18188

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.25 2/74 13469
/proc/meminfo: memFree=1696288/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=18348 CPUtime=462.16
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 4291 0 0 0 46213 3 0 0 25 0 1 120000 1114142651 18788352 4177 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 4587 4177 89 173 0 4412 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 18348

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.24 2/74 13469
/proc/meminfo: memFree=1694944/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=19708 CPUtime=522.15
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 4620 0 0 0 52212 3 0 0 25 0 1 120000 1114142651 20180992 4506 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 4927 4506 89 173 0 4752 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 19708

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/74 13469
/proc/meminfo: memFree=1694432/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=20276 CPUtime=582.13
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 4747 0 0 0 58210 3 0 0 25 0 1 120000 1114142651 20762624 4633 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 5069 4633 89 173 0 4894 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 20276

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/74 13469
/proc/meminfo: memFree=1693152/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=22020 CPUtime=642.12
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 5187 0 0 0 64208 4 0 0 25 0 1 120000 1114142651 22548480 4944 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 5505 4944 89 173 0 5330 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 22020

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.18 2/74 13469
/proc/meminfo: memFree=1692768/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=22504 CPUtime=702.1
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 5276 0 0 0 70206 4 0 0 25 0 1 120000 1114142651 23044096 5033 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 5626 5033 89 173 0 5451 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 22504

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/74 13469
/proc/meminfo: memFree=1691232/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=23936 CPUtime=762.09
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 5641 0 0 0 76205 4 0 0 25 0 1 120000 1114142651 24510464 5398 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 5984 5398 89 173 0 5809 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 23936

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/74 13469
/proc/meminfo: memFree=1691168/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=24068 CPUtime=822.07
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 5674 0 0 0 82203 4 0 0 25 0 1 120000 1114142651 24645632 5431 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 6017 5431 89 173 0 5842 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 24068

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/74 13469
/proc/meminfo: memFree=1689568/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=25644 CPUtime=882.05
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 6078 0 0 0 88201 4 0 0 25 0 1 120000 1114142651 26259456 5835 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 6411 5835 89 173 0 6236 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 25644

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/74 13469
/proc/meminfo: memFree=1689248/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=25908 CPUtime=942.03
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 6153 0 0 0 94199 4 0 0 25 0 1 120000 1114142651 26529792 5910 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 6477 5910 89 173 0 6302 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 25908

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/74 13469
/proc/meminfo: memFree=1689184/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=26044 CPUtime=1002.02
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 6170 0 0 0 100198 4 0 0 25 0 1 120000 1114142651 26669056 5927 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 6511 5927 89 173 0 6336 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 26044

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/74 13469
/proc/meminfo: memFree=1688224/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=27076 CPUtime=1062
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 6420 0 0 0 106196 4 0 0 25 0 1 120000 1114142651 27725824 6177 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 6769 6177 89 173 0 6594 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 27076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/74 13469
/proc/meminfo: memFree=1687200/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=27920 CPUtime=1121.99
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 6646 0 0 0 112194 5 0 0 25 0 1 120000 1114142651 28590080 6403 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 6980 6403 89 173 0 6805 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 27920

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/74 13469
/proc/meminfo: memFree=1687136/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=27920 CPUtime=1181.98
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 6658 0 0 0 118193 5 0 0 25 0 1 120000 1114142651 28590080 6415 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 6980 6415 89 173 0 6805 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 27920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/74 13469
/proc/meminfo: memFree=1687072/2055920 swapFree=4175504/4192956
[pid=13468] ppid=13466 vsize=28120 CPUtime=1200.08
/proc/13468/stat : 13468 (CirCUs) R 13466 13468 13239 0 -1 4194304 6684 0 0 0 120003 5 0 0 25 0 1 100 1114142651 28794880 6441 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13468/statm: 7030 6441 89 173 0 6855 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 28120

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): 1200.03
CPU system time (s): 0.056991
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 28120

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

runsolver used 0.978851 second user time and 3.39948 second system time

The end

Launcher Data

Begin job on node77 at 2009-03-30 14:06:21
IDJOB=1524271
IDBENCH=70386
IDSOLVER=544
FILE ID=node77/1524271-1238414781
PBS_JOBID= 9061455
Free space on /tmp= 66552 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S1305875336-097.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524271-1238414781/watcher-1524271-1238414781 -o /tmp/evaluation-result-1524271-1238414781/solver-1524271-1238414781 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524271-1238414781.cnf -t 1200

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

MD5SUM BENCH= b3cf2670d50b8679bd962b141ac1ad44
RANDOM SEED=1965350782

node77.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.230
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.230
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1713480 kB
Buffers:         57988 kB
Cached:         195944 kB
SwapCached:       9160 kB
Active:          61400 kB
Inactive:       205812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713480 kB
SwapTotal:     4192956 kB
SwapFree:      4175504 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:          17544 kB
Slab:            60308 kB
Committed_AS:  2637588 kB
PageTables:       1984 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= 66552 MiB
End job on node77 at 2009-03-30 14:26:24