Trace number 1524541

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/520/
unif-k3-r4.25-v520-c2210-S1536609007-088.cnf
MD5SUM95e50be0ec36bd6dfa5233022c3ad7ac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.00285
Satisfiable
(Un)Satisfiability was proved
Number of variables520
Number of clauses2210
Sum of the clauses size6630
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32210
Number of clauses of size 40
Number of clauses of size 50
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-1524541-1238572263/watcher-1524541-1238572263 -o /tmp/evaluation-result-1524541-1238572263/solver-1524541-1238572263 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524541-1238572263.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.55 1.76 1.44 2/64 9370
/proc/meminfo: memFree=1524872/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=1308 CPUtime=0
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 120000 1129888392 1339392 153 1992294400 134512640 135224549 4294956208 18446744073709551615 134749310 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 327 153 83 173 0 152 0

[startup+0.0396259 s]
/proc/loadavg: 1.55 1.76 1.44 2/64 9370
/proc/meminfo: memFree=1524872/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=1572 CPUtime=0.03
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 212 0 0 0 3 0 0 0 18 0 1 120000 1129888392 1609728 196 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 393 196 89 173 0 218 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1572

[startup+0.101631 s]
/proc/loadavg: 1.55 1.76 1.44 2/64 9370
/proc/meminfo: memFree=1524872/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=1704 CPUtime=0.09
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 254 0 0 0 9 0 0 0 18 0 1 120000 1129888392 1744896 238 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 426 238 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.301648 s]
/proc/loadavg: 1.55 1.76 1.44 2/64 9370
/proc/meminfo: memFree=1524872/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=1836 CPUtime=0.29
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 287 0 0 0 29 0 0 0 19 0 1 120000 1129888392 1880064 271 1992294400 134512640 135224549 4294956208 18446744073709551615 134619856 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 459 271 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701685 s]
/proc/loadavg: 1.55 1.76 1.44 2/64 9370
/proc/meminfo: memFree=1524872/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=2100 CPUtime=0.69
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 354 0 0 0 69 0 0 0 22 0 1 120000 1129888392 2150400 338 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 525 338 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50176 s]
/proc/loadavg: 1.51 1.74 1.43 2/65 9371
/proc/meminfo: memFree=1523648/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=2504 CPUtime=1.49
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 463 0 0 0 149 0 0 0 25 0 1 120000 1129888392 2564096 447 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 626 447 89 173 0 451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2504

[startup+3.1019 s]
/proc/loadavg: 1.51 1.74 1.43 2/65 9371
/proc/meminfo: memFree=1523008/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=3164 CPUtime=3.09
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 624 0 0 0 309 0 0 0 25 0 1 120000 1129888392 3239936 608 1992294400 134512640 135224549 4294956208 18446744073709551615 134587933 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 791 608 89 173 0 616 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3164

[startup+6.30119 s]
/proc/loadavg: 1.51 1.74 1.43 2/65 9371
/proc/meminfo: memFree=1521984/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=3956 CPUtime=6.29
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 834 0 0 0 629 0 0 0 25 0 1 120000 1129888392 4050944 818 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 989 818 89 173 0 814 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3956

[startup+12.7018 s]
/proc/loadavg: 1.43 1.72 1.43 2/65 9371
/proc/meminfo: memFree=1520592/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=5408 CPUtime=12.69
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 1191 0 0 0 1269 0 0 0 25 0 1 120000 1129888392 5537792 1175 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 1352 1175 89 173 0 1177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5408

[startup+25.5019 s]
/proc/loadavg: 1.36 1.69 1.43 2/65 9371
/proc/meminfo: memFree=1518992/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=6732 CPUtime=25.49
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 1519 0 0 0 2548 1 0 0 25 0 1 120000 1129888392 6893568 1503 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 1683 1503 89 173 0 1508 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6732

[startup+51.1012 s]
/proc/loadavg: 1.24 1.64 1.41 2/65 9371
/proc/meminfo: memFree=1516880/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=9240 CPUtime=51.08
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 2149 0 0 0 5106 2 0 0 25 0 1 120000 1129888392 9461760 2100 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 2310 2100 89 173 0 2135 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9240

[startup+102.306 s]
/proc/loadavg: 1.09 1.53 1.39 2/65 9371
/proc/meminfo: memFree=1514064/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=11880 CPUtime=102.27
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 2806 0 0 0 10224 3 0 0 25 0 1 120000 1129888392 12165120 2757 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 2970 2757 89 173 0 2795 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11880

[startup+162.301 s]
/proc/loadavg: 1.03 1.43 1.36 2/65 9371
/proc/meminfo: memFree=1512016/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=14116 CPUtime=162.25
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 3386 0 0 0 16221 4 0 0 25 0 1 120000 1129888392 14454784 3272 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 3529 3272 89 173 0 3354 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14116

[startup+222.302 s]
/proc/loadavg: 1.01 1.35 1.33 2/65 9371
/proc/meminfo: memFree=1510672/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=15436 CPUtime=222.23
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 3726 0 0 0 22219 4 0 0 25 0 1 120000 1129888392 15806464 3612 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 3859 3612 89 173 0 3684 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15436

[startup+282.302 s]
/proc/loadavg: 1.00 1.28 1.31 2/65 9371
/proc/meminfo: memFree=1508560/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=17568 CPUtime=282.22
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 4264 0 0 0 28217 5 0 0 25 0 1 120000 1129888392 17989632 4150 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 4392 4150 89 173 0 4217 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 17568

[startup+342.301 s]
/proc/loadavg: 1.00 1.23 1.29 2/65 9371
/proc/meminfo: memFree=1507664/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=18360 CPUtime=342.21
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 4465 0 0 0 34215 6 0 0 25 0 1 120000 1129888392 18800640 4351 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 4590 4351 89 173 0 4415 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 18360

[startup+402.302 s]
/proc/loadavg: 1.00 1.18 1.27 2/65 9371
/proc/meminfo: memFree=1506384/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=19704 CPUtime=402.19
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 4777 0 0 0 40213 6 0 0 25 0 1 120000 1129888392 20176896 4663 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 4926 4663 89 173 0 4751 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 19704

[startup+462.301 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 9371
/proc/meminfo: memFree=1504656/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=21424 CPUtime=462.18
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 5214 0 0 0 46211 7 0 0 25 0 1 120000 1129888392 21938176 5100 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 5356 5100 89 173 0 5181 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 21424

[startup+522.302 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 9371
/proc/meminfo: memFree=1504272/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=21832 CPUtime=522.16
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 5323 0 0 0 52209 7 0 0 25 0 1 120000 1129888392 22355968 5209 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 5458 5209 89 173 0 5283 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 21832

[startup+582.302 s]
/proc/loadavg: 1.00 1.09 1.21 2/65 9371
/proc/meminfo: memFree=1502672/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=23956 CPUtime=582.15
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 5829 0 0 0 58207 8 0 0 25 0 1 120000 1129888392 24530944 5586 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 5989 5586 89 173 0 5814 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 23956

[startup+642.301 s]
/proc/loadavg: 1.00 1.07 1.20 2/65 9377
/proc/meminfo: memFree=1502160/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=24488 CPUtime=642.14
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 5964 0 0 0 64205 9 0 0 25 0 1 120000 1129888392 25075712 5721 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 6122 5721 89 173 0 5947 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 24488

[startup+702.302 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 9377
/proc/meminfo: memFree=1500496/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=26076 CPUtime=702.11
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 6375 0 0 0 70202 9 0 0 25 0 1 120000 1129888392 26701824 6132 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 6519 6132 89 173 0 6344 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 26076

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 9377
/proc/meminfo: memFree=1500368/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=26236 CPUtime=762.11
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 6407 0 0 0 76201 10 0 0 25 0 1 120000 1129888392 26865664 6164 1992294400 134512640 135224549 4294956208 18446744073709551615 134595331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 6559 6164 89 173 0 6384 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 26236

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 9377
/proc/meminfo: memFree=1498064/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=28516 CPUtime=822.08
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 6982 0 0 0 82198 10 0 0 25 0 1 120000 1129888392 29200384 6739 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 7129 6739 89 173 0 6954 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 28516

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 9377
/proc/meminfo: memFree=1498064/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=28516 CPUtime=882.06
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 6982 0 0 0 88196 10 0 0 25 0 1 120000 1129888392 29200384 6739 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 7129 6739 89 173 0 6954 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 28516

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 9377
/proc/meminfo: memFree=1498000/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=28708 CPUtime=942.06
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 6998 0 0 0 94195 11 0 0 25 0 1 120000 1129888392 29396992 6755 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 7177 6755 89 173 0 7002 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 28708

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 9377
/proc/meminfo: memFree=1495504/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=31100 CPUtime=1002.04
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 7621 0 0 0 100193 11 0 0 25 0 1 120000 1129888392 31846400 7378 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 7775 7378 89 173 0 7600 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 31100

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 9377
/proc/meminfo: memFree=1495504/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=31100 CPUtime=1062.03
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 7621 0 0 0 106191 12 0 0 25 0 1 120000 1129888392 31846400 7378 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 7775 7378 89 173 0 7600 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 31100

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 9377
/proc/meminfo: memFree=1495504/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=31100 CPUtime=1122.01
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 7627 0 0 0 112189 12 0 0 25 0 1 120000 1129888392 31846400 7384 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 7775 7384 89 173 0 7600 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 31100

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 9377
/proc/meminfo: memFree=1495248/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=31424 CPUtime=1181.99
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 7695 0 0 0 118187 12 0 0 25 0 1 120000 1129888392 32178176 7452 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 7856 7452 89 173 0 7681 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 31424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 9377
/proc/meminfo: memFree=1493968/2055920 swapFree=4176708/4192956
[pid=9370] ppid=9368 vsize=32744 CPUtime=1200.1
/proc/9370/stat : 9370 (CirCUs) R 9368 9370 8941 0 -1 4194304 8009 0 0 0 119997 13 0 0 25 0 1 100 1129888392 33529856 7766 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9370/statm: 8186 7766 89 173 0 8011 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 32744

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.11
CPU user time (s): 1199.97
CPU system time (s): 0.138978
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 32744

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

runsolver used 1.12083 second user time and 2.75658 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-01 09:51:03
IDJOB=1524541
IDBENCH=70656
IDSOLVER=544
FILE ID=node51/1524541-1238572263
PBS_JOBID= 9062174
Free space on /tmp= 65256 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/520/unif-k3-r4.25-v520-c2210-S1536609007-088.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524541-1238572263/watcher-1524541-1238572263 -o /tmp/evaluation-result-1524541-1238572263/solver-1524541-1238572263 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524541-1238572263.cnf -t 1200

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

MD5SUM BENCH= 95e50be0ec36bd6dfa5233022c3ad7ac
RANDOM SEED=1078850988

node51.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.234
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.234
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:       1525352 kB
Buffers:         90828 kB
Cached:         341664 kB
SwapCached:      10052 kB
Active:         217740 kB
Inactive:       226280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525352 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:          17184 kB
Slab:            72556 kB
Committed_AS:  3123444 kB
PageTables:       1400 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= 65252 MiB
End job on node51 at 2009-04-01 10:11:06