Trace number 1729409

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.11 1200.51

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
MD5SUM95e4195bdde82ec65467d8f29f037cf2
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 variables390
Number of clauses1722
Sum of the clauses size5166
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31722
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 

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-1729409-1240749049/watcher-1729409-1240749049 -o /tmp/evaluation-result-1729409-1240749049/solver-1729409-1240749049 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1729409-1240749049.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.45 3/65 27162
/proc/meminfo: memFree=1747080/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=1308 CPUtime=0
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 166 0 0 0 0 0 0 0 20 0 1 120000 102934213 1339392 150 1992294400 134512640 135224549 4294956208 18446744073709551615 134622728 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 327 150 89 173 0 152 0

[startup+0.080899 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 27162
/proc/meminfo: memFree=1747080/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=1572 CPUtime=0.07
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 245 0 0 0 7 0 0 0 20 0 1 120000 102934213 1609728 229 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 393 229 89 173 0 218 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1572

[startup+0.101903 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 27162
/proc/meminfo: memFree=1747080/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=1572 CPUtime=0.09
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 245 0 0 0 9 0 0 0 20 0 1 120000 102934213 1609728 229 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 393 229 89 173 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1572

[startup+0.301939 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 27162
/proc/meminfo: memFree=1747080/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=1836 CPUtime=0.29
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 294 0 0 0 29 0 0 0 22 0 1 120000 102934213 1880064 278 1992294400 134512640 135224549 4294956208 18446744073709551615 134583891 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 459 278 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.702013 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 27162
/proc/meminfo: memFree=1747080/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=2100 CPUtime=0.69
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 359 0 0 0 69 0 0 0 25 0 1 120000 102934213 2150400 343 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 525 343 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50116 s]
/proc/loadavg: 1.99 1.85 1.45 2/66 27163
/proc/meminfo: memFree=1745856/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=2496 CPUtime=1.49
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 467 0 0 0 149 0 0 0 25 0 1 120000 102934213 2555904 451 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 624 451 89 173 0 449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2496

[startup+3.10145 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 27163
/proc/meminfo: memFree=1745152/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=3156 CPUtime=3.09
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 634 0 0 0 309 0 0 0 25 0 1 120000 102934213 3231744 618 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 789 618 89 173 0 614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3156

[startup+6.30202 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 27163
/proc/meminfo: memFree=1744000/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=4212 CPUtime=6.29
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 878 0 0 0 629 0 0 0 25 0 1 120000 102934213 4313088 862 1992294400 134512640 135224549 4294956208 18446744073709551615 134619204 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 1053 862 89 173 0 878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4212

[startup+12.7012 s]
/proc/loadavg: 1.77 1.81 1.44 2/66 27163
/proc/meminfo: memFree=1742656/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=5532 CPUtime=12.69
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 1192 0 0 0 1269 0 0 0 25 0 1 120000 102934213 5664768 1176 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 1383 1176 89 173 0 1208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5532

[startup+25.5015 s]
/proc/loadavg: 1.65 1.78 1.44 2/66 27163
/proc/meminfo: memFree=1740992/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=6984 CPUtime=25.48
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 1580 0 0 0 2548 0 0 0 25 0 1 120000 102934213 7151616 1564 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 1746 1564 89 173 0 1571 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6984

[startup+51.1011 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 27163
/proc/meminfo: memFree=1739200/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=8828 CPUtime=51.08
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 2049 0 0 0 5106 2 0 0 25 0 1 120000 102934213 9039872 2000 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 2207 2000 89 173 0 2032 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8828

[startup+102.305 s]
/proc/loadavg: 1.17 1.59 1.40 2/66 27163
/proc/meminfo: memFree=1736256/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=11732 CPUtime=102.26
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 2785 0 0 0 10223 3 0 0 25 0 1 120000 102934213 12013568 2736 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 2933 2736 89 173 0 2758 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11732

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.37 2/66 27163
/proc/meminfo: memFree=1733888/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=14364 CPUtime=162.24
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 3445 0 0 0 16220 4 0 0 25 0 1 120000 102934213 14708736 3331 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 3591 3331 89 173 0 3416 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14364

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 27163
/proc/meminfo: memFree=1732224/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=15820 CPUtime=222.21
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 3832 0 0 0 22217 4 0 0 25 0 1 120000 102934213 16199680 3718 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 3955 3718 89 173 0 3780 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15820

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.32 2/66 27163
/proc/meminfo: memFree=1730816/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=17160 CPUtime=282.19
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 4174 0 0 0 28215 4 0 0 25 0 1 120000 102934213 17571840 4060 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 4290 4060 89 173 0 4115 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 17160

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 27163
/proc/meminfo: memFree=1729216/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=18768 CPUtime=342.18
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 4567 0 0 0 34213 5 0 0 25 0 1 120000 102934213 19218432 4453 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 4692 4453 89 173 0 4517 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 18768

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 27163
/proc/meminfo: memFree=1727616/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=20352 CPUtime=402.15
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 4967 0 0 0 40210 5 0 0 25 0 1 120000 102934213 20840448 4853 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 5088 4853 89 173 0 4913 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 20352

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/66 27163
/proc/meminfo: memFree=1727168/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=20764 CPUtime=462.14
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 5066 0 0 0 46208 6 0 0 25 0 1 120000 102934213 21262336 4952 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 5191 4952 89 173 0 5016 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 20764

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 27165
/proc/meminfo: memFree=1725568/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=22144 CPUtime=522.11
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 5413 0 0 0 52205 6 0 0 25 0 1 120000 102934213 22675456 5299 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 5536 5299 89 173 0 5361 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 22144

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 27165
/proc/meminfo: memFree=1724160/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=23604 CPUtime=582.1
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 5775 0 0 0 58203 7 0 0 25 0 1 120000 102934213 24170496 5661 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 5901 5661 89 173 0 5726 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 23604

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 27165
/proc/meminfo: memFree=1723456/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=24644 CPUtime=642.08
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 6052 0 0 0 64201 7 0 0 25 0 1 120000 102934213 25235456 5809 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 6161 5809 89 173 0 5986 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 24644

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 27165
/proc/meminfo: memFree=1723200/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=24944 CPUtime=702.05
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 6127 0 0 0 70198 7 0 0 25 0 1 120000 102934213 25542656 5884 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 6236 5884 89 173 0 6061 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 24944

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 27165
/proc/meminfo: memFree=1721280/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=26944 CPUtime=762.04
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 6602 0 0 0 76197 7 0 0 25 0 1 120000 102934213 27590656 6359 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 6736 6359 89 173 0 6561 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 26944

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 27165
/proc/meminfo: memFree=1721152/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=26944 CPUtime=822.01
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 6615 0 0 0 82194 7 0 0 25 0 1 120000 102934213 27590656 6372 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 6736 6372 89 173 0 6561 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 26944

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 27165
/proc/meminfo: memFree=1719552/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=28568 CPUtime=882
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7007 0 0 0 88192 8 0 0 25 0 1 120000 102934213 29253632 6764 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7142 6764 89 173 0 6967 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 28568

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 27165
/proc/meminfo: memFree=1718848/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=29228 CPUtime=941.97
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7175 0 0 0 94189 8 0 0 25 0 1 120000 102934213 29929472 6932 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7307 6932 89 173 0 7132 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 29228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 27165
/proc/meminfo: memFree=1718848/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=29228 CPUtime=1001.95
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7178 0 0 0 100187 8 0 0 25 0 1 120000 102934213 29929472 6935 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7307 6935 89 173 0 7132 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 29228

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 27165
/proc/meminfo: memFree=1718144/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=29956 CPUtime=1061.93
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7356 0 0 0 106185 8 0 0 25 0 1 120000 102934213 30674944 7113 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7489 7113 89 173 0 7314 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 29956

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 27165
/proc/meminfo: memFree=1716096/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=31848 CPUtime=1121.91
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7843 0 0 0 112182 9 0 0 25 0 1 120000 102934213 32612352 7600 1992294400 134512640 135224549 4294956208 18446744073709551615 134632694 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7962 7600 89 173 0 7787 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 31848

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 27165
/proc/meminfo: memFree=1716288/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=31848 CPUtime=1181.89
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7844 0 0 0 118180 9 0 0 25 0 1 120000 102934213 32612352 7601 1992294400 134512640 135224549 4294956208 18446744073709551615 134595331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7962 7601 89 173 0 7787 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 31848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 27165
/proc/meminfo: memFree=1716224/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=31996 CPUtime=1200.09
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7853 0 0 0 120000 9 0 0 25 0 1 100 102934213 32763904 7610 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7999 7610 89 173 0 7824 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 31996

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.09 2/66 27165
/proc/meminfo: memFree=1716224/2055920 swapFree=4181416/4192956
[pid=27162] ppid=27160 vsize=31996 CPUtime=1200.09
/proc/27162/stat : 27162 (CirCUs) R 27160 27162 26838 0 -1 4194304 7853 0 0 0 120000 9 0 0 25 0 1 100 102934213 32763904 7610 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27162/statm: 7999 7610 89 173 0 7824 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 31996

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1200.01
CPU system time (s): 0.101984
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 31996

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

runsolver used 1.38279 second user time and 2.95055 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-26 14:30:49
IDJOB=1729409
IDBENCH=24702
IDSOLVER=544
FILE ID=node84/1729409-1240749049
PBS_JOBID= 9187040
Free space on /tmp= 66216 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729409-1240749049/watcher-1729409-1240749049 -o /tmp/evaluation-result-1729409-1240749049/solver-1729409-1240749049 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1729409-1240749049.cnf -t 1200

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

MD5SUM BENCH= 95e4195bdde82ec65467d8f29f037cf2
RANDOM SEED=1261134120

node84.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.259
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.259
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:       1747560 kB
Buffers:         28580 kB
Cached:         202612 kB
SwapCached:       5448 kB
Active:          57652 kB
Inactive:       181452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747560 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            55180 kB
Committed_AS:   362704 kB
PageTables:       1368 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= 66216 MiB
End job on node84 at 2009-04-26 14:50:52