Trace number 1524552

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/420/
unif-k3-r4.25-v420-c1785-S180439591-093.cnf
MD5SUM69b9fd52ab448c99d778e33811fd6518
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of clauses1785
Sum of the clauses size5355
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31785
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-1524552-1238574829/watcher-1524552-1238574829 -o /tmp/evaluation-result-1524552-1238574829/solver-1524552-1238574829 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524552-1238574829.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.92 1.09 1.40 3/68 23524
/proc/meminfo: memFree=1513440/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=1308 CPUtime=0
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 166 0 0 0 0 0 0 0 18 0 1 120000 1130144543 1339392 150 1992294400 134512640 135224549 4294956224 18446744073709551615 134595342 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 327 150 89 173 0 152 0

[startup+0.0378119 s]
/proc/loadavg: 0.92 1.09 1.40 3/68 23524
/proc/meminfo: memFree=1513440/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=1440 CPUtime=0.03
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 201 0 0 0 3 0 0 0 18 0 1 120000 1130144543 1474560 185 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 360 185 89 173 0 185 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1440

[startup+0.101804 s]
/proc/loadavg: 0.92 1.09 1.40 3/68 23524
/proc/meminfo: memFree=1513440/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=1572 CPUtime=0.09
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 232 0 0 0 9 0 0 0 18 0 1 120000 1130144543 1609728 216 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 393 216 89 173 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1572

[startup+0.301825 s]
/proc/loadavg: 0.92 1.09 1.40 3/68 23524
/proc/meminfo: memFree=1513440/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=1836 CPUtime=0.29
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 278 0 0 0 29 0 0 0 19 0 1 120000 1130144543 1880064 262 1992294400 134512640 135224549 4294956224 18446744073709551615 134587956 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 459 262 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701864 s]
/proc/loadavg: 0.92 1.09 1.40 3/68 23524
/proc/meminfo: memFree=1513440/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=1968 CPUtime=0.69
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 337 0 0 0 69 0 0 0 23 0 1 120000 1130144543 2015232 321 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 492 321 89 173 0 317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1968

[startup+1.50194 s]
/proc/loadavg: 0.92 1.09 1.40 2/69 23525
/proc/meminfo: memFree=1512344/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=2364 CPUtime=1.49
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 422 0 0 0 149 0 0 0 25 0 1 120000 1130144543 2420736 406 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 591 406 89 173 0 416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2364

[startup+3.1011 s]
/proc/loadavg: 0.92 1.09 1.40 2/69 23525
/proc/meminfo: memFree=1511768/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=3028 CPUtime=3.09
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 581 0 0 0 309 0 0 0 25 0 1 120000 1130144543 3100672 565 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 757 565 89 173 0 582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3028

[startup+6.30142 s]
/proc/loadavg: 0.93 1.09 1.39 2/69 23525
/proc/meminfo: memFree=1510744/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=3824 CPUtime=6.29
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 799 0 0 0 628 1 0 0 25 0 1 120000 1130144543 3915776 783 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 956 783 89 173 0 781 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3824

[startup+12.701 s]
/proc/loadavg: 0.93 1.09 1.39 2/69 23525
/proc/meminfo: memFree=1509552/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=5024 CPUtime=12.69
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 1091 0 0 0 1268 1 0 0 25 0 1 120000 1130144543 5144576 1075 1992294400 134512640 135224549 4294956224 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 1256 1075 89 173 0 1081 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5024

[startup+25.5013 s]
/proc/loadavg: 0.95 1.08 1.38 2/69 23525
/proc/meminfo: memFree=1508144/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=6360 CPUtime=25.49
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 1404 0 0 0 2547 2 0 0 25 0 1 120000 1130144543 6512640 1388 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 1590 1388 89 173 0 1415 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6360

[startup+51.1019 s]
/proc/loadavg: 0.96 1.08 1.37 2/69 23525
/proc/meminfo: memFree=1506160/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=8468 CPUtime=51.08
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 1961 0 0 0 5105 3 0 0 25 0 1 120000 1130144543 8671232 1912 1992294400 134512640 135224549 4294956224 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 2117 1912 89 173 0 1942 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8468

[startup+102.306 s]
/proc/loadavg: 0.98 1.06 1.35 2/69 23525
/proc/meminfo: memFree=1504048/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=10592 CPUtime=102.26
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 2488 0 0 0 10223 3 0 0 25 0 1 120000 1130144543 10846208 2439 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 2648 2439 89 173 0 2473 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10592

[startup+162.302 s]
/proc/loadavg: 0.99 1.05 1.33 2/69 23525
/proc/meminfo: memFree=1502000/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=12912 CPUtime=162.25
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 3064 0 0 0 16220 5 0 0 25 0 1 120000 1130144543 13221888 2950 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 3228 2950 89 173 0 3053 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12912

[startup+222.302 s]
/proc/loadavg: 0.99 1.04 1.30 2/69 23525
/proc/meminfo: memFree=1500272/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=14664 CPUtime=222.23
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 3487 0 0 0 22218 5 0 0 25 0 1 120000 1130144543 15015936 3373 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 3666 3373 89 173 0 3491 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 14664

[startup+282.302 s]
/proc/loadavg: 0.99 1.03 1.28 2/69 23525
/proc/meminfo: memFree=1498480/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=16408 CPUtime=282.21
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 3918 0 0 0 28215 6 0 0 25 0 1 120000 1130144543 16801792 3804 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 4102 3804 89 173 0 3927 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16408

[startup+342.302 s]
/proc/loadavg: 0.99 1.02 1.26 2/69 23525
/proc/meminfo: memFree=1497456/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=17524 CPUtime=342.19
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 4191 0 0 0 34213 6 0 0 25 0 1 120000 1130144543 17944576 4077 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 4381 4077 89 173 0 4206 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 17524

[startup+402.302 s]
/proc/loadavg: 0.99 1.02 1.24 2/69 23525
/proc/meminfo: memFree=1497072/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=17928 CPUtime=402.17
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 4267 0 0 0 40211 6 0 0 25 0 1 120000 1130144543 18358272 4153 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 4482 4153 89 173 0 4307 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 17928

[startup+462.302 s]
/proc/loadavg: 0.99 1.01 1.23 2/69 23525
/proc/meminfo: memFree=1495664/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=19404 CPUtime=462.16
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 4641 0 0 0 46209 7 0 0 25 0 1 120000 1130144543 19869696 4527 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 4851 4527 89 173 0 4676 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 19404

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.21 2/69 23525
/proc/meminfo: memFree=1494384/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=20792 CPUtime=522.15
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 4993 0 0 0 52207 8 0 0 25 0 1 120000 1130144543 21291008 4879 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 5198 4879 89 173 0 5023 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 20792

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.19 2/69 23527
/proc/meminfo: memFree=1493808/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=21700 CPUtime=582.13
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 5230 0 0 0 58205 8 0 0 25 0 1 120000 1130144543 22220800 4987 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 5425 4987 89 173 0 5250 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21700

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.18 2/69 23527
/proc/meminfo: memFree=1492912/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=22624 CPUtime=642.11
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 5450 0 0 0 64203 8 0 0 25 0 1 120000 1130144543 23166976 5207 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 5656 5207 89 173 0 5481 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22624

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 1.16 2/69 23527
/proc/meminfo: memFree=1492144/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=23540 CPUtime=702.1
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 5657 0 0 0 70201 9 0 0 25 0 1 120000 1130144543 24104960 5414 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 5885 5414 89 173 0 5710 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 23540

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 1.15 2/69 23527
/proc/meminfo: memFree=1492016/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=23680 CPUtime=762.09
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 5683 0 0 0 76200 9 0 0 25 0 1 120000 1130144543 24248320 5440 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 5920 5440 89 173 0 5745 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 23680

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.14 2/69 23527
/proc/meminfo: memFree=1489968/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=25532 CPUtime=822.07
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 6191 0 0 0 82197 10 0 0 25 0 1 120000 1130144543 26144768 5948 1992294400 134512640 135224549 4294956224 18446744073709551615 134595379 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 6383 5948 89 173 0 6208 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 25532

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.13 2/69 23527
/proc/meminfo: memFree=1489840/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=25712 CPUtime=882.05
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 6218 0 0 0 88195 10 0 0 25 0 1 120000 1130144543 26329088 5975 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 6428 5975 89 173 0 6253 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 25712

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.12 2/69 23527
/proc/meminfo: memFree=1489456/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=26160 CPUtime=942.03
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 6316 0 0 0 94193 10 0 0 25 0 1 120000 1130144543 26787840 6073 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 6540 6073 89 173 0 6365 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 26160

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.11 2/69 23527
/proc/meminfo: memFree=1487536/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=27912 CPUtime=1002.01
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 6793 0 0 0 100190 11 0 0 25 0 1 120000 1130144543 28581888 6550 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 6978 6550 89 173 0 6803 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 27912

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.09 2/69 23527
/proc/meminfo: memFree=1487536/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=28068 CPUtime=1062
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 6799 0 0 0 106189 11 0 0 25 0 1 120000 1130144543 28741632 6556 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 7017 6556 89 173 0 6842 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 28068

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.09 2/69 23527
/proc/meminfo: memFree=1487408/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=28228 CPUtime=1121.98
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 6830 0 0 0 112187 11 0 0 25 0 1 120000 1130144543 28905472 6587 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 7057 6587 89 173 0 6882 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 28228

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.08 2/69 23527
/proc/meminfo: memFree=1485296/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=30324 CPUtime=1181.96
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 7374 0 0 0 118184 12 0 0 25 0 1 120000 1130144543 31051776 7131 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 7581 7131 89 173 0 7406 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 30324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 1.08 2/69 23527
/proc/meminfo: memFree=1485040/2055920 swapFree=4175244/4192956
[pid=23524] ppid=23522 vsize=30604 CPUtime=1200.06
/proc/23524/stat : 23524 (CirCUs) R 23522 23524 23188 0 -1 4194304 7419 0 0 0 119994 12 0 0 25 0 1 100 1130144543 31338496 7176 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23524/statm: 7651 7176 89 173 0 7476 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 30604

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.08
CPU user time (s): 1199.94
CPU system time (s): 0.134979
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 30604

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

runsolver used 1.09083 second user time and 3.2865 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-01 10:33:50
IDJOB=1524552
IDBENCH=70667
IDSOLVER=544
FILE ID=node60/1524552-1238574829
PBS_JOBID= 9062201
Free space on /tmp= 66548 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/420/unif-k3-r4.25-v420-c1785-S180439591-093.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524552-1238574829/watcher-1524552-1238574829 -o /tmp/evaluation-result-1524552-1238574829/solver-1524552-1238574829 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524552-1238574829.cnf -t 1200

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

MD5SUM BENCH= 69b9fd52ab448c99d778e33811fd6518
RANDOM SEED=2003808246

node60.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.202
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.202
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:       1513920 kB
Buffers:         96400 kB
Cached:         352172 kB
SwapCached:      11040 kB
Active:         218620 kB
Inactive:       243080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513920 kB
SwapTotal:     4192956 kB
SwapFree:      4175244 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          18440 kB
Slab:            65864 kB
Committed_AS:  3432108 kB
PageTables:       1712 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= 66548 MiB
End job on node60 at 2009-04-01 10:53:52