Trace number 1524216

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.05 1200.43

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1256544997-019.cnf
MD5SUM01285fb91a1e47f6ebc0bc6eca4b49ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark220.267
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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-1524216-1238399180/watcher-1524216-1238399180 -o /tmp/evaluation-result-1524216-1238399180/solver-1524216-1238399180 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524216-1238399180.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: 0.92 0.98 1.08 3/64 23668
/proc/meminfo: memFree=1758024/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=2696 CPUtime=0
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 361 0 0 0 0 0 0 0 18 0 1 120000 1112584275 2760704 347 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 674 347 70 173 0 499 0

[startup+0.0837879 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 23668
/proc/meminfo: memFree=1758024/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=5860 CPUtime=0.07
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 1220 0 0 0 7 0 0 0 18 0 1 120000 1112584275 6000640 1172 1992294400 134512640 135224549 4294956224 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 1465 1172 70 173 0 1290 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5860

[startup+0.101789 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 23668
/proc/meminfo: memFree=1758024/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=6388 CPUtime=0.09
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 1370 0 0 0 9 0 0 0 18 0 1 120000 1112584275 6541312 1322 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 1597 1322 70 173 0 1422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6388

[startup+0.301816 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 23668
/proc/meminfo: memFree=1758024/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=6912 CPUtime=0.29
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 1547 0 0 0 29 0 0 0 19 0 1 120000 1112584275 7077888 1498 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 1728 1498 90 173 0 1553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6912

[startup+0.701868 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 23668
/proc/meminfo: memFree=1758024/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=7968 CPUtime=0.69
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 1788 0 0 0 69 0 0 0 22 0 1 120000 1112584275 8159232 1739 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 1992 1739 90 173 0 1817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7968

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 1.08 2/65 23669
/proc/meminfo: memFree=1750784/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=9552 CPUtime=1.49
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 2201 0 0 0 148 1 0 0 25 0 1 120000 1112584275 9781248 2152 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 2388 2152 90 173 0 2213 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9552

[startup+3.10218 s]
/proc/loadavg: 0.92 0.98 1.08 2/65 23669
/proc/meminfo: memFree=1748160/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=11928 CPUtime=3.09
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 2772 0 0 0 307 2 0 0 25 0 1 120000 1112584275 12214272 2723 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 2982 2723 90 173 0 2807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11928

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 1.08 2/65 23669
/proc/meminfo: memFree=1746304/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=13380 CPUtime=6.28
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 3166 0 0 0 626 2 0 0 25 0 1 120000 1112584275 13701120 3117 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 3345 3117 90 173 0 3170 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13380

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 1.08 2/65 23669
/proc/meminfo: memFree=1742480/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=17076 CPUtime=12.68
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 4063 0 0 0 1265 3 0 0 25 0 1 120000 1112584275 17485824 4014 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 4269 4014 90 173 0 4094 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17076

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 1.08 2/65 23669
/proc/meminfo: memFree=1740136/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=19056 CPUtime=25.48
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 4553 0 0 0 2544 4 0 0 25 0 1 120000 1112584275 19513344 4504 1992294400 134512640 135224549 4294956224 18446744073709551615 134618758 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 4764 4504 90 173 0 4589 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19056

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 1.08 2/65 23669
/proc/meminfo: memFree=1732328/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=26860 CPUtime=51.07
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 6508 0 0 0 5102 5 0 0 25 0 1 120000 1112584275 27504640 6459 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 6715 6459 90 173 0 6540 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26860

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.07 2/65 23671
/proc/meminfo: memFree=1717032/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=42172 CPUtime=102.26
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 10319 0 0 0 10218 8 0 0 25 0 1 120000 1112584275 43184128 10270 1992294400 134512640 135224549 4294956224 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 10543 10270 90 173 0 10368 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 42172

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 23671
/proc/meminfo: memFree=1706472/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=52600 CPUtime=162.24
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 12943 0 0 0 16213 11 0 0 25 0 1 120000 1112584275 53862400 12894 1992294400 134512640 135224549 4294956224 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 13150 12894 90 173 0 12975 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52600

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 23671
/proc/meminfo: memFree=1699560/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=59464 CPUtime=222.22
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 14665 0 0 0 22209 13 0 0 25 0 1 120000 1112584275 60891136 14616 1992294400 134512640 135224549 4294956224 18446744073709551615 134619262 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 14866 14616 90 173 0 14691 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 59464

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 23671
/proc/meminfo: memFree=1687976/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=71204 CPUtime=282.21
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 17617 0 0 0 28205 16 0 0 25 0 1 120000 1112584275 72912896 17503 1992294400 134512640 135224549 4294956224 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 17801 17503 90 173 0 17626 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 71204

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 23671
/proc/meminfo: memFree=1679464/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=79652 CPUtime=342.19
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 19728 0 0 0 34201 18 0 0 25 0 1 120000 1112584275 81563648 19614 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 19913 19614 90 173 0 19738 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 79652

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 23671
/proc/meminfo: memFree=1668968/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=90080 CPUtime=402.17
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 22353 0 0 0 40196 21 0 0 25 0 1 120000 1112584275 92241920 22239 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 22520 22239 90 173 0 22345 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 90080

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 23671
/proc/meminfo: memFree=1659304/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=99716 CPUtime=462.14
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 24760 0 0 0 46191 23 0 0 25 0 1 120000 1112584275 102109184 24646 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 24929 24646 90 173 0 24754 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 99716

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 23671
/proc/meminfo: memFree=1658856/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=101168 CPUtime=522.13
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 25116 0 0 0 52189 24 0 0 25 0 1 120000 1112584275 103596032 25002 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 25292 25002 90 173 0 25117 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 101168

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 23671
/proc/meminfo: memFree=1647336/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=111600 CPUtime=582.11
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 27756 0 0 0 58184 27 0 0 25 0 1 120000 1112584275 114278400 27642 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 27900 27642 90 173 0 27725 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 111600

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 23671
/proc/meminfo: memFree=1639016/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=119916 CPUtime=642.09
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 29829 0 0 0 64180 29 0 0 25 0 1 120000 1112584275 122793984 29715 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 29979 29715 90 173 0 29804 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 119916

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 23671
/proc/meminfo: memFree=1636968/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=122424 CPUtime=702.07
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 30485 0 0 0 70177 30 0 0 25 0 1 120000 1112584275 125362176 30371 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 30606 30371 90 173 0 30431 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 122424

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 23671
/proc/meminfo: memFree=1631400/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=127440 CPUtime=762.06
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 31715 0 0 0 76175 31 0 0 25 0 1 120000 1112584275 130498560 31601 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 31860 31601 90 173 0 31685 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 127440

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23671
/proc/meminfo: memFree=1618280/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=141020 CPUtime=822.04
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 35120 0 0 0 82170 34 0 0 25 0 1 120000 1112584275 144404480 34877 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 35255 34877 90 173 0 35080 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 141020

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23677
/proc/meminfo: memFree=1618200/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=141020 CPUtime=882
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 35120 0 0 0 88166 34 0 0 25 0 1 120000 1112584275 144404480 34877 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 35255 34877 90 173 0 35080 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 141020

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23677
/proc/meminfo: memFree=1602216/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=156864 CPUtime=941.99
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 39118 0 0 0 94160 39 0 0 25 0 1 120000 1112584275 160628736 38875 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 39216 38875 90 173 0 39041 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 156864

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23677
/proc/meminfo: memFree=1602216/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=156864 CPUtime=1001.97
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 39118 0 0 0 100158 39 0 0 25 0 1 120000 1112584275 160628736 38875 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 39216 38875 90 173 0 39041 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 156864

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23677
/proc/meminfo: memFree=1602216/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=156864 CPUtime=1061.95
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 39118 0 0 0 106156 39 0 0 25 0 1 120000 1112584275 160628736 38875 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 39216 38875 90 173 0 39041 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 156864

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23677
/proc/meminfo: memFree=1591464/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=167556 CPUtime=1121.93
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 41790 0 0 0 112151 42 0 0 25 0 1 120000 1112584275 171577344 41547 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 41889 41547 90 173 0 41714 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 167556

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23677
/proc/meminfo: memFree=1591464/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=167556 CPUtime=1181.91
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 41790 0 0 0 118149 42 0 0 25 0 1 120000 1112584275 171577344 41547 1992294400 134512640 135224549 4294956224 18446744073709551615 134587728 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 41889 41547 90 173 0 41714 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 167556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 23677
/proc/meminfo: memFree=1591464/2055920 swapFree=4177692/4192956
[pid=23668] ppid=23666 vsize=167556 CPUtime=1200.01
/proc/23668/stat : 23668 (CirCUs) R 23666 23668 23631 0 -1 4194304 41790 0 0 0 119959 42 0 0 25 0 1 100 1112584275 171577344 41547 1992294400 134512640 135224549 4294956224 18446744073709551615 134618718 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23668/statm: 41889 41547 90 173 0 41714 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 167556

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.05
CPU user time (s): 1199.6
CPU system time (s): 0.450931
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 167556

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

runsolver used 0.98485 second user time and 2.6406 second system time

The end

Launcher Data

Begin job on node13 at 2009-03-30 09:46:21
IDJOB=1524216
IDBENCH=70331
IDSOLVER=544
FILE ID=node13/1524216-1238399180
PBS_JOBID= 9061438
Free space on /tmp= 66396 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1256544997-019.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524216-1238399180/watcher-1524216-1238399180 -o /tmp/evaluation-result-1524216-1238399180/solver-1524216-1238399180 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524216-1238399180.cnf -t 1200

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

MD5SUM BENCH= 01285fb91a1e47f6ebc0bc6eca4b49ed
RANDOM SEED=875667658

node13.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:       1758504 kB
Buffers:         60700 kB
Cached:         164844 kB
SwapCached:       9056 kB
Active:         159668 kB
Inactive:        76180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758504 kB
SwapTotal:     4192956 kB
SwapFree:      4177692 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          16016 kB
Slab:            47540 kB
Committed_AS:  2986772 kB
PageTables:       1464 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= 66396 MiB
End job on node13 at 2009-03-30 10:06:23