Trace number 1719101

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

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.907
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

5.29/5.31	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
5.29/5.31	c Eliminate time :       4.57 

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-1719101-1240643290/watcher-1719101-1240643290 -o /tmp/evaluation-result-1719101-1240643290/solver-1719101-1240643290 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1719101-1240643290.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.44 3/65 20306
/proc/meminfo: memFree=1654784/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=8172 CPUtime=0
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 720 0 0 0 0 0 0 0 18 0 1 120000 92361792 8368128 705 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 2043 706 70 173 0 1868 0

[startup+0.0278859 s]
/proc/loadavg: 1.99 1.85 1.44 3/65 20306
/proc/meminfo: memFree=1654784/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=9536 CPUtime=0.02
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 1062 0 0 0 2 0 0 0 18 0 1 120000 92361792 9764864 1047 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 2384 1047 70 173 0 2209 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9536

[startup+0.101894 s]
/proc/loadavg: 1.99 1.85 1.44 3/65 20306
/proc/meminfo: memFree=1654784/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=13616 CPUtime=0.09
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 2194 0 0 0 9 0 0 0 18 0 1 120000 92361792 13942784 2081 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 3404 2081 70 173 0 3229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13616

[startup+0.301917 s]
/proc/loadavg: 1.99 1.85 1.44 3/65 20306
/proc/meminfo: memFree=1654784/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=23368 CPUtime=0.29
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 4948 0 0 0 26 3 0 0 19 0 1 120000 92361792 23928832 4706 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 5842 4706 70 173 0 5667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23368

[startup+0.701963 s]
/proc/loadavg: 1.99 1.85 1.44 3/65 20306
/proc/meminfo: memFree=1654784/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=42400 CPUtime=0.69
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 10279 0 0 0 62 7 0 0 22 0 1 120000 92361792 43417600 9780 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 10600 9780 70 173 0 10425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42400

[startup+1.50106 s]
/proc/loadavg: 1.91 1.83 1.44 2/66 20307
/proc/meminfo: memFree=1614328/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=50912 CPUtime=1.49
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 12519 0 0 0 141 8 0 0 25 0 1 120000 92361792 52133888 11506 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 12728 11506 77 173 0 12553 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50912

[startup+3.10124 s]
/proc/loadavg: 1.91 1.83 1.44 2/66 20307
/proc/meminfo: memFree=1607480/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=52244 CPUtime=3.09
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 13431 0 0 0 301 8 0 0 25 0 1 120000 92361792 53497856 12338 1992294400 134512640 135224549 4294956208 18446744073709551615 134570287 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 13061 12338 77 173 0 12886 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52244

[startup+6.30161 s]
/proc/loadavg: 1.91 1.83 1.44 2/66 20307
/proc/meminfo: memFree=1604024/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=53536 CPUtime=6.29
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 13867 0 0 0 621 8 0 0 25 0 1 120000 92361792 54820864 12680 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 13384 12680 92 173 0 13209 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53536

[startup+12.7013 s]
/proc/loadavg: 1.77 1.80 1.44 2/66 20307
/proc/meminfo: memFree=1603832/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=53932 CPUtime=12.68
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 13945 0 0 0 1260 8 0 0 25 0 1 120000 92361792 55226368 12758 1992294400 134512640 135224549 4294956208 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 13483 12758 92 173 0 13308 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53932

[startup+25.5018 s]
/proc/loadavg: 1.65 1.78 1.43 2/66 20307
/proc/meminfo: memFree=1602872/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=55024 CPUtime=25.48
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 14205 0 0 0 2540 8 0 0 25 0 1 120000 92361792 56344576 13018 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 13756 13018 92 173 0 13581 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55024

[startup+51.1018 s]
/proc/loadavg: 1.43 1.71 1.42 2/66 20307
/proc/meminfo: memFree=1602552/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=55288 CPUtime=51.07
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 14282 0 0 0 5098 9 0 0 25 0 1 120000 92361792 56614912 13095 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 13822 13095 92 173 0 13647 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55288

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.39 2/66 20307
/proc/meminfo: memFree=1600440/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=57428 CPUtime=102.26
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 14812 0 0 0 10217 9 0 0 25 0 1 120000 92361792 58806272 13625 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 14357 13625 92 173 0 14182 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 57428

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.36 2/66 20307
/proc/meminfo: memFree=1597496/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=60368 CPUtime=162.23
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 15533 0 0 0 16214 9 0 0 25 0 1 120000 92361792 61816832 14346 1992294400 134512640 135224549 4294956208 18446744073709551615 134618706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 15092 14346 92 173 0 14917 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 60368

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.34 2/66 20307
/proc/meminfo: memFree=1595064/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=62752 CPUtime=222.22
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 16141 0 0 0 22212 10 0 0 25 0 1 120000 92361792 64258048 14954 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 15688 14954 92 173 0 15513 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 62752

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/66 20307
/proc/meminfo: memFree=1588280/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=69492 CPUtime=282.2
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 17822 0 0 0 28209 11 0 0 25 0 1 120000 92361792 71159808 16635 1992294400 134512640 135224549 4294956208 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 17373 16635 92 173 0 17198 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 69492

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.29 2/66 20307
/proc/meminfo: memFree=1585400/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=72516 CPUtime=342.18
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 18530 0 0 0 34206 12 0 0 25 0 1 120000 92361792 74256384 17343 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 18129 17343 92 173 0 17954 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 72516

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.27 2/66 20307
/proc/meminfo: memFree=1582776/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=75156 CPUtime=402.16
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 19176 0 0 0 40203 13 0 0 25 0 1 120000 92361792 76959744 17989 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 18789 17989 92 173 0 18614 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 75156

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.25 2/66 20307
/proc/meminfo: memFree=1580088/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=77796 CPUtime=462.15
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 19856 0 0 0 46201 14 0 0 25 0 1 120000 92361792 79663104 18669 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 19449 18669 92 173 0 19274 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 77796

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.23 2/66 20307
/proc/meminfo: memFree=1577208/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=80752 CPUtime=522.13
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 20598 0 0 0 52199 14 0 0 25 0 1 120000 92361792 82690048 19411 1992294400 134512640 135224549 4294956208 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 20188 19411 92 173 0 20013 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 80752

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 20307
/proc/meminfo: memFree=1571256/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=86640 CPUtime=582.12
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 22085 0 0 0 58196 16 0 0 25 0 1 120000 92361792 88719360 20898 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 21660 20898 92 173 0 21485 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 86640

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 20307
/proc/meminfo: memFree=1571000/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=86888 CPUtime=642.1
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 22133 0 0 0 64194 16 0 0 25 0 1 120000 92361792 88973312 20946 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 21722 20946 92 173 0 21547 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 86888

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 20307
/proc/meminfo: memFree=1565112/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=93292 CPUtime=702.07
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 23730 0 0 0 70190 17 0 0 25 0 1 120000 92361792 95531008 22414 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 23323 22414 92 173 0 23148 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 93292

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 20307
/proc/meminfo: memFree=1563768/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=94612 CPUtime=762.07
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 24081 0 0 0 76189 18 0 0 25 0 1 120000 92361792 96882688 22765 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 23653 22765 92 173 0 23478 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 94612

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 20307
/proc/meminfo: memFree=1561464/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=96724 CPUtime=822.05
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 24622 0 0 0 82186 19 0 0 25 0 1 120000 92361792 99045376 23306 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 24181 23306 92 173 0 24006 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 96724

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 20307
/proc/meminfo: memFree=1557176/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=101056 CPUtime=882.03
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 25686 0 0 0 88182 21 0 0 25 0 1 120000 92361792 103481344 24370 1992294400 134512640 135224549 4294956208 18446744073709551615 134595393 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 25264 24370 92 173 0 25089 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 101056

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 20307
/proc/meminfo: memFree=1557176/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=101056 CPUtime=942.01
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 25697 0 0 0 94180 21 0 0 25 0 1 120000 92361792 103481344 24381 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 25264 24381 92 173 0 25089 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 101056

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 20307
/proc/meminfo: memFree=1552376/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=105676 CPUtime=1001.99
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 26881 0 0 0 100177 22 0 0 25 0 1 120000 92361792 108212224 25565 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 26419 25565 92 173 0 26244 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 105676

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 20307
/proc/meminfo: memFree=1552376/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=105676 CPUtime=1061.98
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 26883 0 0 0 106176 22 0 0 25 0 1 120000 92361792 108212224 25567 1992294400 134512640 135224549 4294956208 18446744073709551615 134595429 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 26419 25567 92 173 0 26244 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 105676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 20307
/proc/meminfo: memFree=1552248/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=105676 CPUtime=1121.96
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 26911 0 0 0 112174 22 0 0 25 0 1 120000 92361792 108212224 25595 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 26419 25595 92 173 0 26244 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 105676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 20307
/proc/meminfo: memFree=1552248/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=105676 CPUtime=1181.94
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 26915 0 0 0 118172 22 0 0 25 0 1 120000 92361792 108212224 25599 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 26419 25599 92 173 0 26244 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 105676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 20307
/proc/meminfo: memFree=1552184/2055920 swapFree=4192952/4192956
[pid=20306] ppid=20304 vsize=105676 CPUtime=1200.04
/proc/20306/stat : 20306 (CirCUs) R 20304 20306 20022 0 -1 4194304 26925 0 0 0 119982 22 0 0 25 0 1 100 92361792 108212224 25609 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20306/statm: 26419 25609 92 173 0 26244 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 105676

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.82
CPU system time (s): 0.240963
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 105676

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

runsolver used 1.39579 second user time and 2.58161 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-25 09:08:11
IDJOB=1719101
IDBENCH=20577
IDSOLVER=544
FILE ID=node74/1719101-1240643290
PBS_JOBID= 9186449
Free space on /tmp= 103156 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719101-1240643290/watcher-1719101-1240643290 -o /tmp/evaluation-result-1719101-1240643290/solver-1719101-1240643290 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1719101-1240643290.cnf -t 1200

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=1351426090

node74.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.233
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.233
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:       1655264 kB
Buffers:         79120 kB
Cached:         232588 kB
SwapCached:          4 kB
Active:          90424 kB
Inactive:       236116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655264 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           11312 kB
Writeback:           0 kB
Mapped:          24548 kB
Slab:            59984 kB
Committed_AS:   376016 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103156 MiB
End job on node74 at 2009-04-25 09:28:13