Trace number 1524136

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 1200.42

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S1695726805-003.cnf
MD5SUM382f60389aa2be490306466e5f9deebc
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.09/0.19	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.19	c Eliminate time :       0.15 

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-1524136-1238367483/watcher-1524136-1238367483 -o /tmp/evaluation-result-1524136-1238367483/solver-1524136-1238367483 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524136-1238367483.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 15687
/proc/meminfo: memFree=1155264/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=1448 CPUtime=0
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 120000 1109413204 1482752 137 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 362 137 70 173 0 187 0

[startup+0.0100851 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 15687
/proc/meminfo: memFree=1155264/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=1712 CPUtime=0
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 120000 1109413204 1753088 202 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 428 202 70 173 0 253 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1712

[startup+0.101084 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 15687
/proc/meminfo: memFree=1155264/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=3316 CPUtime=0.09
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 614 0 0 0 9 0 0 0 18 0 1 120000 1109413204 3395584 598 1992294400 134512640 135224549 4294956208 18446744073709551615 134570663 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 829 598 74 173 0 654 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3316

[startup+0.301107 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 15687
/proc/meminfo: memFree=1155264/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=3448 CPUtime=0.29
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 678 0 0 0 29 0 0 0 19 0 1 120000 1109413204 3530752 662 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 862 662 90 173 0 687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3448

[startup+0.701153 s]
/proc/loadavg: 1.99 1.97 1.91 3/64 15687
/proc/meminfo: memFree=1155264/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=4504 CPUtime=0.69
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 925 0 0 0 69 0 0 0 22 0 1 120000 1109413204 4612096 909 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 1126 909 90 173 0 951 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4504

[startup+1.50124 s]
/proc/loadavg: 1.99 1.97 1.91 2/65 15688
/proc/meminfo: memFree=1151864/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=4900 CPUtime=1.49
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 1012 0 0 0 149 0 0 0 25 0 1 120000 1109413204 5017600 996 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 1225 996 90 173 0 1050 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4900

[startup+3.10143 s]
/proc/loadavg: 1.99 1.97 1.91 2/65 15688
/proc/meminfo: memFree=1151288/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=5296 CPUtime=3.09
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 1139 0 0 0 309 0 0 0 25 0 1 120000 1109413204 5423104 1123 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 1324 1123 90 173 0 1149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5296

[startup+6.30179 s]
/proc/loadavg: 1.91 1.95 1.90 2/65 15688
/proc/meminfo: memFree=1150072/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=6484 CPUtime=6.29
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 1407 0 0 0 629 0 0 0 25 0 1 120000 1109413204 6639616 1391 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 1621 1391 90 173 0 1446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6484

[startup+12.7015 s]
/proc/loadavg: 1.84 1.94 1.90 2/65 15688
/proc/meminfo: memFree=1148024/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=8200 CPUtime=12.69
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 1824 0 0 0 1268 1 0 0 25 0 1 120000 1109413204 8396800 1808 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 2050 1808 90 173 0 1875 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8200

[startup+25.502 s]
/proc/loadavg: 1.65 1.89 1.88 2/65 15688
/proc/meminfo: memFree=1145656/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=10444 CPUtime=25.48
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 2420 0 0 0 2547 1 0 0 25 0 1 120000 1109413204 10694656 2404 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 2611 2404 90 173 0 2436 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10444

[startup+51.1019 s]
/proc/loadavg: 1.43 1.82 1.86 2/65 15688
/proc/meminfo: memFree=1142264/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=14004 CPUtime=51.08
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 3324 0 0 0 5105 3 0 0 25 0 1 120000 1109413204 14340096 3275 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 3501 3275 90 173 0 3326 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14004

[startup+102.306 s]
/proc/loadavg: 1.17 1.68 1.81 2/65 15688
/proc/meminfo: memFree=1137272/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=18892 CPUtime=102.26
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 4562 0 0 0 10221 5 0 0 25 0 1 120000 1109413204 19345408 4513 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 4723 4513 90 173 0 4548 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18892

[startup+162.302 s]
/proc/loadavg: 1.07 1.56 1.76 2/65 15688
/proc/meminfo: memFree=1133688/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=22580 CPUtime=162.24
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 5489 0 0 0 16218 6 0 0 25 0 1 120000 1109413204 23121920 5375 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 5645 5375 90 173 0 5470 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 22580

[startup+222.301 s]
/proc/loadavg: 1.02 1.46 1.71 2/65 15694
/proc/meminfo: memFree=1129848/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=26412 CPUtime=222.23
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 6447 0 0 0 22215 8 0 0 25 0 1 120000 1109413204 27045888 6333 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 6603 6333 90 173 0 6428 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 26412

[startup+282.301 s]
/proc/loadavg: 1.01 1.37 1.66 2/65 15694
/proc/meminfo: memFree=1127608/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=28664 CPUtime=282.2
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 7000 0 0 0 28212 8 0 0 25 0 1 120000 1109413204 29351936 6886 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 7166 6886 90 173 0 6991 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 28664

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.62 2/65 15694
/proc/meminfo: memFree=1124984/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=31312 CPUtime=342.19
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 7665 0 0 0 34210 9 0 0 25 0 1 120000 1109413204 32063488 7551 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 7828 7551 90 173 0 7653 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 31312

[startup+402.302 s]
/proc/loadavg: 1.00 1.24 1.58 2/65 15694
/proc/meminfo: memFree=1122104/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=34104 CPUtime=402.17
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 8380 0 0 0 40208 9 0 0 25 0 1 120000 1109413204 34922496 8266 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 8526 8266 90 173 0 8351 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 34104

[startup+462.302 s]
/proc/loadavg: 1.00 1.20 1.54 2/65 15694
/proc/meminfo: memFree=1119032/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=37272 CPUtime=462.16
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 9165 0 0 0 46206 10 0 0 25 0 1 120000 1109413204 38166528 9051 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 9318 9051 90 173 0 9143 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 37272

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.50 2/65 15694
/proc/meminfo: memFree=1119096/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=37272 CPUtime=522.14
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 9166 0 0 0 52204 10 0 0 25 0 1 120000 1109413204 38166528 9052 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 9318 9052 90 173 0 9143 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 37272

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.47 2/65 15694
/proc/meminfo: memFree=1115704/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=40728 CPUtime=582.12
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 10023 0 0 0 58201 11 0 0 25 0 1 120000 1109413204 41705472 9909 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 10182 9909 90 173 0 10007 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 40728

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.43 2/65 15694
/proc/meminfo: memFree=1115640/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=40728 CPUtime=642.11
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 10025 0 0 0 64200 11 0 0 25 0 1 120000 1109413204 41705472 9911 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 10182 9911 90 173 0 10007 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 40728

[startup+702.302 s]
/proc/loadavg: 1.00 1.08 1.41 2/65 15694
/proc/meminfo: memFree=1112056/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=44828 CPUtime=702.09
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 11044 0 0 0 70197 12 0 0 25 0 1 120000 1109413204 45903872 10801 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 11207 10801 90 173 0 11032 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 44828

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.37 2/65 15694
/proc/meminfo: memFree=1112056/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=44828 CPUtime=762.07
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 11048 0 0 0 76195 12 0 0 25 0 1 120000 1109413204 45903872 10805 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 11207 10805 90 173 0 11032 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 44828

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.35 2/65 15694
/proc/meminfo: memFree=1107960/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=48800 CPUtime=822.05
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 12073 0 0 0 82192 13 0 0 25 0 1 120000 1109413204 49971200 11830 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 12200 11830 90 173 0 12025 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 48800

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.33 2/65 15694
/proc/meminfo: memFree=1107960/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=48800 CPUtime=882.03
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 12075 0 0 0 88190 13 0 0 25 0 1 120000 1109413204 49971200 11832 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 12200 11832 90 173 0 12025 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 48800

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.30 2/65 15694
/proc/meminfo: memFree=1107896/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=48800 CPUtime=942.01
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 12078 0 0 0 94188 13 0 0 25 0 1 120000 1109413204 49971200 11835 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 12200 11835 90 173 0 12025 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 48800

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/65 15694
/proc/meminfo: memFree=1103480/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=53324 CPUtime=1002
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 13181 0 0 0 100185 15 0 0 25 0 1 120000 1109413204 54603776 12938 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 13331 12938 90 173 0 13156 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 53324

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/65 15694
/proc/meminfo: memFree=1103480/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=53324 CPUtime=1061.98
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 13183 0 0 0 106183 15 0 0 25 0 1 120000 1109413204 54603776 12940 1992294400 134512640 135224549 4294956208 18446744073709551615 134595704 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 13331 12940 90 173 0 13156 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 53324

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/65 15694
/proc/meminfo: memFree=1103480/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=53324 CPUtime=1121.96
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 13189 0 0 0 112181 15 0 0 25 0 1 120000 1109413204 54603776 12946 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 13331 12946 90 173 0 13156 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 53324

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 15694
/proc/meminfo: memFree=1099576/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=57312 CPUtime=1181.94
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 14175 0 0 0 118178 16 0 0 25 0 1 120000 1109413204 58687488 13932 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 14328 13932 90 173 0 14153 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 57312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.22 2/65 15694
/proc/meminfo: memFree=1098616/2055920 swapFree=4176920/4192956
[pid=15687] ppid=15685 vsize=58104 CPUtime=1200.04
/proc/15687/stat : 15687 (CirCUs) R 15685 15687 15619 0 -1 4194304 14389 0 0 0 119988 16 0 0 25 0 1 100 1109413204 59498496 14146 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15687/statm: 14526 14146 90 173 0 14351 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 58104

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.42
CPU time (s): 1200.06
CPU user time (s): 1199.89
CPU system time (s): 0.176973
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 58104

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

runsolver used 0.999848 second user time and 2.82757 second system time

The end

Launcher Data

Begin job on node35 at 2009-03-30 00:58:03
IDJOB=1524136
IDBENCH=70251
IDSOLVER=544
FILE ID=node35/1524136-1238367483
PBS_JOBID= 9061230
Free space on /tmp= 66504 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S1695726805-003.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524136-1238367483/watcher-1524136-1238367483 -o /tmp/evaluation-result-1524136-1238367483/solver-1524136-1238367483 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524136-1238367483.cnf -t 1200

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

MD5SUM BENCH= 382f60389aa2be490306466e5f9deebc
RANDOM SEED=1998805327

node35.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.229
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.229
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:       1155680 kB
Buffers:        100452 kB
Cached:         701368 kB
SwapCached:      10236 kB
Active:         250672 kB
Inactive:       562968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1155680 kB
SwapTotal:     4192956 kB
SwapFree:      4176920 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          17520 kB
Slab:            72612 kB
Committed_AS:  2661688 kB
PageTables:       1404 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= 66500 MiB
End job on node35 at 2009-03-30 01:18:05