Trace number 1524167

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S2059720696-001.cnf
MD5SUMc4a0eb3415818159d561f36b2a8ffa74
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.9298
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 511900

Solver Data

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

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-1524167-1238386975/watcher-1524167-1238386975 -o /tmp/evaluation-result-1524167-1238386975/solver-1524167-1238386975 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524167-1238386975.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 20448
/proc/meminfo: memFree=1678064/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=1452 CPUtime=0
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 120000 1111364566 1486848 138 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 363 139 70 173 0 188 0

[startup+0.0757361 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20448
/proc/meminfo: memFree=1678064/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=2564 CPUtime=0.07
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 451 0 0 0 7 0 0 0 18 0 1 120000 1111364566 2625536 435 1992294400 134512640 135224549 4294956224 18446744073709551615 134570518 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 641 435 74 173 0 466 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2564

[startup+0.102738 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20448
/proc/meminfo: memFree=1678064/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=2564 CPUtime=0.09
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 451 0 0 0 9 0 0 0 18 0 1 120000 1111364566 2625536 435 1992294400 134512640 135224549 4294956224 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 641 435 74 173 0 466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2564

[startup+0.302759 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20448
/proc/meminfo: memFree=1678064/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=3092 CPUtime=0.29
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 580 0 0 0 29 0 0 0 19 0 1 120000 1111364566 3166208 564 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 773 564 90 173 0 598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3092

[startup+0.702802 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20448
/proc/meminfo: memFree=1678064/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=3488 CPUtime=0.69
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 683 0 0 0 69 0 0 0 22 0 1 120000 1111364566 3571712 667 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 872 667 90 173 0 697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3488

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1675560/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=3752 CPUtime=1.49
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 767 0 0 0 149 0 0 0 25 0 1 120000 1111364566 3842048 751 1992294400 134512640 135224549 4294956224 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 938 751 90 173 0 763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3752

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1674920/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=4440 CPUtime=3.09
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 923 0 0 0 309 0 0 0 25 0 1 120000 1111364566 4546560 907 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 1110 907 90 173 0 935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4440

[startup+6.30139 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1674024/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=5232 CPUtime=6.29
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 1142 0 0 0 629 0 0 0 25 0 1 120000 1111364566 5357568 1126 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 1308 1126 90 173 0 1133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5232

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1672168/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=6948 CPUtime=12.69
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 1544 0 0 0 1268 1 0 0 25 0 1 120000 1111364566 7114752 1528 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 1737 1528 90 173 0 1562 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6948

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1670184/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=8928 CPUtime=25.48
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 2041 0 0 0 2547 1 0 0 25 0 1 120000 1111364566 9142272 2025 1992294400 134512640 135224549 4294956224 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 2232 2025 90 173 0 2057 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8928

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1667432/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=11564 CPUtime=51.08
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 2735 0 0 0 5106 2 0 0 25 0 1 120000 1111364566 11841536 2686 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 2891 2686 90 173 0 2716 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11564

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1664232/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=14732 CPUtime=102.27
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 3520 0 0 0 10224 3 0 0 25 0 1 120000 1111364566 15085568 3471 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 3683 3471 90 173 0 3508 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14732

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1660264/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=18816 CPUtime=162.25
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 4565 0 0 0 16221 4 0 0 25 0 1 120000 1111364566 19267584 4451 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 4704 4451 90 173 0 4529 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 18816

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1658600/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=20544 CPUtime=222.23
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 4973 0 0 0 22218 5 0 0 25 0 1 120000 1111364566 21037056 4859 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 5136 4859 90 173 0 4961 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 20544

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1656744/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=22392 CPUtime=282.21
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 5442 0 0 0 28216 5 0 0 25 0 1 120000 1111364566 22929408 5328 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 5598 5328 90 173 0 5423 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 22392

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1654888/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=24280 CPUtime=342.21
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 5926 0 0 0 34214 7 0 0 25 0 1 120000 1111364566 24862720 5812 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 6070 5812 90 173 0 5895 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 24280

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1652520/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=26524 CPUtime=402.19
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 6492 0 0 0 40211 8 0 0 25 0 1 120000 1111364566 27160576 6378 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 6631 6378 90 173 0 6456 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 26524

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1650280/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=28780 CPUtime=462.17
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 7070 0 0 0 46209 8 0 0 25 0 1 120000 1111364566 29470720 6956 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 7195 6956 90 173 0 7020 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 28780

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1648936/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=30232 CPUtime=522.15
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 7430 0 0 0 52206 9 0 0 25 0 1 120000 1111364566 30957568 7316 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 7558 7316 90 173 0 7383 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 30232

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1647848/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=31288 CPUtime=582.14
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 7685 0 0 0 58204 10 0 0 25 0 1 120000 1111364566 32038912 7571 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 7822 7571 90 173 0 7647 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 31288

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1645160/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=34464 CPUtime=642.13
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 8474 0 0 0 64203 10 0 0 25 0 1 120000 1111364566 35291136 8231 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 8616 8231 90 173 0 8441 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 34464

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1644840/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=34728 CPUtime=702.11
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 8540 0 0 0 70201 10 0 0 25 0 1 120000 1111364566 35561472 8297 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 8682 8297 90 173 0 8507 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 34728

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1644200/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=35388 CPUtime=762.1
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 8703 0 0 0 76199 11 0 0 25 0 1 120000 1111364566 36237312 8460 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 8847 8460 90 173 0 8672 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 35388

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1641768/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=37780 CPUtime=822.08
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 9309 0 0 0 82196 12 0 0 25 0 1 120000 1111364566 38686720 9066 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 9445 9066 90 173 0 9270 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 37780

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1641768/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=37780 CPUtime=882.07
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 9311 0 0 0 88195 12 0 0 25 0 1 120000 1111364566 38686720 9068 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 9445 9068 90 173 0 9270 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 37780

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1639464/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=40304 CPUtime=942.04
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 9912 0 0 0 94192 12 0 0 25 0 1 120000 1111364566 41271296 9669 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 10076 9669 90 173 0 9901 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 40304

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1638568/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=41256 CPUtime=1002.03
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 10136 0 0 0 100190 13 0 0 25 0 1 120000 1111364566 42246144 9893 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 10314 9893 90 173 0 10139 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 41256

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1638504/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=41256 CPUtime=1062.02
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 10136 0 0 0 106189 13 0 0 25 0 1 120000 1111364566 42246144 9893 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 10314 9893 90 173 0 10139 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 41256

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20449
/proc/meminfo: memFree=1637800/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=41928 CPUtime=1122
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 10310 0 0 0 112187 13 0 0 25 0 1 120000 1111364566 42934272 10067 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 10482 10067 90 173 0 10307 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 41928

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20451
/proc/meminfo: memFree=1634536/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=45136 CPUtime=1181.98
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 11107 0 0 0 118184 14 0 0 25 0 1 120000 1111364566 46219264 10864 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 11284 10864 90 173 0 11109 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 45136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20451
/proc/meminfo: memFree=1634536/2055920 swapFree=4174972/4192956
[pid=20448] ppid=20446 vsize=45136 CPUtime=1200.08
/proc/20448/stat : 20448 (CirCUs) R 20446 20448 20264 0 -1 4194304 11107 0 0 0 119994 14 0 0 25 0 1 100 1111364566 46219264 10864 1992294400 134512640 135224549 4294956224 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20448/statm: 11284 10864 90 173 0 11109 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 45136

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.1
CPU user time (s): 1199.95
CPU system time (s): 0.155976
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 45136

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

runsolver used 0.825874 second user time and 2.53261 second system time

The end

Launcher Data

Begin job on node7 at 2009-03-30 06:22:55
IDJOB=1524167
IDBENCH=70282
IDSOLVER=544
FILE ID=node7/1524167-1238386975
PBS_JOBID= 9061315
Free space on /tmp= 65660 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S2059720696-001.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524167-1238386975/watcher-1524167-1238386975 -o /tmp/evaluation-result-1524167-1238386975/solver-1524167-1238386975 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524167-1238386975.cnf -t 1200

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

MD5SUM BENCH= c4a0eb3415818159d561f36b2a8ffa74
RANDOM SEED=859703974

node7.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.236
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.236
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:       1678480 kB
Buffers:         86540 kB
Cached:         195608 kB
SwapCached:      11884 kB
Active:          49892 kB
Inactive:       245600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678480 kB
SwapTotal:     4192956 kB
SwapFree:      4174972 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          19076 kB
Slab:            67948 kB
Committed_AS:  2866004 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= 65660 MiB
End job on node7 at 2009-03-30 06:42:57