Trace number 1772808

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-23UNSAT 1142.16 1142.49

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.131
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

2.19/2.29	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
2.19/2.29	c Eliminate time :       2.08 
1142.07/1142.48	c CNF read time  :       0.18 
1142.07/1142.48	c CNF solve time :    1142.06 
1142.07/1142.48	c Memory usage :    61.8789 MB
1142.07/1142.48	c Restart : 609
1142.07/1142.48	c Decisions : random(71626), heuristic(7040376), history(0/0)
1142.07/1142.48	c Implications : 1019977329
1142.07/1142.48	c Forced Restart : 0
1142.07/1142.48	c Polarity Change : 5205
1142.07/1142.48	c Learned clasues  : 39425 out of 1354920
1142.07/1142.48	c Learned literals : 1609872 out of 66418612
1142.07/1142.48	c Number of first UIP : 440198 out of 1354920
1142.07/1142.48	c Number of simplify : 6
1142.07/1142.48	c Number of continuous distill : 11416
1142.07/1142.48	c Average depth of OTS : 4
1142.07/1142.48	c Average depth of additional conflict : 79
1142.07/1142.48	c Saved conflict clasues : 4419
1142.07/1142.48	c Saved conflict literals : 99122
1142.07/1142.48	c Additional conflict clauses : 77458
1142.07/1142.48	c Additional conflict literals : 2609182
1142.07/1142.48	c Additional conflict analysis : 169357
1142.07/1142.48	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772808-1241313976/watcher-1772808-1241313976 -o /tmp/evaluation-result-1772808-1241313976/solver-1772808-1241313976 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1772808-1241313976.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 639
/proc/meminfo: memFree=1485352/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=4728 CPUtime=0
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 613 0 0 0 0 0 0 0 18 0 1 1000000 159430853 4841472 598 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 1182 601 69 173 0 1007 0

[startup+0.00810899 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 639
/proc/meminfo: memFree=1485352/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=4992 CPUtime=0
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 687 0 0 0 0 0 0 0 18 0 1 1000000 159430853 5111808 672 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 1248 673 70 173 0 1073 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4992

[startup+0.101119 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 639
/proc/meminfo: memFree=1485352/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=10016 CPUtime=0.09
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 2084 0 0 0 8 1 0 0 18 0 1 1000000 159430853 10256384 1971 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 2504 1971 70 173 0 2329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10016

[startup+0.301139 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 639
/proc/meminfo: memFree=1485352/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=15540 CPUtime=0.28
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 3659 0 0 0 27 1 0 0 19 0 1 1000000 159430853 15912960 3416 1992294400 134512640 135224549 4294956224 18446744073709551615 134570955 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 3885 3416 75 173 0 3710 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15540

[startup+0.701181 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 639
/proc/meminfo: memFree=1485352/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=16200 CPUtime=0.69
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 3833 0 0 0 67 2 0 0 22 0 1 1000000 159430853 16588800 3590 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 4050 3590 77 173 0 3875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16200

[startup+1.50127 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 640
/proc/meminfo: memFree=1467552/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=19660 CPUtime=1.49
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 4881 0 0 0 147 2 0 0 25 0 1 1000000 159430853 20131840 4638 1992294400 134512640 135224549 4294956224 18446744073709551615 134570627 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 4915 4638 77 173 0 4740 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19660

[startup+3.10144 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 640
/proc/meminfo: memFree=1466784/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=21220 CPUtime=3.09
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 5374 0 0 0 307 2 0 0 25 0 1 1000000 159430853 21729280 5037 1992294400 134512640 135224549 4294956224 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 5305 5037 92 173 0 5130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21220

[startup+6.30178 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 640
/proc/meminfo: memFree=1464032/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=22992 CPUtime=6.29
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 5797 0 0 0 626 3 0 0 25 0 1 1000000 159430853 23543808 5460 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 5748 5460 92 173 0 5573 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22992

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 640
/proc/meminfo: memFree=1462840/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=23916 CPUtime=12.69
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 6046 0 0 0 1266 3 0 0 25 0 1 1000000 159430853 24489984 5709 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 5979 5709 92 173 0 5804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23916

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 640
/proc/meminfo: memFree=1462328/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=24312 CPUtime=25.48
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 6142 0 0 0 2545 3 0 0 25 0 1 1000000 159430853 24895488 5805 1992294400 134512640 135224549 4294956224 18446744073709551615 134595249 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 6078 5805 92 173 0 5903 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24312

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 640
/proc/meminfo: memFree=1460088/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=26656 CPUtime=51.07
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 6715 0 0 0 5103 4 0 0 25 0 1 1000000 159430853 27295744 6378 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 6664 6378 92 173 0 6489 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26656

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 640
/proc/meminfo: memFree=1458680/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=28108 CPUtime=102.27
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 7074 0 0 0 10222 5 0 0 25 0 1 1000000 159430853 28782592 6737 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 7027 6737 92 173 0 6852 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28108

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1454520/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=32308 CPUtime=162.25
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 8108 0 0 0 16219 6 0 0 25 0 1 1000000 159430853 33083392 7771 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 8077 7771 92 173 0 7902 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32308

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1452152/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=34656 CPUtime=222.23
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 8690 0 0 0 22217 6 0 0 25 0 1 1000000 159430853 35487744 8353 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 8664 8353 92 173 0 8489 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34656

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1449720/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=37304 CPUtime=282.21
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 9336 0 0 0 28214 7 0 0 25 0 1 1000000 159430853 38199296 8999 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 9326 8999 92 173 0 9151 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 37304

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1447352/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=39668 CPUtime=342.19
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 9877 0 0 0 34211 8 0 0 25 0 1 1000000 159430853 40620032 9540 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 9917 9540 92 173 0 9742 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 39668

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1445432/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=41528 CPUtime=402.17
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 10353 0 0 0 40208 9 0 0 25 0 1 1000000 159430853 42524672 10016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 10382 10016 92 173 0 10207 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 41528

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1444408/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=42788 CPUtime=462.16
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 10632 0 0 0 46206 10 0 0 25 0 1 1000000 159430853 43814912 10295 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 10697 10295 92 173 0 10522 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 42788

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1441976/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=45216 CPUtime=522.15
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 11246 0 0 0 52204 11 0 0 25 0 1 1000000 159430853 46301184 10909 1992294400 134512640 135224549 4294956224 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 11304 10909 92 173 0 11129 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 45216

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 640
/proc/meminfo: memFree=1438264/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=48780 CPUtime=582.13
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 12158 0 0 0 58201 12 0 0 25 0 1 1000000 159430853 49950720 11821 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 12195 11821 92 173 0 12020 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 48780

[startup+642.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 640
/proc/meminfo: memFree=1437432/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=49724 CPUtime=642.11
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 12365 0 0 0 64199 12 0 0 25 0 1 1000000 159430853 50917376 12028 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 12431 12028 92 173 0 12256 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 49724

[startup+702.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 640
/proc/meminfo: memFree=1437496/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=49724 CPUtime=702.09
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 12365 0 0 0 70197 12 0 0 25 0 1 1000000 159430853 50917376 12028 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 12431 12028 92 173 0 12256 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 49724

[startup+762.305 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 640
/proc/meminfo: memFree=1433592/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=53664 CPUtime=762.07
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 13338 0 0 0 76193 14 0 0 25 0 1 1000000 159430853 54951936 13001 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 13416 13001 92 173 0 13241 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 53664

[startup+822.302 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 642
/proc/meminfo: memFree=1433464/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=53812 CPUtime=822.06
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 13363 0 0 0 82191 15 0 0 25 0 1 1000000 159430853 55103488 13026 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 13453 13026 92 173 0 13278 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 53812

[startup+882.302 s]
/proc/loadavg: 1.20 1.07 1.01 2/65 642
/proc/meminfo: memFree=1429560/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=58032 CPUtime=882.04
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 14459 0 0 0 88188 16 0 0 25 0 1 1000000 159430853 59424768 13993 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 14508 13993 92 173 0 14333 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 58032

[startup+942.301 s]
/proc/loadavg: 1.21 1.08 1.02 2/65 642
/proc/meminfo: memFree=1429496/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=58264 CPUtime=942.02
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 14485 0 0 0 94186 16 0 0 25 0 1 1000000 159430853 59662336 14019 1992294400 134512640 135224549 4294956224 18446744073709551615 134618764 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 14566 14019 92 173 0 14391 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 58264

[startup+1002.3 s]
/proc/loadavg: 1.08 1.07 1.01 2/65 642
/proc/meminfo: memFree=1424504/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63184 CPUtime=1002
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15719 0 0 0 100183 17 0 0 25 0 1 1000000 159430853 64700416 15253 1992294400 134512640 135224549 4294956224 18446744073709551615 134595625 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15796 15253 92 173 0 15621 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 63184

[startup+1062.3 s]
/proc/loadavg: 1.06 1.07 1.01 2/65 642
/proc/meminfo: memFree=1424568/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63184 CPUtime=1061.98
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15720 0 0 0 106181 17 0 0 25 0 1 1000000 159430853 64700416 15254 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15796 15254 92 173 0 15621 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 63184

[startup+1122.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424376/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1121.97
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15766 0 0 0 112179 18 0 0 25 0 1 1000000 159430853 64880640 15300 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15300 92 173 0 15665 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 63360

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

[startup+1126.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424376/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1125.98
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15767 0 0 0 112580 18 0 0 25 0 1 1000000 159430853 64880640 15301 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15301 92 173 0 15665 0
Current children cumulated CPU time (s) 1125.98
Current children cumulated vsize (KiB) 63360

[startup+1132.7 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424376/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1132.37
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15769 0 0 0 113219 18 0 0 25 0 1 1000000 159430853 64880640 15303 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15303 92 173 0 15665 0
Current children cumulated CPU time (s) 1132.37
Current children cumulated vsize (KiB) 63360

[startup+1139.1 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424312/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1138.77
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15771 0 0 0 113859 18 0 0 25 0 1 1000000 159430853 64880640 15305 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15305 92 173 0 15665 0
Current children cumulated CPU time (s) 1138.77
Current children cumulated vsize (KiB) 63360

[startup+1140.71 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424312/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1140.37
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15771 0 0 0 114019 18 0 0 25 0 1 1000000 159430853 64880640 15305 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15305 92 173 0 15665 0
Current children cumulated CPU time (s) 1140.37
Current children cumulated vsize (KiB) 63360

[startup+1141.5 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424312/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1141.17
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15771 0 0 0 114099 18 0 0 25 0 1 1000000 159430853 64880640 15305 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15305 92 173 0 15665 0
Current children cumulated CPU time (s) 1141.17
Current children cumulated vsize (KiB) 63360

[startup+1141.9 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424312/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1141.57
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15771 0 0 0 114139 18 0 0 25 0 1 1000000 159430853 64880640 15305 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15305 92 173 0 15665 0
Current children cumulated CPU time (s) 1141.57
Current children cumulated vsize (KiB) 63360

[startup+1142.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424312/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1141.97
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15771 0 0 0 114179 18 0 0 25 0 1 1000000 159430853 64880640 15305 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15305 92 173 0 15665 0
Current children cumulated CPU time (s) 1141.97
Current children cumulated vsize (KiB) 63360

[startup+1142.4 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 642
/proc/meminfo: memFree=1424312/2055920 swapFree=4180872/4192956
[pid=639] ppid=637 vsize=63360 CPUtime=1142.07
/proc/639/stat : 639 (CirCUs) R 637 639 602 0 -1 4194304 15775 0 0 0 114189 18 0 0 25 0 1 1000000 159430853 64880640 15308 1992294400 134512640 135224549 4294956224 18446744073709551615 134598791 0 0 4096 8192 0 0 0 17 1 0 0
/proc/639/statm: 15840 15308 95 173 0 15665 0
Current children cumulated CPU time (s) 1142.07
Current children cumulated vsize (KiB) 63360

Child status: 0
Real time (s): 1142.49
CPU time (s): 1142.16
CPU user time (s): 1141.97
CPU system time (s): 0.19297
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 63360

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

runsolver used 0.827874 second user time and 2.43763 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-03 03:26:16
IDJOB=1772808
IDBENCH=20390
IDSOLVER=614
FILE ID=node19/1772808-1241313976
PBS_JOBID= 9225281
Free space on /tmp= 66496 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772808-1241313976/watcher-1772808-1241313976 -o /tmp/evaluation-result-1772808-1241313976/solver-1772808-1241313976 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1772808-1241313976.cnf -t 10000

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=1712698380

node19.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.236
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.236
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:       1485832 kB
Buffers:         83272 kB
Cached:         390236 kB
SwapCached:       6776 kB
Active:          79924 kB
Inactive:       402252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485832 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:            3940 kB
Writeback:           0 kB
Mapped:          13328 kB
Slab:            73884 kB
Committed_AS:   728532 kB
PageTables:       1452 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= 66496 MiB
End job on node19 at 2009-05-03 03:45:18