Trace number 1524484

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.09 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/540/
unif-k3-r4.25-v540-c2295-S638051453-097.cnf
MD5SUMf703653b42bdd3cc2ad2ea17949e8d3f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses2295
Sum of the clauses size6885
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32295
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-1524484-1238537588/watcher-1524484-1238537588 -o /tmp/evaluation-result-1524484-1238537588/solver-1524484-1238537588 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524484-1238537588.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.98 1.00 3/64 13824
/proc/meminfo: memFree=1632312/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=1308 CPUtime=0
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 177 0 0 0 0 0 0 0 18 0 1 120000 1126421349 1339392 161 1992294400 134512640 135224549 4294956208 18446744073709551615 134524224 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 327 161 89 173 0 152 0

[startup+0.035277 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 13824
/proc/meminfo: memFree=1632312/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=1572 CPUtime=0.03
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 217 0 0 0 3 0 0 0 18 0 1 120000 1126421349 1609728 201 1992294400 134512640 135224549 4294956208 18446744073709551615 134595398 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 393 201 89 173 0 218 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1572

[startup+0.101289 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 13824
/proc/meminfo: memFree=1632312/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=1704 CPUtime=0.09
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 254 0 0 0 9 0 0 0 18 0 1 120000 1126421349 1744896 238 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 426 238 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.301328 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 13824
/proc/meminfo: memFree=1632312/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=1836 CPUtime=0.29
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 303 0 0 0 29 0 0 0 19 0 1 120000 1126421349 1880064 287 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 459 287 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701407 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 13824
/proc/meminfo: memFree=1632312/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=2232 CPUtime=0.69
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 378 0 0 0 69 0 0 0 23 0 1 120000 1126421349 2285568 362 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 558 362 89 173 0 383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2232

[startup+1.50156 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13825
/proc/meminfo: memFree=1631088/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=2496 CPUtime=1.49
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 467 0 0 0 149 0 0 0 25 0 1 120000 1126421349 2555904 451 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 624 451 89 173 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10188 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13825
/proc/meminfo: memFree=1630448/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=3208 CPUtime=3.09
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 620 0 0 0 309 0 0 0 25 0 1 120000 1126421349 3284992 604 1992294400 134512640 135224549 4294956208 18446744073709551615 134632723 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 802 604 89 173 0 627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3208

[startup+6.30151 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13825
/proc/meminfo: memFree=1629304/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=4132 CPUtime=6.29
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 875 0 0 0 629 0 0 0 25 0 1 120000 1126421349 4231168 859 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 1033 859 89 173 0 858 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4132

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13825
/proc/meminfo: memFree=1627768/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=5584 CPUtime=12.69
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 1205 0 0 0 1268 1 0 0 25 0 1 120000 1126421349 5718016 1189 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 1396 1189 89 173 0 1221 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5584

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 13825
/proc/meminfo: memFree=1625976/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=7296 CPUtime=25.49
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 1676 0 0 0 2547 2 0 0 25 0 1 120000 1126421349 7471104 1627 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 1824 1627 89 173 0 1649 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7296

[startup+51.1013 s]
/proc/loadavg: 1.20 1.03 1.01 2/65 13825
/proc/meminfo: memFree=1623928/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=9276 CPUtime=51.08
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 2156 0 0 0 5106 2 0 0 25 0 1 120000 1126421349 9498624 2107 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 2319 2107 89 173 0 2144 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9276

[startup+102.305 s]
/proc/loadavg: 1.18 1.06 1.02 2/65 13825
/proc/meminfo: memFree=1621560/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=11652 CPUtime=102.26
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 2764 0 0 0 10223 3 0 0 25 0 1 120000 1126421349 11931648 2715 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 2913 2715 89 173 0 2738 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11652

[startup+162.301 s]
/proc/loadavg: 1.12 1.06 1.02 2/65 13825
/proc/meminfo: memFree=1619512/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=13888 CPUtime=162.23
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 3334 0 0 0 16220 3 0 0 25 0 1 120000 1126421349 14221312 3220 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 3472 3220 89 173 0 3297 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13888

[startup+222.301 s]
/proc/loadavg: 1.09 1.06 1.02 2/65 13825
/proc/meminfo: memFree=1616824/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=16528 CPUtime=222.21
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 3997 0 0 0 22217 4 0 0 25 0 1 120000 1126421349 16924672 3883 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 4132 3883 89 173 0 3957 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 16528

[startup+282.302 s]
/proc/loadavg: 1.08 1.06 1.02 2/65 13825
/proc/meminfo: memFree=1615480/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=17748 CPUtime=282.19
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 4324 0 0 0 28215 4 0 0 25 0 1 120000 1126421349 18173952 4210 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 4437 4210 89 173 0 4262 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 17748

[startup+342.302 s]
/proc/loadavg: 1.07 1.06 1.02 2/65 13825
/proc/meminfo: memFree=1613688/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=19492 CPUtime=342.17
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 4755 0 0 0 34213 4 0 0 25 0 1 120000 1126421349 19959808 4641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 4873 4641 89 173 0 4698 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 19492

[startup+402.302 s]
/proc/loadavg: 1.20 1.11 1.03 2/65 13825
/proc/meminfo: memFree=1613432/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=19888 CPUtime=402.15
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 4841 0 0 0 40210 5 0 0 25 0 1 120000 1126421349 20365312 4727 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 4972 4727 89 173 0 4797 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 19888

[startup+462.301 s]
/proc/loadavg: 1.11 1.10 1.03 2/65 13825
/proc/meminfo: memFree=1612216/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=21124 CPUtime=462.13
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 5145 0 0 0 46208 5 0 0 25 0 1 120000 1126421349 21630976 5031 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 5281 5031 89 173 0 5106 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 21124

[startup+522.301 s]
/proc/loadavg: 1.15 1.11 1.04 2/65 13825
/proc/meminfo: memFree=1610360/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=23396 CPUtime=522.1
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 5736 0 0 0 52205 5 0 0 25 0 1 120000 1126421349 23957504 5493 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 5849 5493 89 173 0 5674 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 23396

[startup+582.302 s]
/proc/loadavg: 1.13 1.10 1.04 2/65 13825
/proc/meminfo: memFree=1610296/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=23532 CPUtime=582.08
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 5765 0 0 0 58203 5 0 0 25 0 1 120000 1126421349 24096768 5522 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 5883 5522 89 173 0 5708 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 23532

[startup+642.302 s]
/proc/loadavg: 1.11 1.10 1.04 2/65 13825
/proc/meminfo: memFree=1608120/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=25628 CPUtime=642.07
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 6289 0 0 0 64201 6 0 0 25 0 1 120000 1126421349 26243072 6046 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 6407 6046 89 173 0 6232 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 25628

[startup+702.302 s]
/proc/loadavg: 1.23 1.12 1.05 2/65 13825
/proc/meminfo: memFree=1608184/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=25628 CPUtime=702.05
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 6291 0 0 0 70199 6 0 0 25 0 1 120000 1126421349 26243072 6048 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 6407 6048 89 173 0 6232 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 25628

[startup+762.305 s]
/proc/loadavg: 1.14 1.11 1.05 2/65 13825
/proc/meminfo: memFree=1605816/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=27908 CPUtime=762.03
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 6876 0 0 0 76196 7 0 0 25 0 1 120000 1126421349 28577792 6633 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 6977 6633 89 173 0 6802 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 27908

[startup+822.302 s]
/proc/loadavg: 1.10 1.11 1.05 2/65 13825
/proc/meminfo: memFree=1605688/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=28044 CPUtime=822.01
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 6909 0 0 0 82194 7 0 0 25 0 1 120000 1126421349 28717056 6666 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 7011 6666 89 173 0 6836 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 28044

[startup+882.301 s]
/proc/loadavg: 1.08 1.10 1.05 2/65 13825
/proc/meminfo: memFree=1605624/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=28192 CPUtime=881.98
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 6928 0 0 0 88191 7 0 0 25 0 1 120000 1126421349 28868608 6685 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 7048 6685 89 173 0 6873 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 28192

[startup+942.302 s]
/proc/loadavg: 1.07 1.09 1.04 2/65 13825
/proc/meminfo: memFree=1603448/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=30360 CPUtime=941.96
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 7455 0 0 0 94189 7 0 0 25 0 1 120000 1126421349 31088640 7212 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 7590 7212 89 173 0 7415 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 30360

[startup+1002.3 s]
/proc/loadavg: 1.15 1.10 1.05 2/65 13825
/proc/meminfo: memFree=1603512/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=30360 CPUtime=1001.94
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 7455 0 0 0 100187 7 0 0 25 0 1 120000 1126421349 31088640 7212 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 7590 7212 89 173 0 7415 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 30360

[startup+1062.3 s]
/proc/loadavg: 1.16 1.12 1.06 2/65 13825
/proc/meminfo: memFree=1603448/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=30508 CPUtime=1061.92
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 7467 0 0 0 106185 7 0 0 25 0 1 120000 1126421349 31240192 7224 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 7627 7224 89 173 0 7452 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 30508

[startup+1122.3 s]
/proc/loadavg: 1.09 1.11 1.06 2/65 13825
/proc/meminfo: memFree=1602232/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=31620 CPUtime=1121.9
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 7766 0 0 0 112183 7 0 0 25 0 1 120000 1126421349 32378880 7523 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 7905 7523 89 173 0 7730 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 31620

[startup+1182.3 s]
/proc/loadavg: 1.14 1.12 1.06 2/65 13825
/proc/meminfo: memFree=1600632/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=33292 CPUtime=1181.88
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 8161 0 0 0 118180 8 0 0 25 0 1 120000 1126421349 34091008 7918 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 8323 7918 89 173 0 8148 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 33292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.10 1.11 1.06 2/65 13825
/proc/meminfo: memFree=1600632/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=33292 CPUtime=1200.08
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 8162 0 0 0 120000 8 0 0 25 0 1 100 1126421349 34091008 7919 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 8323 7919 89 173 0 8148 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 33292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.10 1.11 1.06 2/65 13825
/proc/meminfo: memFree=1600632/2055920 swapFree=4176304/4192956
[pid=13824] ppid=13822 vsize=33292 CPUtime=1200.08
/proc/13824/stat : 13824 (CirCUs) R 13822 13824 13498 0 -1 4194304 8162 0 0 0 120000 8 0 0 25 0 1 100 1126421349 34091008 7919 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13824/statm: 8323 7919 89 173 0 8148 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 33292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1200.01
CPU system time (s): 0.086986
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 33292

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

runsolver used 0.958854 second user time and 2.58461 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-01 00:13:08
IDJOB=1524484
IDBENCH=70599
IDSOLVER=544
FILE ID=node53/1524484-1238537588
PBS_JOBID= 9062053
Free space on /tmp= 66040 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/540/unif-k3-r4.25-v540-c2295-S638051453-097.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524484-1238537588/watcher-1524484-1238537588 -o /tmp/evaluation-result-1524484-1238537588/solver-1524484-1238537588 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524484-1238537588.cnf -t 1200

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

MD5SUM BENCH= f703653b42bdd3cc2ad2ea17949e8d3f
RANDOM SEED=1685063195

node53.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.264
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.264
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1632728 kB
Buffers:         83788 kB
Cached:         246488 kB
SwapCached:      10540 kB
Active:         184484 kB
Inactive:       157888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632728 kB
SwapTotal:     4192956 kB
SwapFree:      4176304 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          17820 kB
Slab:            66800 kB
Committed_AS:  2596588 kB
PageTables:       1384 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= 66040 MiB
End job on node53 at 2009-04-01 00:33:11