Trace number 1524315

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/90/
unif-k5-r21.3-v90-c1917-S2007547542-039.cnf
MD5SUM0cd2dfafac072edecb100e7e97a51fc1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
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 51917
Number of clauses of size over 50

Solver Data

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

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-1524315-1238454861/watcher-1524315-1238454861 -o /tmp/evaluation-result-1524315-1238454861/solver-1524315-1238454861 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524315-1238454861.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.03 1.16 3/64 11654
/proc/meminfo: memFree=1244160/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=1308 CPUtime=0
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 120000 1118152230 1339392 135 1992294400 134512640 135224549 4294956224 18446744073709551615 134569983 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 327 135 74 173 0 152 0

[startup+0.0837779 s]
/proc/loadavg: 1.00 1.03 1.16 3/64 11654
/proc/meminfo: memFree=1244160/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=1572 CPUtime=0.08
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 229 0 0 0 8 0 0 0 18 0 1 120000 1118152230 1609728 213 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 393 213 89 173 0 218 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1572

[startup+0.102779 s]
/proc/loadavg: 1.00 1.03 1.16 3/64 11654
/proc/meminfo: memFree=1244160/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=1572 CPUtime=0.1
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 241 0 0 0 10 0 0 0 18 0 1 120000 1118152230 1609728 225 1992294400 134512640 135224549 4294956224 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 393 225 89 173 0 218 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1572

[startup+0.301814 s]
/proc/loadavg: 1.00 1.03 1.16 3/64 11654
/proc/meminfo: memFree=1244160/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=1836 CPUtime=0.3
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 281 0 0 0 30 0 0 0 19 0 1 120000 1118152230 1880064 265 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 459 265 89 173 0 284 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1836

[startup+0.701884 s]
/proc/loadavg: 1.00 1.03 1.16 3/64 11654
/proc/meminfo: memFree=1244160/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=2100 CPUtime=0.7
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 350 0 0 0 70 0 0 0 22 0 1 120000 1118152230 2150400 334 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 525 334 89 173 0 350 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2100

[startup+1.50202 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 11655
/proc/meminfo: memFree=1243000/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=2500 CPUtime=1.5
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 444 0 0 0 150 0 0 0 25 0 1 120000 1118152230 2560000 428 1992294400 134512640 135224549 4294956224 18446744073709551615 134632719 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 625 428 89 173 0 450 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2500

[startup+3.1013 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 11655
/proc/meminfo: memFree=1242360/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=3172 CPUtime=3.09
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 625 0 0 0 309 0 0 0 25 0 1 120000 1118152230 3248128 609 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 793 609 89 173 0 618 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3172

[startup+6.30185 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 11655
/proc/meminfo: memFree=1241336/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=3964 CPUtime=6.29
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 827 0 0 0 629 0 0 0 25 0 1 120000 1118152230 4059136 811 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 991 811 89 173 0 816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3964

[startup+12.702 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 11655
/proc/meminfo: memFree=1239872/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=5160 CPUtime=12.69
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 1111 0 0 0 1269 0 0 0 25 0 1 120000 1118152230 5283840 1095 1992294400 134512640 135224549 4294956224 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 1290 1095 89 173 0 1115 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5160

[startup+25.5022 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 11655
/proc/meminfo: memFree=1238592/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=6512 CPUtime=25.49
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 1428 0 0 0 2548 1 0 0 25 0 1 120000 1118152230 6668288 1412 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 1628 1412 89 173 0 1453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6512

[startup+51.1016 s]
/proc/loadavg: 1.07 1.04 1.15 2/65 11655
/proc/meminfo: memFree=1237120/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=8136 CPUtime=51.07
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 1818 0 0 0 5106 1 0 0 25 0 1 120000 1118152230 8331264 1769 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 2034 1769 89 173 0 1859 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8136

[startup+102.305 s]
/proc/loadavg: 1.03 1.03 1.14 2/65 11655
/proc/meminfo: memFree=1234944/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=10176 CPUtime=102.26
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 2349 0 0 0 10224 2 0 0 25 0 1 120000 1118152230 10420224 2300 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 2544 2300 89 173 0 2369 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10176

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.13 2/65 11655
/proc/meminfo: memFree=1233216/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=12248 CPUtime=162.24
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 2862 0 0 0 16222 2 0 0 25 0 1 120000 1118152230 12541952 2748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 3062 2748 89 173 0 2887 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12248

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 11655
/proc/meminfo: memFree=1231360/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=14136 CPUtime=222.22
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 3319 0 0 0 22219 3 0 0 25 0 1 120000 1118152230 14475264 3205 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 3534 3205 89 173 0 3359 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 14136

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 11655
/proc/meminfo: memFree=1230336/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=15108 CPUtime=282.2
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 3557 0 0 0 28217 3 0 0 25 0 1 120000 1118152230 15470592 3443 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 3777 3443 89 173 0 3602 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 15108

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 11655
/proc/meminfo: memFree=1228928/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=16692 CPUtime=342.18
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 3913 0 0 0 34214 4 0 0 25 0 1 120000 1118152230 17092608 3799 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 4173 3799 89 173 0 3998 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 16692

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 11655
/proc/meminfo: memFree=1228288/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=17272 CPUtime=402.16
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 4077 0 0 0 40212 4 0 0 25 0 1 120000 1118152230 17686528 3963 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 4318 3963 89 173 0 4143 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 17272

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 11655
/proc/meminfo: memFree=1227328/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=18092 CPUtime=462.14
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 4279 0 0 0 46210 4 0 0 25 0 1 120000 1118152230 18526208 4165 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 4523 4165 89 173 0 4348 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 18092

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 11655
/proc/meminfo: memFree=1226112/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=19608 CPUtime=522.12
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 4628 0 0 0 52208 4 0 0 25 0 1 120000 1118152230 20078592 4514 1992294400 134512640 135224549 4294956224 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 4902 4514 89 173 0 4727 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 19608

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 11655
/proc/meminfo: memFree=1225856/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=19944 CPUtime=582.1
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 4691 0 0 0 58206 4 0 0 25 0 1 120000 1118152230 20422656 4577 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 4986 4577 89 173 0 4811 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 19944

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 11655
/proc/meminfo: memFree=1224384/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=21780 CPUtime=642.09
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 5169 0 0 0 64204 5 0 0 25 0 1 120000 1118152230 22302720 4926 1992294400 134512640 135224549 4294956224 18446744073709551615 134595306 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 5445 4926 89 173 0 5270 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 21780

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 11655
/proc/meminfo: memFree=1224448/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=21780 CPUtime=702.06
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 5173 0 0 0 70201 5 0 0 25 0 1 120000 1118152230 22302720 4930 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 5445 4930 89 173 0 5270 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 21780

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 11655
/proc/meminfo: memFree=1223616/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=22632 CPUtime=762.04
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 5375 0 0 0 76199 5 0 0 25 0 1 120000 1118152230 23175168 5132 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 5658 5132 89 173 0 5483 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 22632

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 11655
/proc/meminfo: memFree=1222592/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=23572 CPUtime=822.03
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 5618 0 0 0 82197 6 0 0 25 0 1 120000 1118152230 24137728 5375 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 5893 5375 89 173 0 5718 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 23572

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 11655
/proc/meminfo: memFree=1222400/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=23908 CPUtime=882
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 5674 0 0 0 88194 6 0 0 25 0 1 120000 1118152230 24481792 5431 1992294400 134512640 135224549 4294956224 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 5977 5431 89 173 0 5802 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 23908

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 11655
/proc/meminfo: memFree=1221440/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=24928 CPUtime=941.98
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 5919 0 0 0 94192 6 0 0 25 0 1 120000 1118152230 25526272 5676 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 6232 5676 89 173 0 6057 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 24928

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 11655
/proc/meminfo: memFree=1220352/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=26016 CPUtime=1001.97
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 6179 0 0 0 100190 7 0 0 25 0 1 120000 1118152230 26640384 5936 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 6504 5936 89 173 0 6329 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 26016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11655
/proc/meminfo: memFree=1220288/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=26016 CPUtime=1061.95
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 6193 0 0 0 106188 7 0 0 25 0 1 120000 1118152230 26640384 5950 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 6504 5950 89 173 0 6329 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 26016

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 11655
/proc/meminfo: memFree=1220160/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=26252 CPUtime=1121.93
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 6231 0 0 0 112186 7 0 0 25 0 1 120000 1118152230 26882048 5988 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 6563 5988 89 173 0 6388 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 26252

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 11655
/proc/meminfo: memFree=1218304/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=28016 CPUtime=1181.91
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 6685 0 0 0 118183 8 0 0 25 0 1 120000 1118152230 28688384 6442 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 7004 6442 89 173 0 6829 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 28016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 11655
/proc/meminfo: memFree=1218304/2055920 swapFree=4177928/4192956
[pid=11654] ppid=11652 vsize=28016 CPUtime=1200.01
/proc/11654/stat : 11654 (CirCUs) R 11652 11654 11584 0 -1 4194304 6685 0 0 0 119993 8 0 0 25 0 1 100 1118152230 28688384 6442 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11654/statm: 7004 6442 89 173 0 6829 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 28016

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.02
CPU user time (s): 1199.93
CPU system time (s): 0.085986
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 28016

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

runsolver used 0.98185 second user time and 2.77658 second system time

The end

Launcher Data

Begin job on node14 at 2009-03-31 01:14:21
IDJOB=1524315
IDBENCH=70430
IDSOLVER=544
FILE ID=node14/1524315-1238454861
PBS_JOBID= 9061717
Free space on /tmp= 65480 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/90/unif-k5-r21.3-v90-c1917-S2007547542-039.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524315-1238454861/watcher-1524315-1238454861 -o /tmp/evaluation-result-1524315-1238454861/solver-1524315-1238454861 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524315-1238454861.cnf -t 1200

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

MD5SUM BENCH= 0cd2dfafac072edecb100e7e97a51fc1
RANDOM SEED=1347885988

node14.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.270
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	: 5931.00
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.270
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:       1244576 kB
Buffers:         83036 kB
Cached:         636008 kB
SwapCached:       8964 kB
Active:         112380 kB
Inactive:       617196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1244576 kB
SwapTotal:     4192956 kB
SwapFree:      4177928 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          16284 kB
Slab:            67732 kB
Committed_AS:  2900660 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= 65476 MiB
End job on node14 at 2009-03-31 01:34:24