Trace number 1561247

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.1 1200.53

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_14_7_3_cmp.cnf
MD5SUM04d46ce8651fab3a17ac1e6e72eb3503
Bench CategoryCRAFTED (crafted 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 variables24356
Number of clauses305744
Sum of the clauses size960940
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277468
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

Solver Data

1.09/1.20	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.09/1.20	c Eliminate time :       0.81 

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-1561247-1238763744/watcher-1561247-1238763744 -o /tmp/evaluation-result-1561247-1238763744/solver-1561247-1238763744 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1561247-1238763744.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.85 1.50 3/73 5516
/proc/meminfo: memFree=1833840/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=5404 CPUtime=0
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 526 0 0 0 0 0 0 0 20 0 1 120000 1149038428 5533696 511 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 1351 512 69 173 0 1176 0

[startup+0.0164259 s]
/proc/loadavg: 1.99 1.85 1.50 3/73 5516
/proc/meminfo: memFree=1833840/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=6064 CPUtime=0.01
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 714 0 0 0 1 0 0 0 20 0 1 120000 1149038428 6209536 699 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 1516 699 70 173 0 1341 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6064

[startup+0.101442 s]
/proc/loadavg: 1.99 1.85 1.50 3/73 5516
/proc/meminfo: memFree=1833840/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=10860 CPUtime=0.09
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 2028 0 0 0 9 0 0 0 20 0 1 120000 1149038428 11120640 1915 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 2715 1916 70 173 0 2540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10860

[startup+0.301482 s]
/proc/loadavg: 1.99 1.85 1.50 3/73 5516
/proc/meminfo: memFree=1833840/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=20744 CPUtime=0.29
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 4787 0 0 0 28 1 0 0 22 0 1 120000 1149038428 21241856 4545 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 5186 4546 70 173 0 5011 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20744

[startup+0.701564 s]
/proc/loadavg: 1.99 1.85 1.50 3/73 5516
/proc/meminfo: memFree=1833840/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=25724 CPUtime=0.69
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 6184 0 0 0 67 2 0 0 25 0 1 120000 1149038428 26341376 5684 1992294400 134512640 135224549 4294956208 18446744073709551615 134570877 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 6431 5684 73 173 0 6256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25724

[startup+1.50173 s]
/proc/loadavg: 1.99 1.85 1.50 2/74 5517
/proc/meminfo: memFree=1811368/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=26792 CPUtime=1.49
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 6496 0 0 0 147 2 0 0 25 0 1 120000 1149038428 27435008 5996 1992294400 134512640 135224549 4294956208 18446744073709551615 134595331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 6698 5996 92 173 0 6523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26792

[startup+3.10105 s]
/proc/loadavg: 1.91 1.84 1.50 2/74 5517
/proc/meminfo: memFree=1808616/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=30360 CPUtime=3.08
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 7409 0 0 0 305 3 0 0 25 0 1 120000 1149038428 31088640 6909 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 7590 6909 92 173 0 7415 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30360

[startup+6.3017 s]
/proc/loadavg: 1.91 1.84 1.50 2/74 5517
/proc/meminfo: memFree=1799784/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=41356 CPUtime=6.29
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 10148 0 0 0 624 5 0 0 25 0 1 120000 1149038428 42348544 9648 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 10339 9648 92 173 0 10164 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41356

[startup+12.702 s]
/proc/loadavg: 1.77 1.81 1.49 2/74 5517
/proc/meminfo: memFree=1790248/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=46404 CPUtime=12.69
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 11403 0 0 0 1263 6 0 0 25 0 1 120000 1149038428 47517696 10903 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 11601 10903 92 173 0 11426 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46404

[startup+25.5016 s]
/proc/loadavg: 1.65 1.78 1.48 2/74 5517
/proc/meminfo: memFree=1787624/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=49088 CPUtime=25.48
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 12066 0 0 0 2542 6 0 0 25 0 1 120000 1149038428 50266112 11566 1992294400 134512640 135224549 4294956208 18446744073709551615 134585007 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 12272 11566 92 173 0 12097 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49088

[startup+51.1018 s]
/proc/loadavg: 1.43 1.72 1.47 2/74 5517
/proc/meminfo: memFree=1781096/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=55560 CPUtime=51.07
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 13700 0 0 0 5100 7 0 0 25 0 1 120000 1149038428 56893440 13200 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 13890 13200 92 173 0 13715 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55560

[startup+102.306 s]
/proc/loadavg: 1.17 1.60 1.44 2/74 5517
/proc/meminfo: memFree=1771624/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=65064 CPUtime=102.25
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 16085 0 0 0 10217 8 0 0 25 0 1 120000 1149038428 66625536 15585 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 16266 15585 92 173 0 16091 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 65064

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.41 2/74 5517
/proc/meminfo: memFree=1755304/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=81324 CPUtime=162.23
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 20140 0 0 0 16213 10 0 0 25 0 1 120000 1149038428 83275776 19640 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 20331 19640 92 173 0 20156 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 81324

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.38 2/74 5517
/proc/meminfo: memFree=1745512/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=90984 CPUtime=222.21
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 22574 0 0 0 22210 11 0 0 25 0 1 120000 1149038428 93167616 22074 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 22746 22074 92 173 0 22571 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 90984

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.35 2/74 5517
/proc/meminfo: memFree=1727848/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=108708 CPUtime=282.18
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 26979 0 0 0 28205 13 0 0 25 0 1 120000 1149038428 111316992 26479 1992294400 134512640 135224549 4294956208 18446744073709551615 134595757 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 27177 26479 92 173 0 27002 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 108708

[startup+342.303 s]
/proc/loadavg: 1.00 1.26 1.33 2/74 5517
/proc/meminfo: memFree=1727784/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=108708 CPUtime=342.16
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 26981 0 0 0 34203 13 0 0 25 0 1 120000 1149038428 111316992 26481 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 27177 26481 92 173 0 27002 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 108708

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.31 2/74 5517
/proc/meminfo: memFree=1727656/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=108708 CPUtime=402.14
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 27008 0 0 0 40201 13 0 0 25 0 1 120000 1149038428 111316992 26508 1992294400 134512640 135224549 4294956208 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 27177 26508 92 173 0 27002 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 108708

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.28 2/74 5517
/proc/meminfo: memFree=1703464/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=133132 CPUtime=462.12
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 33039 0 0 0 46195 17 0 0 25 0 1 120000 1149038428 136327168 32539 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 33283 32539 92 173 0 33108 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 133132

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.26 2/74 5517
/proc/meminfo: memFree=1703336/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=133132 CPUtime=522.1
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 33055 0 0 0 52193 17 0 0 25 0 1 120000 1149038428 136327168 32555 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 33283 32555 92 173 0 33108 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 133132

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.25 2/74 5517
/proc/meminfo: memFree=1703272/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=133132 CPUtime=582.08
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 33070 0 0 0 58191 17 0 0 25 0 1 120000 1149038428 136327168 32570 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 33283 32570 92 173 0 33108 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 133132

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.23 2/74 5517
/proc/meminfo: memFree=1703208/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=133132 CPUtime=642.06
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 33078 0 0 0 64189 17 0 0 25 0 1 120000 1149038428 136327168 32578 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 33283 32578 92 173 0 33108 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 133132

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.21 2/74 5517
/proc/meminfo: memFree=1703144/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=133132 CPUtime=702.03
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 33086 0 0 0 70186 17 0 0 25 0 1 120000 1149038428 136327168 32586 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 33283 32586 92 173 0 33108 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 133132

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.19 2/74 5517
/proc/meminfo: memFree=1700456/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=135780 CPUtime=762.02
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 33747 0 0 0 76184 18 0 0 25 0 1 120000 1149038428 139038720 33247 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 33945 33247 92 173 0 33770 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 135780

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.18 2/74 5517
/proc/meminfo: memFree=1700392/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=135780 CPUtime=822
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 33749 0 0 0 82182 18 0 0 25 0 1 120000 1149038428 139038720 33249 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 33945 33249 92 173 0 33770 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 135780

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.16 2/74 5517
/proc/meminfo: memFree=1689768/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=146936 CPUtime=881.97
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 36515 0 0 0 88176 21 0 0 25 0 1 120000 1149038428 150462464 35886 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 36734 35886 92 173 0 36559 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 146936

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.15 2/74 5517
/proc/meminfo: memFree=1689768/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=146936 CPUtime=941.95
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 36520 0 0 0 94174 21 0 0 25 0 1 120000 1149038428 150462464 35891 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 36734 35891 92 173 0 36559 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 146936

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/74 5517
/proc/meminfo: memFree=1672808/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=164108 CPUtime=1001.92
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 40746 0 0 0 100167 25 0 0 25 0 1 120000 1149038428 168046592 40117 1992294400 134512640 135224549 4294956208 18446744073709551615 134587803 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 41027 40117 92 173 0 40852 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 164108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/74 5517
/proc/meminfo: memFree=1672744/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=164108 CPUtime=1061.9
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 40749 0 0 0 106165 25 0 0 25 0 1 120000 1149038428 168046592 40120 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 41027 40120 92 173 0 40852 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 164108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/74 5517
/proc/meminfo: memFree=1669480/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=167408 CPUtime=1121.88
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 41587 0 0 0 112162 26 0 0 25 0 1 120000 1149038428 171425792 40958 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 41852 40958 92 173 0 41677 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 167408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/74 5517
/proc/meminfo: memFree=1664680/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=172056 CPUtime=1181.87
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 42749 0 0 0 118159 28 0 0 25 0 1 120000 1149038428 176185344 42120 1992294400 134512640 135224549 4294956208 18446744073709551615 134595437 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 43014 42120 92 173 0 42839 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 172056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.10 2/74 5517
/proc/meminfo: memFree=1664744/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=172056 CPUtime=1200.07
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 42749 0 0 0 119979 28 0 0 25 0 1 100 1149038428 176185344 42120 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 43014 42120 92 173 0 42839 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 172056

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.10 2/74 5517
/proc/meminfo: memFree=1664744/2055920 swapFree=4170064/4192956
[pid=5516] ppid=5514 vsize=172056 CPUtime=1200.07
/proc/5516/stat : 5516 (CirCUs) R 5514 5516 4999 0 -1 4194304 42749 0 0 0 119979 28 0 0 25 0 1 100 1149038428 176185344 42120 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5516/statm: 43014 42120 92 173 0 42839 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 172056

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1199.79
CPU system time (s): 0.307953
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 172056

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

runsolver used 1.2948 second user time and 3.08453 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-03 15:02:25
IDJOB=1561247
IDBENCH=70911
IDSOLVER=544
FILE ID=node80/1561247-1238763744
PBS_JOBID= 9085477
Free space on /tmp= 66120 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_14_7_3_cmp.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561247-1238763744/watcher-1561247-1238763744 -o /tmp/evaluation-result-1561247-1238763744/solver-1561247-1238763744 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1561247-1238763744.cnf -t 1200

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

MD5SUM BENCH= 04d46ce8651fab3a17ac1e6e72eb3503
RANDOM SEED=28265447

node80.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1834320 kB
Buffers:         42688 kB
Cached:          86928 kB
SwapCached:      14476 kB
Active:          26184 kB
Inactive:       119832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834320 kB
SwapTotal:     4192956 kB
SwapFree:      4170064 kB
Dirty:            7584 kB
Writeback:           0 kB
Mapped:          22036 kB
Slab:            60640 kB
Committed_AS:  3077076 kB
PageTables:       2016 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= 66120 MiB
End job on node80 at 2009-04-03 15:22:28