Trace number 1524082

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.52

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1736471436-014.cnf
MD5SUM88b3ae0f7e2752f0b445f361629fc38e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.5195
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
Number of clauses of size over 50

Solver Data

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

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-1524082-1238363424/watcher-1524082-1238363424 -o /tmp/evaluation-result-1524082-1238363424/solver-1524082-1238363424 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524082-1238363424.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: 2.11 1.89 1.45 3/64 10095
/proc/meminfo: memFree=1793368/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=1512 CPUtime=0
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 169 0 0 0 0 0 0 0 18 0 1 120000 1109008642 1548288 154 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 378 154 70 173 0 203 0

[startup+0.0513601 s]
/proc/loadavg: 2.11 1.89 1.45 3/64 10095
/proc/meminfo: memFree=1793368/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=2572 CPUtime=0.04
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 459 0 0 0 4 0 0 0 18 0 1 120000 1109008642 2633728 443 1992294400 134512640 135224549 4294956208 18446744073709551615 134570654 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 643 443 74 173 0 468 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2572

[startup+0.101368 s]
/proc/loadavg: 2.11 1.89 1.45 3/64 10095
/proc/meminfo: memFree=1793368/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=2836 CPUtime=0.09
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 523 0 0 0 9 0 0 0 18 0 1 120000 1109008642 2904064 507 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 709 507 90 173 0 534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2836

[startup+0.301403 s]
/proc/loadavg: 2.11 1.89 1.45 3/64 10095
/proc/meminfo: memFree=1793368/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=3760 CPUtime=0.29
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 778 0 0 0 29 0 0 0 19 0 1 120000 1109008642 3850240 762 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 940 762 90 173 0 765 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3760

[startup+0.701476 s]
/proc/loadavg: 2.11 1.89 1.45 3/64 10095
/proc/meminfo: memFree=1793368/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=5084 CPUtime=0.69
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 1077 0 0 0 69 0 0 0 22 0 1 120000 1109008642 5206016 1061 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 1271 1061 90 173 0 1096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5084

[startup+1.50162 s]
/proc/loadavg: 2.11 1.89 1.45 2/65 10096
/proc/meminfo: memFree=1789264/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=5612 CPUtime=1.49
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 1223 0 0 0 149 0 0 0 25 0 1 120000 1109008642 5746688 1207 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 1403 1207 90 173 0 1228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5612

[startup+3.10191 s]
/proc/loadavg: 2.02 1.88 1.44 2/65 10096
/proc/meminfo: memFree=1788176/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=6692 CPUtime=3.09
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 1482 0 0 0 308 1 0 0 25 0 1 120000 1109008642 6852608 1466 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 1673 1466 90 173 0 1498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6692

[startup+6.30148 s]
/proc/loadavg: 2.02 1.88 1.44 2/65 10096
/proc/meminfo: memFree=1786000/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=8672 CPUtime=6.29
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 2004 0 0 0 628 1 0 0 25 0 1 120000 1109008642 8880128 1988 1992294400 134512640 135224549 4294956208 18446744073709551615 134632731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 2168 1988 90 173 0 1993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8672

[startup+12.7016 s]
/proc/loadavg: 1.86 1.85 1.44 2/65 10096
/proc/meminfo: memFree=1782672/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=12236 CPUtime=12.69
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 2880 0 0 0 1267 2 0 0 25 0 1 120000 1109008642 12529664 2864 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 3059 2864 90 173 0 2884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12236

[startup+25.5019 s]
/proc/loadavg: 1.73 1.82 1.43 2/65 10096
/proc/meminfo: memFree=1777680/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=16592 CPUtime=25.48
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 3957 0 0 0 2546 2 0 0 25 0 1 120000 1109008642 16990208 3941 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 4148 3941 90 173 0 3973 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16592

[startup+51.1015 s]
/proc/loadavg: 1.48 1.75 1.42 2/65 10096
/proc/meminfo: memFree=1771280/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=23056 CPUtime=51.07
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 5585 0 0 0 5103 4 0 0 25 0 1 120000 1109008642 23609344 5536 1992294400 134512640 135224549 4294956208 18446744073709551615 134632563 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 5764 5536 90 173 0 5589 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23056

[startup+102.306 s]
/proc/loadavg: 1.19 1.62 1.39 2/65 10096
/proc/meminfo: memFree=1762192/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=32032 CPUtime=102.26
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 7861 0 0 0 10219 7 0 0 25 0 1 120000 1109008642 32800768 7812 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 8008 7812 90 173 0 7833 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32032

[startup+162.302 s]
/proc/loadavg: 1.07 1.52 1.37 2/65 10096
/proc/meminfo: memFree=1752784/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=41924 CPUtime=162.24
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 10366 0 0 0 16213 11 0 0 25 0 1 120000 1109008642 42930176 10252 1992294400 134512640 135224549 4294956208 18446744073709551615 134619519 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 10481 10252 90 173 0 10306 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41924

[startup+222.301 s]
/proc/loadavg: 1.02 1.41 1.34 2/65 10096
/proc/meminfo: memFree=1747920/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=46412 CPUtime=222.22
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 11471 0 0 0 22209 13 0 0 25 0 1 120000 1109008642 47525888 11357 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 11603 11357 90 173 0 11428 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 46412

[startup+282.302 s]
/proc/loadavg: 1.01 1.34 1.32 2/65 10096
/proc/meminfo: memFree=1741136/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=53540 CPUtime=282.19
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 13288 0 0 0 28204 15 0 0 25 0 1 120000 1109008642 54824960 13174 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 13385 13174 90 173 0 13210 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 53540

[startup+342.302 s]
/proc/loadavg: 1.00 1.27 1.29 2/65 10096
/proc/meminfo: memFree=1735248/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=59084 CPUtime=342.17
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 14672 0 0 0 34200 17 0 0 25 0 1 120000 1109008642 60502016 14558 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 14771 14558 90 173 0 14596 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 59084

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.27 2/65 10096
/proc/meminfo: memFree=1734800/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=59612 CPUtime=402.15
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 14812 0 0 0 40198 17 0 0 25 0 1 120000 1109008642 61042688 14698 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 14903 14698 90 173 0 14728 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 59612

[startup+462.301 s]
/proc/loadavg: 1.00 1.18 1.25 2/65 10096
/proc/meminfo: memFree=1728848/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=65288 CPUtime=462.13
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 16227 0 0 0 46194 19 0 0 25 0 1 120000 1109008642 66854912 16113 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 16322 16113 90 173 0 16147 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 65288

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.24 2/65 10096
/proc/meminfo: memFree=1722000/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=72532 CPUtime=522.11
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 18059 0 0 0 52190 21 0 0 25 0 1 120000 1109008642 74272768 17816 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 18133 17816 90 173 0 17958 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 72532

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 10096
/proc/meminfo: memFree=1722000/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=72532 CPUtime=582.09
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 18059 0 0 0 58188 21 0 0 25 0 1 120000 1109008642 74272768 17816 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 18133 17816 90 173 0 17958 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 72532

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.20 2/65 10102
/proc/meminfo: memFree=1715088/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=79132 CPUtime=642.06
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 19716 0 0 0 64183 23 0 0 25 0 1 120000 1109008642 81031168 19473 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 19783 19473 90 173 0 19608 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 79132

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 10102
/proc/meminfo: memFree=1715088/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=79132 CPUtime=702.04
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 19716 0 0 0 70180 24 0 0 25 0 1 120000 1109008642 81031168 19473 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 19783 19473 90 173 0 19608 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 79132

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.17 2/65 10102
/proc/meminfo: memFree=1707600/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=86664 CPUtime=762.02
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 21625 0 0 0 76176 26 0 0 25 0 1 120000 1109008642 88743936 21382 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 21666 21382 90 173 0 21491 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 86664

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 10102
/proc/meminfo: memFree=1707536/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=86664 CPUtime=821.99
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 21625 0 0 0 82173 26 0 0 25 0 1 120000 1109008642 88743936 21382 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 21666 21382 90 173 0 21491 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 86664

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 10102
/proc/meminfo: memFree=1700432/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=93796 CPUtime=881.97
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 23416 0 0 0 88169 28 0 0 25 0 1 120000 1109008642 96047104 23173 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 23449 23173 90 173 0 23274 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 93796

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 10102
/proc/meminfo: memFree=1699216/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=94868 CPUtime=941.95
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 23690 0 0 0 94167 28 0 0 25 0 1 120000 1109008642 97144832 23447 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 23717 23447 90 173 0 23542 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 94868

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 10102
/proc/meminfo: memFree=1699344/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=94868 CPUtime=1001.93
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 23690 0 0 0 100164 29 0 0 25 0 1 120000 1109008642 97144832 23447 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 23717 23447 90 173 0 23542 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 94868

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 10102
/proc/meminfo: memFree=1693264/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=101076 CPUtime=1061.91
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 25267 0 0 0 106161 30 0 0 25 0 1 120000 1109008642 103501824 25024 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 25269 25024 90 173 0 25094 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 101076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 10102
/proc/meminfo: memFree=1690704/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=103460 CPUtime=1121.89
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 25840 0 0 0 112158 31 0 0 25 0 1 120000 1109008642 105943040 25597 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 25865 25597 90 173 0 25690 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 103460

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10102
/proc/meminfo: memFree=1690704/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=103460 CPUtime=1181.86
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 25840 0 0 0 118155 31 0 0 25 0 1 120000 1109008642 105943040 25597 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 25865 25597 90 173 0 25690 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 103460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10102
/proc/meminfo: memFree=1690640/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=103460 CPUtime=1200.06
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 25840 0 0 0 119975 31 0 0 25 0 1 100 1109008642 105943040 25597 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 25865 25597 90 173 0 25690 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 103460

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.00 1.00 1.09 2/65 10102
/proc/meminfo: memFree=1690640/2055920 swapFree=4178768/4192956
[pid=10095] ppid=10093 vsize=103460 CPUtime=1200.06
/proc/10095/stat : 10095 (CirCUs) R 10093 10095 9734 0 -1 4194304 25840 0 0 0 119975 31 0 0 25 0 1 100 1109008642 105943040 25597 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10095/statm: 25865 25597 90 173 0 25690 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 103460

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1199.75
CPU system time (s): 0.334949
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 103460

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

runsolver used 0.935857 second user time and 2.52362 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-29 23:50:24
IDJOB=1524082
IDBENCH=70197
IDSOLVER=544
FILE ID=node12/1524082-1238363424
PBS_JOBID= 9061216
Free space on /tmp= 65380 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1736471436-014.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524082-1238363424/watcher-1524082-1238363424 -o /tmp/evaluation-result-1524082-1238363424/solver-1524082-1238363424 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524082-1238363424.cnf -t 1200

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

MD5SUM BENCH= 88b3ae0f7e2752f0b445f361629fc38e
RANDOM SEED=2072827299

node12.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.266
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.266
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:       1793784 kB
Buffers:         53120 kB
Cached:         134308 kB
SwapCached:       7936 kB
Active:         104364 kB
Inactive:        92400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793784 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          15016 kB
Slab:            51408 kB
Committed_AS:  2993304 kB
PageTables:       1380 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= 65380 MiB
End job on node12 at 2009-03-30 00:10:26