Trace number 1524405

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.06 1199.91

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S445910413-047.cnf
MD5SUM94792c8e1ea4b54b79fb0ca4e6f889a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3088
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55785

Solver Data

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

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-1524405-1238479828/watcher-1524405-1238479828 -o /tmp/evaluation-result-1524405-1238479828/solver-1524405-1238479828 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524405-1238479828.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.84 0.95 0.98 2/64 29773
/proc/meminfo: memFree=1685056/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=1444 CPUtime=0
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 120000 1120649260 1478656 138 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 361 138 70 173 0 186 0

[startup+0.0444439 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 29773
/proc/meminfo: memFree=1685056/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=1836 CPUtime=0.04
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 270 0 0 0 4 0 0 0 18 0 1 120000 1120649260 1880064 254 1992294400 134512640 135224549 4294956224 18446744073709551615 134570723 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 459 254 74 173 0 284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1836

[startup+0.101426 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 29773
/proc/meminfo: memFree=1685056/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=1968 CPUtime=0.09
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 318 0 0 0 9 0 0 0 18 0 1 120000 1120649260 2015232 302 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 492 302 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.30137 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 29773
/proc/meminfo: memFree=1685056/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=2100 CPUtime=0.29
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 365 0 0 0 29 0 0 0 19 0 1 120000 1120649260 2150400 349 1992294400 134512640 135224549 4294956224 18446744073709551615 134619667 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 525 349 90 173 0 350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2100

[startup+0.701258 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 29773
/proc/meminfo: memFree=1685056/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=2364 CPUtime=0.69
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 415 0 0 0 69 0 0 0 23 0 1 120000 1120649260 2420736 399 1992294400 134512640 135224549 4294956224 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 591 399 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50203 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 29774
/proc/meminfo: memFree=1683640/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=2768 CPUtime=1.49
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 517 0 0 0 149 0 0 0 25 0 1 120000 1120649260 2834432 501 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 692 501 90 173 0 517 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2768

[startup+3.10158 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 29774
/proc/meminfo: memFree=1682936/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=3440 CPUtime=3.09
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 677 0 0 0 309 0 0 0 25 0 1 120000 1120649260 3522560 661 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 860 661 90 173 0 685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3440

[startup+6.30169 s]
/proc/loadavg: 0.86 0.95 0.98 2/65 29774
/proc/meminfo: memFree=1681912/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=4364 CPUtime=6.29
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 903 0 0 0 629 0 0 0 25 0 1 120000 1120649260 4468736 887 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 1091 887 90 173 0 916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4364

[startup+12.7019 s]
/proc/loadavg: 0.87 0.95 0.98 2/65 29774
/proc/meminfo: memFree=1680632/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=5560 CPUtime=12.69
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 1198 0 0 0 1269 0 0 0 25 0 1 120000 1120649260 5693440 1182 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 1390 1182 90 173 0 1215 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5560

[startup+25.5013 s]
/proc/loadavg: 0.90 0.96 0.98 2/65 29774
/proc/meminfo: memFree=1679224/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=6632 CPUtime=25.5
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 1480 0 0 0 2549 1 0 0 25 0 1 120000 1120649260 6791168 1464 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 1658 1464 90 173 0 1483 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 6632

[startup+51.1011 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 29774
/proc/meminfo: memFree=1677432/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=8800 CPUtime=51.09
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 1962 0 0 0 5108 1 0 0 25 0 1 120000 1120649260 9011200 1946 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 2200 1946 90 173 0 2025 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8800

[startup+102.306 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 29774
/proc/meminfo: memFree=1675000/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=11232 CPUtime=102.31
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 2544 0 0 0 10229 2 0 0 25 0 1 120000 1120649260 11501568 2528 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 2808 2528 90 173 0 2633 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 11232

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29774
/proc/meminfo: memFree=1673272/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=13104 CPUtime=162.32
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 3024 0 0 0 16229 3 0 0 25 0 1 120000 1120649260 13418496 2943 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 3276 2943 90 173 0 3101 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 13104

[startup+222.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 29774
/proc/meminfo: memFree=1671800/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=14672 CPUtime=222.32
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 3393 0 0 0 22229 3 0 0 25 0 1 120000 1120649260 15024128 3312 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 3668 3312 90 173 0 3493 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 14672

[startup+282.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 29774
/proc/meminfo: memFree=1670456/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=16296 CPUtime=282.33
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 3757 0 0 0 28229 4 0 0 25 0 1 120000 1120649260 16687104 3676 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 4074 3676 90 173 0 3899 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 16296

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29774
/proc/meminfo: memFree=1669432/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=17316 CPUtime=342.33
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 3989 0 0 0 34229 4 0 0 25 0 1 120000 1120649260 17731584 3908 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 4329 3908 90 173 0 4154 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 17316

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1668152/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=18520 CPUtime=402.34
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 4287 0 0 0 40230 4 0 0 25 0 1 120000 1120649260 18964480 4206 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 4630 4206 90 173 0 4455 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 18520

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1666936/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=19768 CPUtime=462.34
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 4608 0 0 0 46230 4 0 0 25 0 1 120000 1120649260 20242432 4527 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 4942 4527 90 173 0 4767 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 19768

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1666744/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=19932 CPUtime=522.35
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 4652 0 0 0 52231 4 0 0 25 0 1 120000 1120649260 20410368 4571 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 4983 4571 90 173 0 4808 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 19932

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1665080/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=21588 CPUtime=582.36
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 5056 0 0 0 58231 5 0 0 25 0 1 120000 1120649260 22106112 4975 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 5397 4975 90 173 0 5222 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 21588

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1664824/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=21972 CPUtime=642.38
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 5131 0 0 0 64233 5 0 0 25 0 1 120000 1120649260 22499328 5050 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 5493 5050 90 173 0 5318 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 21972

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1663352/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=24032 CPUtime=702.37
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 5630 0 0 0 70232 5 0 0 25 0 1 120000 1120649260 24608768 5420 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 6008 5420 90 173 0 5833 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 24032

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1663160/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=24192 CPUtime=762.39
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 5672 0 0 0 76233 6 0 0 25 0 1 120000 1120649260 24772608 5462 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 6048 5462 90 173 0 5873 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 24192

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1661688/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=25788 CPUtime=822.39
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6040 0 0 0 82233 6 0 0 25 0 1 120000 1120649260 26406912 5830 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 6447 5830 90 173 0 6272 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 25788

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1661432/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=25920 CPUtime=882.4
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6081 0 0 0 88234 6 0 0 25 0 1 120000 1120649260 26542080 5871 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 6480 5871 90 173 0 6305 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 25920

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1661176/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=26340 CPUtime=942.41
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6145 0 0 0 94235 6 0 0 25 0 1 120000 1120649260 26972160 5935 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 6585 5935 90 173 0 6410 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 26340

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1659704/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=27760 CPUtime=1002.41
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6505 0 0 0 100235 6 0 0 25 0 1 120000 1120649260 28426240 6295 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 6940 6295 90 173 0 6765 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 27760

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1659256/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=28288 CPUtime=1062.43
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6612 0 0 0 106236 7 0 0 25 0 1 120000 1120649260 28966912 6402 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 7072 6402 90 173 0 6897 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 28288

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1659192/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=28288 CPUtime=1122.44
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6624 0 0 0 112237 7 0 0 25 0 1 120000 1120649260 28966912 6414 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 7072 6414 90 173 0 6897 0
Current children cumulated CPU time (s) 1122.44
Current children cumulated vsize (KiB) 28288

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1658936/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=28672 CPUtime=1182.44
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6695 0 0 0 118237 7 0 0 25 0 1 120000 1120649260 29360128 6485 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 7168 6485 90 173 0 6993 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 28672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1658552/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=28936 CPUtime=1200.05
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6782 0 0 0 119998 7 0 0 25 0 1 100 1120649260 29630464 6572 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 7234 6572 90 173 0 7059 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 28936

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 29776
/proc/meminfo: memFree=1658552/2055920 swapFree=4178252/4192956
[pid=29773] ppid=29771 vsize=28936 CPUtime=1200.05
/proc/29773/stat : 29773 (CirCUs) R 29771 29773 29682 0 -1 4194304 6782 0 0 0 119998 7 0 0 25 0 1 100 1120649260 29630464 6572 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29773/statm: 7234 6572 90 173 0 7059 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 28936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.91
CPU time (s): 1200.06
CPU user time (s): 1199.98
CPU system time (s): 0.078987
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 28936

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

runsolver used 0.85387 second user time and 2.58861 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-31 08:10:28
IDJOB=1524405
IDBENCH=70520
IDSOLVER=544
FILE ID=node16/1524405-1238479828
PBS_JOBID= 9061827
Free space on /tmp= 63956 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S445910413-047.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524405-1238479828/watcher-1524405-1238479828 -o /tmp/evaluation-result-1524405-1238479828/solver-1524405-1238479828 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524405-1238479828.cnf -t 1200

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

MD5SUM BENCH= 94792c8e1ea4b54b79fb0ca4e6f889a6
RANDOM SEED=1116420550

node16.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.232
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.232
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:       1685472 kB
Buffers:         75120 kB
Cached:         203144 kB
SwapCached:       8560 kB
Active:         172284 kB
Inactive:       115888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685472 kB
SwapTotal:     4192956 kB
SwapFree:      4178252 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          15576 kB
Slab:            68288 kB
Committed_AS:  3123928 kB
PageTables:       1440 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= 63956 MiB
End job on node16 at 2009-03-31 08:30:30