Trace number 1734681

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.11 1200.51

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v760c43649g4.cnf
MD5SUM3ea4eea040ac494148336825302eb384
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark331.547
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.09/0.10	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.10	c Eliminate time :       0.07 

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-1734681-1240796194/watcher-1734681-1240796194 -o /tmp/evaluation-result-1734681-1240796194/solver-1734681-1240796194 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1734681-1240796194.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/65 28747
/proc/meminfo: memFree=1706584/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=1920 CPUtime=0
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 120000 107648677 1966080 183 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 480 183 70 173 0 305 0

[startup+0.0187421 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28747
/proc/meminfo: memFree=1706584/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=2844 CPUtime=0.01
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 457 0 0 0 1 0 0 0 20 0 1 120000 107648677 2912256 442 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 711 445 70 173 0 536 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2844

[startup+0.101757 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28747
/proc/meminfo: memFree=1706584/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=4024 CPUtime=0.09
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 806 0 0 0 9 0 0 0 20 0 1 120000 107648677 4120576 757 1992294400 134512640 135224549 4294956208 18446744073709551615 134572129 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 1006 757 74 173 0 831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4024

[startup+0.301792 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28747
/proc/meminfo: memFree=1706584/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=5080 CPUtime=0.29
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 1065 0 0 0 29 0 0 0 22 0 1 120000 107648677 5201920 1016 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 1270 1016 90 173 0 1095 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5080

[startup+0.701865 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 28747
/proc/meminfo: memFree=1706584/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=5892 CPUtime=0.69
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 1264 0 0 0 69 0 0 0 25 0 1 120000 107648677 6033408 1215 1992294400 134512640 135224549 4294956208 18446744073709551615 134587694 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 1473 1215 90 173 0 1298 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5892

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28748
/proc/meminfo: memFree=1701968/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=6024 CPUtime=1.49
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 1318 0 0 0 149 0 0 0 25 0 1 120000 107648677 6168576 1269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 1506 1269 90 173 0 1331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6024

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28748
/proc/meminfo: memFree=1701392/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=6740 CPUtime=3.09
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 1478 0 0 0 309 0 0 0 25 0 1 120000 107648677 6901760 1429 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 1685 1429 90 173 0 1510 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6740

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28748
/proc/meminfo: memFree=1700112/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=7796 CPUtime=6.29
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 1741 0 0 0 629 0 0 0 25 0 1 120000 107648677 7983104 1692 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 1949 1692 90 173 0 1774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7796

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 28748
/proc/meminfo: memFree=1698128/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=9924 CPUtime=12.69
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 2277 0 0 0 1268 1 0 0 25 0 1 120000 107648677 10162176 2228 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 2481 2228 90 173 0 2306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9924

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28748
/proc/meminfo: memFree=1695056/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=12828 CPUtime=25.49
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 2997 0 0 0 2547 2 0 0 25 0 1 120000 107648677 13135872 2948 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 3207 2948 90 173 0 3032 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12828

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28748
/proc/meminfo: memFree=1691664/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=15992 CPUtime=51.08
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 3782 0 0 0 5105 3 0 0 25 0 1 120000 107648677 16375808 3733 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 3998 3733 90 173 0 3823 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15992

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28748
/proc/meminfo: memFree=1687504/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=20236 CPUtime=102.26
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 4820 0 0 0 10222 4 0 0 25 0 1 120000 107648677 20721664 4771 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 5059 4771 90 173 0 4884 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20236

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1683792/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=23832 CPUtime=162.23
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 5739 0 0 0 16219 4 0 0 25 0 1 120000 107648677 24403968 5690 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 5958 5690 90 173 0 5783 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23832

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1679760/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=28072 CPUtime=222.22
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 6805 0 0 0 22216 6 0 0 25 0 1 120000 107648677 28745728 6691 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 7018 6691 90 173 0 6843 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 28072

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1676432/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=31388 CPUtime=282.19
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 7633 0 0 0 28213 6 0 0 25 0 1 120000 107648677 32141312 7519 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 7847 7519 90 173 0 7672 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 31388

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1673808/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=34076 CPUtime=342.17
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 8279 0 0 0 34210 7 0 0 25 0 1 120000 107648677 34893824 8165 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 8519 8165 90 173 0 8344 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 34076

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1673552/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=34232 CPUtime=402.15
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 8338 0 0 0 40208 7 0 0 25 0 1 120000 107648677 35053568 8224 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 8558 8224 90 173 0 8383 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 34232

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1670352/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=37468 CPUtime=462.13
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 9138 0 0 0 46204 9 0 0 25 0 1 120000 107648677 38367232 9024 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 9367 9024 90 173 0 9192 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 37468

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1666320/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=41708 CPUtime=522.12
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 10163 0 0 0 52202 10 0 0 25 0 1 120000 107648677 42708992 10049 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 10427 10049 90 173 0 10252 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 41708

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1664912/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=43036 CPUtime=582.09
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 10495 0 0 0 58199 10 0 0 25 0 1 120000 107648677 44068864 10381 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 10759 10381 90 173 0 10584 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 43036

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1664720/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=43208 CPUtime=642.08
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 10539 0 0 0 64198 10 0 0 25 0 1 120000 107648677 44244992 10425 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 10802 10425 90 173 0 10627 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 43208

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1661520/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=46292 CPUtime=702.05
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 11327 0 0 0 70194 11 0 0 25 0 1 120000 107648677 47403008 11213 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 11573 11213 90 173 0 11398 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 46292

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1661392/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=46476 CPUtime=762.04
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 11353 0 0 0 76193 11 0 0 25 0 1 120000 107648677 47591424 11239 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 11619 11239 90 173 0 11444 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 46476

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1657360/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=50656 CPUtime=822.01
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 12384 0 0 0 82188 13 0 0 25 0 1 120000 107648677 51871744 12270 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 12664 12270 90 173 0 12489 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 50656

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1656784/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=51184 CPUtime=881.99
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 12496 0 0 0 88186 13 0 0 25 0 1 120000 107648677 52412416 12382 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 12796 12382 90 173 0 12621 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 51184

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1656656/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=51340 CPUtime=941.97
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 12534 0 0 0 94184 13 0 0 25 0 1 120000 107648677 52572160 12420 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 12835 12420 90 173 0 12660 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 51340

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1655952/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=52332 CPUtime=1001.95
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 12785 0 0 0 100182 13 0 0 25 0 1 120000 107648677 53587968 12542 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 13083 12542 90 173 0 12908 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 52332

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1653008/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=55460 CPUtime=1061.93
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 13553 0 0 0 106179 14 0 0 25 0 1 120000 107648677 56791040 13310 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 13865 13310 90 173 0 13690 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 55460

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1653008/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=55460 CPUtime=1121.91
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 13556 0 0 0 112177 14 0 0 25 0 1 120000 107648677 56791040 13313 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 13865 13313 90 173 0 13690 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 55460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1652816/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=55784 CPUtime=1181.89
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 13610 0 0 0 118175 14 0 0 25 0 1 120000 107648677 57122816 13367 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 13946 13367 90 173 0 13771 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 55784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1652752/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=55976 CPUtime=1200.09
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 13639 0 0 0 119995 14 0 0 25 0 1 100 107648677 57319424 13396 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 13994 13396 90 173 0 13819 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 55976

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28750
/proc/meminfo: memFree=1652752/2055920 swapFree=4181416/4192956
[pid=28747] ppid=28745 vsize=55976 CPUtime=1200.09
/proc/28747/stat : 28747 (CirCUs) R 28745 28747 28336 0 -1 4194304 13639 0 0 0 119995 14 0 0 25 0 1 100 107648677 57319424 13396 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28747/statm: 13994 13396 90 173 0 13819 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 55976

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1199.96
CPU system time (s): 0.152976
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 55976

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

runsolver used 1.34879 second user time and 2.85457 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-27 03:36:34
IDJOB=1734681
IDBENCH=71258
IDSOLVER=544
FILE ID=node84/1734681-1240796194
PBS_JOBID= 9187300
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= 3ea4eea040ac494148336825302eb384
RANDOM SEED=1389209509

node84.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.259
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.259
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:       1707000 kB
Buffers:         44388 kB
Cached:         229968 kB
SwapCached:       5396 kB
Active:          82096 kB
Inactive:       200084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707000 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          13452 kB
Slab:            52632 kB
Committed_AS:   395108 kB
PageTables:       1368 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= 66212 MiB
End job on node84 at 2009-04-27 03:56:36