Trace number 1524370

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S2073320038-053.cnf
MD5SUM300c8ae729fc4cfef7dfe1b29765ac92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.77273
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
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 56675

Solver Data

0.00/0.06	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.06	c Eliminate time :       0.05 

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-1524370-1238471622/watcher-1524370-1238471622 -o /tmp/evaluation-result-1524370-1238471622/solver-1524370-1238471622 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524370-1238471622.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.99 0.97 0.98 3/64 25907
/proc/meminfo: memFree=1180072/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=1444 CPUtime=0
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 120000 1119824704 1478656 141 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 361 141 70 173 0 186 0

[startup+0.068722 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25907
/proc/meminfo: memFree=1180072/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=1972 CPUtime=0.06
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 312 0 0 0 6 0 0 0 18 0 1 120000 1119824704 2019328 296 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 493 296 90 173 0 318 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1972

[startup+0.101724 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25907
/proc/meminfo: memFree=1180072/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=1972 CPUtime=0.09
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 335 0 0 0 9 0 0 0 18 0 1 120000 1119824704 2019328 319 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 493 319 90 173 0 318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1972

[startup+0.301745 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25907
/proc/meminfo: memFree=1180072/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=2236 CPUtime=0.29
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 392 0 0 0 29 0 0 0 19 0 1 120000 1119824704 2289664 376 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 559 376 90 173 0 384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2236

[startup+0.701788 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25907
/proc/meminfo: memFree=1180072/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=2500 CPUtime=0.69
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 440 0 0 0 69 0 0 0 23 0 1 120000 1119824704 2560000 424 1992294400 134512640 135224549 4294956224 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 625 424 90 173 0 450 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2500

[startup+1.50187 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1178528/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=2776 CPUtime=1.49
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 537 0 0 0 149 0 0 0 25 0 1 120000 1119824704 2842624 521 1992294400 134512640 135224549 4294956224 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 694 521 90 173 0 519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2776

[startup+3.10104 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1177952/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=3444 CPUtime=3.09
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 677 0 0 0 309 0 0 0 25 0 1 120000 1119824704 3526656 661 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 861 661 90 173 0 686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3444

[startup+6.30138 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1176864/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=4380 CPUtime=6.29
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 908 0 0 0 629 0 0 0 25 0 1 120000 1119824704 4485120 892 1992294400 134512640 135224549 4294956224 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 1095 892 90 173 0 920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4380

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1175392/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=5584 CPUtime=12.69
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 1193 0 0 0 1269 0 0 0 25 0 1 120000 1119824704 5718016 1177 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 1396 1177 90 173 0 1221 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5584

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1173792/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=7220 CPUtime=25.48
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 1595 0 0 0 2548 0 0 0 25 0 1 120000 1119824704 7393280 1579 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 1805 1579 90 173 0 1630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7220

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1172128/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=8960 CPUtime=51.08
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 2066 0 0 0 5107 1 0 0 25 0 1 120000 1119824704 9175040 2017 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 2240 2017 90 173 0 2065 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8960

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1169184/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=11780 CPUtime=102.26
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 2775 0 0 0 10225 1 0 0 25 0 1 120000 1119824704 12062720 2726 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 2945 2726 90 173 0 2770 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11780

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1167264/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=14052 CPUtime=162.25
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 3324 0 0 0 16223 2 0 0 25 0 1 120000 1119824704 14389248 3210 1992294400 134512640 135224549 4294956224 18446744073709551615 134618764 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 3513 3210 90 173 0 3338 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14052

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1166176/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=15152 CPUtime=222.23
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 3595 0 0 0 22220 3 0 0 25 0 1 120000 1119824704 15515648 3481 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 3788 3481 90 173 0 3613 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15152

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1164960/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=16420 CPUtime=282.21
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 3886 0 0 0 28218 3 0 0 25 0 1 120000 1119824704 16814080 3772 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 4105 3772 90 173 0 3930 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16420

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1163560/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=17992 CPUtime=342.19
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 4238 0 0 0 34215 4 0 0 25 0 1 120000 1119824704 18423808 4124 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 4498 4124 90 173 0 4323 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 17992

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25908
/proc/meminfo: memFree=1162152/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=19348 CPUtime=402.17
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 4589 0 0 0 40213 4 0 0 25 0 1 120000 1119824704 19812352 4475 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 4837 4475 90 173 0 4662 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 19348

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1160232/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=21288 CPUtime=462.15
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 5060 0 0 0 46210 5 0 0 25 0 1 120000 1119824704 21798912 4946 1992294400 134512640 135224549 4294956224 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 5322 4946 90 173 0 5147 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 21288

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1160232/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=21288 CPUtime=522.14
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 5062 0 0 0 52208 6 0 0 25 0 1 120000 1119824704 21798912 4948 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 5322 4948 90 173 0 5147 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21288

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1158504/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=22988 CPUtime=582.12
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 5478 0 0 0 58206 6 0 0 25 0 1 120000 1119824704 23539712 5364 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 5747 5364 90 173 0 5572 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 22988

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1158376/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=23180 CPUtime=642.1
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 5516 0 0 0 64204 6 0 0 25 0 1 120000 1119824704 23736320 5402 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 5795 5402 90 173 0 5620 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 23180

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1156712/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=25476 CPUtime=702.08
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 6077 0 0 0 70201 7 0 0 25 0 1 120000 1119824704 26087424 5834 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 6369 5834 90 173 0 6194 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 25476

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1156520/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=25624 CPUtime=762.07
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 6112 0 0 0 76200 7 0 0 25 0 1 120000 1119824704 26238976 5869 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 6406 5869 90 173 0 6231 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 25624

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1156008/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=26200 CPUtime=822.05
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 6233 0 0 0 82198 7 0 0 25 0 1 120000 1119824704 26828800 5990 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 6550 5990 90 173 0 6375 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 26200

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1154408/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=27924 CPUtime=882.03
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 6651 0 0 0 88195 8 0 0 25 0 1 120000 1119824704 28594176 6408 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 6981 6408 90 173 0 6806 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 27924

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1154280/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=27924 CPUtime=942.01
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 6668 0 0 0 94193 8 0 0 25 0 1 120000 1119824704 28594176 6425 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 6981 6425 90 173 0 6806 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 27924

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1154088/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=28292 CPUtime=1002
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 6715 0 0 0 100191 9 0 0 25 0 1 120000 1119824704 28971008 6472 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 7073 6472 90 173 0 6898 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 28292

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1152040/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=30224 CPUtime=1061.98
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 7220 0 0 0 106188 10 0 0 25 0 1 120000 1119824704 30949376 6977 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 7556 6977 90 173 0 7381 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 30224

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1152104/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=30224 CPUtime=1121.96
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 7220 0 0 0 112186 10 0 0 25 0 1 120000 1119824704 30949376 6977 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 7556 6977 90 173 0 7381 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 30224

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1152040/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=30384 CPUtime=1181.94
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 7247 0 0 0 118184 10 0 0 25 0 1 120000 1119824704 31113216 7004 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 7596 7004 90 173 0 7421 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 30384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25914
/proc/meminfo: memFree=1151848/2055920 swapFree=4178912/4192956
[pid=25907] ppid=25905 vsize=30576 CPUtime=1200.04
/proc/25907/stat : 25907 (CirCUs) R 25905 25907 25813 0 -1 4194304 7273 0 0 0 119994 10 0 0 25 0 1 100 1119824704 31309824 7030 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25907/statm: 7644 7030 90 173 0 7469 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 30576

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.06
CPU user time (s): 1199.95
CPU system time (s): 0.112982
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 30576

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

runsolver used 1.04984 second user time and 2.56461 second system time

The end

Launcher Data

Begin job on node47 at 2009-03-31 05:53:42
IDJOB=1524370
IDBENCH=70485
IDSOLVER=544
FILE ID=node47/1524370-1238471622
PBS_JOBID= 9061805
Free space on /tmp= 66368 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S2073320038-053.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524370-1238471622/watcher-1524370-1238471622 -o /tmp/evaluation-result-1524370-1238471622/solver-1524370-1238471622 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524370-1238471622.cnf -t 1200

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

MD5SUM BENCH= 300c8ae729fc4cfef7dfe1b29765ac92
RANDOM SEED=693085840

node47.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.216
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.216
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:       1180488 kB
Buffers:        105512 kB
Cached:         667812 kB
SwapCached:       7792 kB
Active:         258108 kB
Inactive:       525588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180488 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          16036 kB
Slab:            77672 kB
Committed_AS:  3039244 kB
PageTables:       1452 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= 66368 MiB
End job on node47 at 2009-03-31 06:13:44