Trace number 1735981

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.43

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes8.cnf
MD5SUM930a5df7b1f1625c5486319e8b2ac554
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

1.58/1.62	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.58/1.62	c Eliminate time :       1.35 

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-1735981-1240808761/watcher-1735981-1240808761 -o /tmp/evaluation-result-1735981-1240808761/solver-1735981-1240808761 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735981-1240808761.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 30038
/proc/meminfo: memFree=1680560/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=3968 CPUtime=0
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 120000 108903289 4063232 196 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 992 197 70 173 0 817 0

[startup+0.0899339 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30038
/proc/meminfo: memFree=1680560/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=9416 CPUtime=0.08
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 1743 0 0 0 8 0 0 0 18 0 1 120000 108903289 9641984 1630 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 2354 1631 70 173 0 2179 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9416

[startup+0.101934 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30038
/proc/meminfo: memFree=1680560/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=10076 CPUtime=0.09
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 1928 0 0 0 9 0 0 0 18 0 1 120000 108903289 10317824 1815 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 2519 1815 70 173 0 2344 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10076

[startup+0.301955 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30038
/proc/meminfo: memFree=1680560/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=21244 CPUtime=0.29
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 5108 0 0 0 28 1 0 0 19 0 1 120000 108903289 21753856 4608 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 5311 4608 74 173 0 5136 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21244

[startup+0.702 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30038
/proc/meminfo: memFree=1680560/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=21244 CPUtime=0.69
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 5108 0 0 0 68 1 0 0 23 0 1 120000 108903289 21753856 4608 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 5311 4608 74 173 0 5136 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21244

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1662312/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=21244 CPUtime=1.48
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 5108 0 0 0 147 1 0 0 25 0 1 120000 108903289 21753856 4608 1992294400 134512640 135224549 4294956224 18446744073709551615 134570474 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 5311 4608 74 173 0 5136 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21244

[startup+3.10126 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1659432/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=28388 CPUtime=3.09
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 6899 0 0 0 306 3 0 0 25 0 1 120000 108903289 29069312 6399 1992294400 134512640 135224549 4294956224 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 7097 6399 89 173 0 6922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28388

[startup+6.30162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1653672/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=29576 CPUtime=6.29
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 7198 0 0 0 626 3 0 0 25 0 1 120000 108903289 30285824 6698 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 7394 6698 89 173 0 7219 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29576

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1651368/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=33404 CPUtime=12.69
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 8141 0 0 0 1265 4 0 0 25 0 1 120000 108903289 34205696 7641 1992294400 134512640 135224549 4294956224 18446744073709551615 134618892 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 8351 7641 89 173 0 8176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33404

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1644648/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=38760 CPUtime=25.49
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 9477 0 0 0 2544 5 0 0 25 0 1 120000 108903289 39690240 8977 1992294400 134512640 135224549 4294956224 18446744073709551615 134595622 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 9690 8977 89 173 0 9515 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38760

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1638184/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=45228 CPUtime=51.07
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 11114 0 0 0 5101 6 0 0 25 0 1 120000 108903289 46313472 10614 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 11307 10614 89 173 0 11132 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45228

[startup+102.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1624424/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=58996 CPUtime=102.26
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 14545 0 0 0 10217 9 0 0 25 0 1 120000 108903289 60411904 14045 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 14749 14045 89 173 0 14574 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58996

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1613160/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=70084 CPUtime=162.25
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 17340 0 0 0 16212 13 0 0 25 0 1 120000 108903289 71766016 16840 1992294400 134512640 135224549 4294956224 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 17521 16840 89 173 0 17346 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 70084

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1600808/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=82612 CPUtime=222.23
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 20420 0 0 0 22206 17 0 0 25 0 1 120000 108903289 84594688 19920 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 20653 19920 89 173 0 20478 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 82612

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1593960/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=89476 CPUtime=282.21
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 22131 0 0 0 28202 19 0 0 25 0 1 120000 108903289 91623424 21631 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 22369 21631 89 173 0 22194 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89476

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1586344/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=97000 CPUtime=342.19
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 24012 0 0 0 34199 20 0 0 25 0 1 120000 108903289 99328000 23512 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 24250 23512 89 173 0 24075 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 97000

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1582888/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=100432 CPUtime=402.17
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 24878 0 0 0 40196 21 0 0 25 0 1 120000 108903289 102842368 24378 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 25108 24378 89 173 0 24933 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 100432

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1575784/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=107428 CPUtime=462.15
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 26644 0 0 0 46192 23 0 0 25 0 1 120000 108903289 110006272 26144 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 26857 26144 89 173 0 26682 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 107428

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1566504/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=116668 CPUtime=522.14
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 28969 0 0 0 52188 26 0 0 25 0 1 120000 108903289 119468032 28469 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 29167 28469 89 173 0 28992 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 116668

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1566440/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=116668 CPUtime=582.12
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 28969 0 0 0 58186 26 0 0 25 0 1 120000 108903289 119468032 28469 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 29167 28469 89 173 0 28992 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 116668

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1559208/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=123928 CPUtime=642.11
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 30778 0 0 0 64183 28 0 0 25 0 1 120000 108903289 126902272 30278 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 30982 30278 89 173 0 30807 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 123928

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1553960/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=129852 CPUtime=702.08
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 32265 0 0 0 70178 30 0 0 25 0 1 120000 108903289 132968448 31636 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 32463 31636 89 173 0 32288 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 129852

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1549992/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=133420 CPUtime=762.07
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 33185 0 0 0 76176 31 0 0 25 0 1 120000 108903289 136622080 32556 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 33355 32556 89 173 0 33180 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 133420

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1545064/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=138964 CPUtime=822.06
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 34560 0 0 0 82173 33 0 0 25 0 1 120000 108903289 142299136 33931 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 34741 33931 89 173 0 34566 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 138964

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1531304/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=152032 CPUtime=882.04
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 37843 0 0 0 88168 36 0 0 25 0 1 120000 108903289 155680768 37214 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 38008 37214 89 173 0 37833 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 152032

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1531240/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=152032 CPUtime=942.02
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 37843 0 0 0 94166 36 0 0 25 0 1 120000 108903289 155680768 37214 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 38008 37214 89 173 0 37833 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 152032

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1521320/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=161936 CPUtime=1002
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 40349 0 0 0 100162 38 0 0 25 0 1 120000 108903289 165822464 39720 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 40484 39720 89 173 0 40309 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 161936

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1520552/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=162596 CPUtime=1061.99
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 40503 0 0 0 106160 39 0 0 25 0 1 120000 108903289 166498304 39874 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 40649 39874 89 173 0 40474 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 162596

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1520488/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=162596 CPUtime=1121.97
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 40503 0 0 0 112158 39 0 0 25 0 1 120000 108903289 166498304 39874 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 40649 39874 89 173 0 40474 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 162596

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=171972 CPUtime=1181.95
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 42848 0 0 0 118153 42 0 0 25 0 1 120000 108903289 176099328 42219 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 42993 42219 89 173 0 42818 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 171972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30039
/proc/meminfo: memFree=1506728/2055920 swapFree=4192812/4192956
[pid=30038] ppid=30036 vsize=176328 CPUtime=1200.04
/proc/30038/stat : 30038 (CirCUs) R 30036 30038 29774 0 -1 4194304 43936 0 0 0 119961 43 0 0 25 0 1 100 108903289 180559872 43307 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30038/statm: 44082 43307 89 173 0 43907 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 176328

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.09
CPU user time (s): 1199.62
CPU system time (s): 0.467928
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 176328

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

runsolver used 0.837872 second user time and 2.51962 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-27 07:06:01
IDJOB=1735981
IDBENCH=71564
IDSOLVER=544
FILE ID=node59/1735981-1240808761
PBS_JOBID= 9187396
Free space on /tmp= 66396 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes8.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735981-1240808761/watcher-1735981-1240808761 -o /tmp/evaluation-result-1735981-1240808761/solver-1735981-1240808761 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1735981-1240808761.cnf -t 1200

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

MD5SUM BENCH= 930a5df7b1f1625c5486319e8b2ac554
RANDOM SEED=1278669599

node59.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.240
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.240
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:       1680976 kB
Buffers:         48012 kB
Cached:         250440 kB
SwapCached:          0 kB
Active:          74988 kB
Inactive:       237368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4988 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            48528 kB
Committed_AS:   507652 kB
PageTables:       1456 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= 66392 MiB
End job on node59 at 2009-04-27 07:26:04