Trace number 1720765

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CircUs 2009-03-23? (TO) 1200.08 1200.43

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark443.688
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

6.77/6.82	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
6.77/6.82	c Eliminate time :       5.75 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720765-1240659611/watcher-1720765-1240659611 -o /tmp/evaluation-result-1720765-1240659611/solver-1720765-1240659611 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1720765-1240659611.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.00 1.00 1.09 3/65 17170
/proc/meminfo: memFree=1830944/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=7112 CPUtime=0
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 741 0 0 0 0 0 0 0 18 0 1 120000 93993487 7282688 726 1992294400 134512640 135224549 4294956208 18446744073709551615 134593835 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 1778 730 66 173 0 1603 0

[startup+0.0850279 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 17170
/proc/meminfo: memFree=1830944/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=26428 CPUtime=0.07
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 4568 0 0 0 6 1 0 0 18 0 1 120000 93993487 27062272 4520 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 6607 4520 70 173 0 6432 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26428

[startup+0.101029 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 17170
/proc/meminfo: memFree=1830944/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=27608 CPUtime=0.09
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 4872 0 0 0 7 2 0 0 18 0 1 120000 93993487 28270592 4759 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 6902 4760 70 173 0 6727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27608

[startup+0.301053 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 17170
/proc/meminfo: memFree=1830944/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=38548 CPUtime=0.29
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 7983 0 0 0 26 3 0 0 19 0 1 120000 93993487 39473152 7741 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 9637 7742 70 173 0 9462 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38548

[startup+0.7011 s]
/proc/loadavg: 1.00 1.00 1.09 3/65 17170
/proc/meminfo: memFree=1830944/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=61684 CPUtime=0.69
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 14505 0 0 0 63 6 0 0 22 0 1 120000 93993487 63164416 13493 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 15421 13493 70 173 0 15246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61684

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17171
/proc/meminfo: memFree=1762072/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=88936 CPUtime=1.49
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 22061 0 0 0 138 11 0 0 25 0 1 120000 93993487 91070464 21048 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 22234 21048 77 173 0 22059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88936

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17171
/proc/meminfo: memFree=1726936/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=128544 CPUtime=3.08
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 32918 0 0 0 292 16 0 0 25 0 1 120000 93993487 131629056 30751 1992294400 134512640 135224549 4294956208 18446744073709551615 134577830 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17170/statm: 32136 30751 77 173 0 31961 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 128544

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17171
/proc/meminfo: memFree=1699352/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=136272 CPUtime=6.28
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 35040 0 0 0 611 17 0 0 25 0 1 120000 93993487 139542528 32873 1992294400 134512640 135224549 4294956208 18446744073709551615 134577815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 34068 32873 77 173 0 33893 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 136272

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17171
/proc/meminfo: memFree=1694232/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=145000 CPUtime=12.67
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 38338 0 0 0 1249 18 0 0 25 0 1 120000 93993487 148480000 34167 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 36250 34167 92 173 0 36075 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 145000

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 17171
/proc/meminfo: memFree=1693592/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=145704 CPUtime=25.47
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 38516 0 0 0 2529 18 0 0 25 0 1 120000 93993487 149200896 34345 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 36426 34345 92 173 0 36251 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 145704

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17171
/proc/meminfo: memFree=1691800/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=147696 CPUtime=51.04
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 38976 0 0 0 5086 18 0 0 25 0 1 120000 93993487 151240704 34805 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 36924 34805 92 173 0 36749 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 147696

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 17171
/proc/meminfo: memFree=1690584/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=148752 CPUtime=102.23
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 39284 0 0 0 10204 19 0 0 25 0 1 120000 93993487 152322048 35113 1992294400 134512640 135224549 4294956208 18446744073709551615 134619210 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 37188 35113 92 173 0 37013 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 148752

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 17171
/proc/meminfo: memFree=1689432/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=149912 CPUtime=162.21
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 39551 0 0 0 16202 19 0 0 25 0 1 120000 93993487 153509888 35380 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 37478 35380 92 173 0 37303 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 149912

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 17171
/proc/meminfo: memFree=1687320/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=152024 CPUtime=222.2
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 40079 0 0 0 22200 20 0 0 25 0 1 120000 93993487 155672576 35908 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 38006 35908 92 173 0 37831 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 152024

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 17171
/proc/meminfo: memFree=1685336/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=154256 CPUtime=282.18
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 40568 0 0 0 28198 20 0 0 25 0 1 120000 93993487 157958144 36397 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 38564 36397 92 173 0 38389 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 154256

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 17171
/proc/meminfo: memFree=1683032/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=156368 CPUtime=342.17
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 41137 0 0 0 34196 21 0 0 25 0 1 120000 93993487 160120832 36966 1992294400 134512640 135224549 4294956208 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 39092 36966 92 173 0 38917 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 156368

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 17171
/proc/meminfo: memFree=1682520/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=156896 CPUtime=402.15
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 41268 0 0 0 40194 21 0 0 25 0 1 120000 93993487 160661504 37097 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 39224 37097 92 173 0 39049 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 156896

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 17171
/proc/meminfo: memFree=1678552/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=160856 CPUtime=462.13
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 42249 0 0 0 46191 22 0 0 25 0 1 120000 93993487 164716544 38078 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 40214 38078 92 173 0 40039 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 160856

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 17171
/proc/meminfo: memFree=1678552/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=160856 CPUtime=522.12
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 42259 0 0 0 52190 22 0 0 25 0 1 120000 93993487 164716544 38088 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 40214 38088 92 173 0 40039 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 160856

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 17171
/proc/meminfo: memFree=1677912/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=161384 CPUtime=582.1
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 42404 0 0 0 58188 22 0 0 25 0 1 120000 93993487 165257216 38233 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 40346 38233 92 173 0 40171 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 161384

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 17171
/proc/meminfo: memFree=1674968/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=164288 CPUtime=642.09
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 43145 0 0 0 64186 23 0 0 25 0 1 120000 93993487 168230912 38974 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 41072 38974 92 173 0 40897 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 164288

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 17171
/proc/meminfo: memFree=1674392/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=165196 CPUtime=702.07
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 43381 0 0 0 70184 23 0 0 25 0 1 120000 93993487 169160704 39081 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 41299 39081 92 173 0 41124 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 165196

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 17171
/proc/meminfo: memFree=1674328/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=165196 CPUtime=762.05
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 43382 0 0 0 76182 23 0 0 25 0 1 120000 93993487 169160704 39082 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 41299 39082 92 173 0 41124 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 165196

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 17171
/proc/meminfo: memFree=1671384/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=168108 CPUtime=822.04
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 44119 0 0 0 82180 24 0 0 25 0 1 120000 93993487 172142592 39819 1992294400 134512640 135224549 4294956208 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 42027 39819 92 173 0 41852 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 168108

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17171
/proc/meminfo: memFree=1671320/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=168108 CPUtime=882.02
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 44119 0 0 0 88178 24 0 0 25 0 1 120000 93993487 172142592 39819 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 42027 39819 92 173 0 41852 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 168108

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17171
/proc/meminfo: memFree=1668632/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=170616 CPUtime=942.01
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 44776 0 0 0 94176 25 0 0 25 0 1 120000 93993487 174710784 40476 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 42654 40476 92 173 0 42479 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 170616

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17171
/proc/meminfo: memFree=1668632/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=170616 CPUtime=1001.99
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 44776 0 0 0 100174 25 0 0 25 0 1 120000 93993487 174710784 40476 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 42654 40476 92 173 0 42479 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 170616

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17171
/proc/meminfo: memFree=1665432/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=173916 CPUtime=1061.97
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 45616 0 0 0 106171 26 0 0 25 0 1 120000 93993487 178089984 41316 1992294400 134512640 135224549 4294956208 18446744073709551615 134631567 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 43479 41316 92 173 0 43304 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 173916

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17171
/proc/meminfo: memFree=1665240/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=173916 CPUtime=1121.96
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 45616 0 0 0 112170 26 0 0 25 0 1 120000 93993487 178089984 41316 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 43479 41316 92 173 0 43304 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 173916

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17171
/proc/meminfo: memFree=1665176/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=173916 CPUtime=1181.94
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 45618 0 0 0 118168 26 0 0 25 0 1 120000 93993487 178089984 41318 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 43479 41318 92 173 0 43304 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 173916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17171
/proc/meminfo: memFree=1664088/2055920 swapFree=4180664/4192956
[pid=17170] ppid=17168 vsize=174972 CPUtime=1200.03
/proc/17170/stat : 17170 (CirCUs) R 17168 17170 16765 0 -1 4194304 45881 0 0 0 119977 26 0 0 25 0 1 100 93993487 179171328 41581 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/17170/statm: 43743 41581 92 173 0 43568 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 174972

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.43
CPU time (s): 1200.08
CPU user time (s): 1199.78
CPU system time (s): 0.295955
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 174972

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

runsolver used 1.09183 second user time and 3.2885 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-25 13:40:12
IDJOB=1720765
IDBENCH=69630
IDSOLVER=544
FILE ID=node73/1720765-1240659611
PBS_JOBID= 9186494
Free space on /tmp= 66300 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nid_i.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720765-1240659611/watcher-1720765-1240659611 -o /tmp/evaluation-result-1720765-1240659611/solver-1720765-1240659611 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1720765-1240659611.cnf -t 1200

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=1866096374

node73.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.214
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.214
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:       1831424 kB
Buffers:         14520 kB
Cached:         158172 kB
SwapCached:       5808 kB
Active:          65792 kB
Inactive:       115104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831424 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:           14480 kB
Writeback:           0 kB
Mapped:          13912 kB
Slab:            29652 kB
Committed_AS:   376572 kB
PageTables:       1400 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= 66300 MiB
End job on node73 at 2009-04-25 14:00:14