Trace number 1715825

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.14 1200.45

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark228.902
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

Solver Data

5.99/6.04	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
5.99/6.04	c Eliminate time :       4.37 

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-1715825-1240607660/watcher-1715825-1240607660 -o /tmp/evaluation-result-1715825-1240607660/solver-1715825-1240607660 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1715825-1240607660.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.58 1.14 0.90 3/64 17866
/proc/meminfo: memFree=1315464/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=7304 CPUtime=0
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 679 0 0 0 0 0 0 0 18 0 1 120000 88799376 7479296 664 1992294400 134512640 135224549 4294956224 18446744073709551615 134593808 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 1826 670 66 173 0 1651 0

[startup+0.0251319 s]
/proc/loadavg: 1.58 1.14 0.90 3/64 17866
/proc/meminfo: memFree=1315464/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=26972 CPUtime=0.01
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 3645 0 0 0 0 1 0 0 18 0 1 120000 88799376 27619328 3631 1992294400 134512640 135224549 4294956224 18446744073709551615 134552048 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 6743 3638 66 173 0 6568 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26972

[startup+0.10114 s]
/proc/loadavg: 1.58 1.14 0.90 3/64 17866
/proc/meminfo: memFree=1315464/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=32788 CPUtime=0.09
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 5270 0 0 0 7 2 0 0 18 0 1 120000 88799376 33574912 5157 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 8197 5158 70 173 0 8022 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32788

[startup+0.30116 s]
/proc/loadavg: 1.58 1.14 0.90 3/64 17866
/proc/meminfo: memFree=1315464/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=45312 CPUtime=0.29
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 8922 0 0 0 25 4 0 0 19 0 1 120000 88799376 46399488 8680 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 11328 8680 70 173 0 11153 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45312

[startup+0.701203 s]
/proc/loadavg: 1.58 1.14 0.90 3/64 17866
/proc/meminfo: memFree=1315464/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=68580 CPUtime=0.69
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 15370 0 0 0 62 7 0 0 22 0 1 120000 88799376 70225920 14358 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 17145 14359 70 173 0 16970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68580

[startup+1.50229 s]
/proc/loadavg: 1.58 1.14 0.90 2/65 17867
/proc/meminfo: memFree=1243968/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=106996 CPUtime=1.49
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 26103 0 0 0 136 13 0 0 25 0 1 120000 88799376 109563904 24066 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 26749 24066 70 173 0 26574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106996

[startup+3.10146 s]
/proc/loadavg: 1.58 1.14 0.90 2/65 17867
/proc/meminfo: memFree=1213440/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=126676 CPUtime=3.09
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 31708 0 0 0 293 16 0 0 25 0 1 120000 88799376 129716224 29670 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 31669 29670 77 173 0 31494 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126676

[startup+6.30181 s]
/proc/loadavg: 1.61 1.16 0.90 2/65 17867
/proc/meminfo: memFree=1192704/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=131988 CPUtime=6.29
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 34726 0 0 0 612 17 0 0 25 0 1 120000 88799376 135155712 31695 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 32997 31695 92 173 0 32822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131988

[startup+12.7015 s]
/proc/loadavg: 1.56 1.15 0.90 2/65 17867
/proc/meminfo: memFree=1188352/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=132384 CPUtime=12.68
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 34803 0 0 0 1251 17 0 0 25 0 1 120000 88799376 135561216 31772 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 33096 31772 92 173 0 32921 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 132384

[startup+25.5019 s]
/proc/loadavg: 1.44 1.14 0.90 2/65 17867
/proc/meminfo: memFree=1186752/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=134368 CPUtime=25.49
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 35299 0 0 0 2531 18 0 0 25 0 1 120000 88799376 137592832 32268 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 33592 32268 92 173 0 33417 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134368

[startup+51.1016 s]
/proc/loadavg: 1.29 1.13 0.91 2/65 17867
/proc/meminfo: memFree=1182656/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=138876 CPUtime=51.08
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 36429 0 0 0 5090 18 0 0 25 0 1 120000 88799376 142209024 33398 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 34719 33398 92 173 0 34544 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 138876

[startup+102.305 s]
/proc/loadavg: 1.12 1.11 0.91 2/65 17867
/proc/meminfo: memFree=1171520/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=149956 CPUtime=102.27
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 39194 0 0 0 10206 21 0 0 25 0 1 120000 88799376 153554944 36163 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 37489 36163 92 173 0 37314 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 149956

[startup+162.302 s]
/proc/loadavg: 1.04 1.09 0.91 2/65 17867
/proc/meminfo: memFree=1157696/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=164092 CPUtime=162.25
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 42698 0 0 0 16200 25 0 0 25 0 1 120000 88799376 168030208 39667 1992294400 134512640 135224549 4294956224 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 41023 39667 92 173 0 40848 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 164092

[startup+222.301 s]
/proc/loadavg: 1.01 1.07 0.91 2/65 17867
/proc/meminfo: memFree=1142080/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=179432 CPUtime=222.24
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 46543 0 0 0 22196 28 0 0 25 0 1 120000 88799376 183738368 43512 1992294400 134512640 135224549 4294956224 18446744073709551615 134587933 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 44858 43512 92 173 0 44683 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 179432

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 0.91 2/65 17867
/proc/meminfo: memFree=1124288/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=197388 CPUtime=282.21
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 50996 0 0 0 28190 31 0 0 25 0 1 120000 88799376 202125312 47965 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 49347 47965 92 173 0 49172 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 197388

[startup+342.302 s]
/proc/loadavg: 1.00 1.04 0.91 2/65 17867
/proc/meminfo: memFree=1107072/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=214604 CPUtime=342.21
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 55304 0 0 0 34185 36 0 0 25 0 1 120000 88799376 219754496 52273 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 53651 52273 92 173 0 53476 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 214604

[startup+402.301 s]
/proc/loadavg: 1.00 1.03 0.91 2/65 17867
/proc/meminfo: memFree=1091264/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=230124 CPUtime=402.19
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 59204 0 0 0 40180 39 0 0 25 0 1 120000 88799376 235646976 56173 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 57531 56173 92 173 0 57356 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 230124

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 0.91 2/65 17867
/proc/meminfo: memFree=1091264/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=230124 CPUtime=462.17
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 59204 0 0 0 46178 39 0 0 25 0 1 120000 88799376 235646976 56173 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 57531 56173 92 173 0 57356 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 230124

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 0.91 2/65 17867
/proc/meminfo: memFree=1091264/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=230124 CPUtime=522.16
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 59204 0 0 0 52177 39 0 0 25 0 1 120000 88799376 235646976 56173 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 57531 56173 92 173 0 57356 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 230124

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 0.91 2/65 17867
/proc/meminfo: memFree=1091328/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=230124 CPUtime=582.14
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 59204 0 0 0 58175 39 0 0 25 0 1 120000 88799376 235646976 56173 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 57531 56173 92 173 0 57356 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 230124

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 0.91 2/65 17867
/proc/meminfo: memFree=1089984/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=231456 CPUtime=642.13
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 59540 0 0 0 64174 39 0 0 25 0 1 120000 88799376 237010944 56509 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 57864 56509 92 173 0 57689 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 231456

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1072512/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=248980 CPUtime=702.11
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 63902 0 0 0 70168 43 0 0 25 0 1 120000 88799376 254955520 60871 1992294400 134512640 135224549 4294956224 18446744073709551615 134587835 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 62245 60871 92 173 0 62070 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 248980

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1053824/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=267556 CPUtime=762.1
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 68553 0 0 0 76163 47 0 0 25 0 1 120000 88799376 273977344 65522 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 66889 65522 92 173 0 66714 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 267556

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1051648/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=269804 CPUtime=822.08
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 69107 0 0 0 82161 47 0 0 25 0 1 120000 88799376 276279296 66076 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 67451 66076 92 173 0 67276 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 269804

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1051648/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=269804 CPUtime=882.06
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 69107 0 0 0 88159 47 0 0 25 0 1 120000 88799376 276279296 66076 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 67451 66076 92 173 0 67276 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 269804

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1051648/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=269804 CPUtime=942.04
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 69107 0 0 0 94157 47 0 0 25 0 1 120000 88799376 276279296 66076 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 67451 66076 92 173 0 67276 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 269804

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1051648/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=269804 CPUtime=1002.03
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 69107 0 0 0 100156 47 0 0 25 0 1 120000 88799376 276279296 66076 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 67451 66076 92 173 0 67276 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 269804

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1051584/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=269804 CPUtime=1062.01
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 69107 0 0 0 106154 47 0 0 25 0 1 120000 88799376 276279296 66076 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 67451 66076 92 173 0 67276 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 269804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1045248/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=276176 CPUtime=1122
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 70728 0 0 0 112151 49 0 0 25 0 1 120000 88799376 282804224 67697 1992294400 134512640 135224549 4294956224 18446744073709551615 134630857 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 69044 67697 92 173 0 68869 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 276176

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1040000/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=281364 CPUtime=1181.99
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 72007 0 0 0 118149 50 0 0 25 0 1 120000 88799376 288116736 68976 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 70341 68976 92 173 0 70166 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 281364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 17867
/proc/meminfo: memFree=1040000/2055920 swapFree=4192956/4192956
[pid=17866] ppid=17864 vsize=281364 CPUtime=1200.08
/proc/17866/stat : 17866 (CirCUs) R 17864 17866 17739 0 -1 4194304 72007 0 0 0 119958 50 0 0 25 0 1 100 88799376 288116736 68976 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17866/statm: 70341 68976 92 173 0 70166 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 281364

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.45
CPU time (s): 1200.14
CPU user time (s): 1199.59
CPU system time (s): 0.548916
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 281364

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

runsolver used 0.954854 second user time and 2.53461 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-24 23:14:22
IDJOB=1715825
IDBENCH=20352
IDSOLVER=544
FILE ID=node21/1715825-1240607660
PBS_JOBID= 9186293
Free space on /tmp= 66312 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715825-1240607660/watcher-1715825-1240607660 -o /tmp/evaluation-result-1715825-1240607660/solver-1715825-1240607660 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1715825-1240607660.cnf -t 1200

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

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED=379587920

node21.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.233
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.233
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:       1315944 kB
Buffers:        100124 kB
Cached:         536696 kB
SwapCached:          0 kB
Active:         191376 kB
Inactive:       459388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1315944 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           23380 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            75240 kB
Committed_AS:   295952 kB
PageTables:       1376 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= 66312 MiB
End job on node21 at 2009-04-24 23:34:25