Trace number 1524268

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

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S2083487609-068.cnf
MD5SUM57c4481d80dab225feb097c0bb7b33c7
Bench CategoryRANDOM (random 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 variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524268-1238413852/watcher-1524268-1238413852 -o /tmp/evaluation-result-1524268-1238413852/solver-1524268-1238413852 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524268-1238413852.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.01 1.00 3/70 3108
/proc/meminfo: memFree=1079112/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=1308 CPUtime=0
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 120000 1114047855 1339392 145 1992294400 134512640 135224549 4294956224 18446744073709551615 134570683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 327 145 74 173 0 152 0

[startup+0.078849 s]
/proc/loadavg: 1.00 1.01 1.00 3/70 3108
/proc/meminfo: memFree=1079112/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=1708 CPUtime=0.07
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 246 0 0 0 7 0 0 0 18 0 1 120000 1114047855 1748992 230 1992294400 134512640 135224549 4294956224 18446744073709551615 134595437 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 427 230 89 173 0 252 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1708

[startup+0.101853 s]
/proc/loadavg: 1.00 1.01 1.00 3/70 3108
/proc/meminfo: memFree=1079112/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=1708 CPUtime=0.1
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 253 0 0 0 10 0 0 0 18 0 1 120000 1114047855 1748992 237 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 427 237 89 173 0 252 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1708

[startup+0.30189 s]
/proc/loadavg: 1.00 1.01 1.00 3/70 3108
/proc/meminfo: memFree=1079112/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=1840 CPUtime=0.3
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 295 0 0 0 30 0 0 0 19 0 1 120000 1114047855 1884160 279 1992294400 134512640 135224549 4294956224 18446744073709551615 134595522 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 460 279 89 173 0 285 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1840

[startup+0.701963 s]
/proc/loadavg: 1.00 1.01 1.00 3/70 3108
/proc/meminfo: memFree=1079112/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=2104 CPUtime=0.7
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 354 0 0 0 70 0 0 0 22 0 1 120000 1114047855 2154496 338 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 526 338 89 173 0 351 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2104

[startup+1.50111 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 3109
/proc/meminfo: memFree=1077824/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=2500 CPUtime=1.49
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 467 0 0 0 149 0 0 0 25 0 1 120000 1114047855 2560000 451 1992294400 134512640 135224549 4294956224 18446744073709551615 134587638 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 625 451 89 173 0 450 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2500

[startup+3.1014 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 3109
/proc/meminfo: memFree=1077184/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=3316 CPUtime=3.09
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 654 0 0 0 309 0 0 0 25 0 1 120000 1114047855 3395584 638 1992294400 134512640 135224549 4294956224 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 829 638 89 173 0 654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3316

[startup+6.30198 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 3109
/proc/meminfo: memFree=1076032/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=4248 CPUtime=6.29
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 876 0 0 0 629 0 0 0 25 0 1 120000 1114047855 4349952 860 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 1062 860 89 173 0 887 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4248

[startup+12.7011 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 3109
/proc/meminfo: memFree=1074816/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=5436 CPUtime=12.69
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 1170 0 0 0 1269 0 0 0 25 0 1 120000 1114047855 5566464 1154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 1359 1154 89 173 0 1184 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5436

[startup+25.5015 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 3109
/proc/meminfo: memFree=1073216/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=6632 CPUtime=25.48
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 1487 0 0 0 2548 0 0 0 25 0 1 120000 1114047855 6791168 1471 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 1658 1471 89 173 0 1483 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6632

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1071616/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=8364 CPUtime=51.07
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 1913 0 0 0 5106 1 0 0 25 0 1 120000 1114047855 8564736 1864 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 2091 1864 89 173 0 1916 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8364

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1069376/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=10640 CPUtime=102.26
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 2471 0 0 0 10224 2 0 0 25 0 1 120000 1114047855 10895360 2422 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 2660 2422 89 173 0 2485 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10640

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1067584/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=12796 CPUtime=162.24
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 2988 0 0 0 16221 3 0 0 25 0 1 120000 1114047855 13103104 2874 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 3199 2874 89 173 0 3024 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12796

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1065472/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=14816 CPUtime=222.21
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 3515 0 0 0 22217 4 0 0 25 0 1 120000 1114047855 15171584 3401 1992294400 134512640 135224549 4294956224 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 3704 3401 89 173 0 3529 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14816

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1064000/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=16380 CPUtime=282.19
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 3880 0 0 0 28215 4 0 0 25 0 1 120000 1114047855 16773120 3766 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 4095 3766 89 173 0 3920 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16380

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1062528/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=17888 CPUtime=342.17
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 4233 0 0 0 34213 4 0 0 25 0 1 120000 1114047855 18317312 4119 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 4472 4119 89 173 0 4297 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17888

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1061952/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=18584 CPUtime=402.16
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 4395 0 0 0 40211 5 0 0 25 0 1 120000 1114047855 19030016 4281 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 4646 4281 89 173 0 4471 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 18584

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3109
/proc/meminfo: memFree=1061120/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=19400 CPUtime=462.14
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 4600 0 0 0 46209 5 0 0 25 0 1 120000 1114047855 19865600 4486 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 4850 4486 89 173 0 4675 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 19400

[startup+522.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/71 3109
/proc/meminfo: memFree=1059392/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=21000 CPUtime=522.12
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 5010 0 0 0 52207 5 0 0 25 0 1 120000 1114047855 21504000 4896 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 5250 4896 89 173 0 5075 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 21000

[startup+582.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/71 3109
/proc/meminfo: memFree=1059328/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=21140 CPUtime=582.1
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 5036 0 0 0 58205 5 0 0 25 0 1 120000 1114047855 21647360 4922 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 5285 4922 89 173 0 5110 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 21140

[startup+642.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/71 3115
/proc/meminfo: memFree=1057472/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=23300 CPUtime=642.08
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 5597 0 0 0 64202 6 0 0 25 0 1 120000 1114047855 23859200 5354 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 5825 5354 89 173 0 5650 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 23300

[startup+702.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/71 3115
/proc/meminfo: memFree=1057472/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=23468 CPUtime=702.05
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 5610 0 0 0 70199 6 0 0 25 0 1 120000 1114047855 24031232 5367 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 5867 5367 89 173 0 5692 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 23468

[startup+762.306 s]
/proc/loadavg: 1.06 1.04 1.00 2/71 3115
/proc/meminfo: memFree=1056512/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=24512 CPUtime=762.04
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 5839 0 0 0 76198 6 0 0 25 0 1 120000 1114047855 25100288 5596 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 6128 5596 89 173 0 5953 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 24512

[startup+822.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/71 3115
/proc/meminfo: memFree=1055552/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=25436 CPUtime=822.01
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 6078 0 0 0 82195 6 0 0 25 0 1 120000 1114047855 26046464 5835 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 6359 5835 89 173 0 6184 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 25436

[startup+882.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/71 3115
/proc/meminfo: memFree=1055424/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=25596 CPUtime=881.99
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 6111 0 0 0 88193 6 0 0 25 0 1 120000 1114047855 26210304 5868 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 6399 5868 89 173 0 6224 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 25596

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/71 3115
/proc/meminfo: memFree=1054080/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=26976 CPUtime=941.97
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 6463 0 0 0 94191 6 0 0 25 0 1 120000 1114047855 27623424 6220 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 6744 6220 89 173 0 6569 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 26976

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 3115
/proc/meminfo: memFree=1053184/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=27768 CPUtime=1001.95
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 6680 0 0 0 100188 7 0 0 25 0 1 120000 1114047855 28434432 6437 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 6942 6437 89 173 0 6767 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 27768

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 3115
/proc/meminfo: memFree=1053184/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=27768 CPUtime=1061.93
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 6685 0 0 0 106186 7 0 0 25 0 1 120000 1114047855 28434432 6442 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 6942 6442 89 173 0 6767 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 27768

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3115
/proc/meminfo: memFree=1052864/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=28212 CPUtime=1121.91
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 6752 0 0 0 112184 7 0 0 25 0 1 120000 1114047855 28889088 6509 1992294400 134512640 135224549 4294956224 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 7053 6509 89 173 0 6878 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 28212

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3115
/proc/meminfo: memFree=1050816/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=30120 CPUtime=1181.9
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 7263 0 0 0 118182 8 0 0 25 0 1 120000 1114047855 30842880 7020 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 7530 7020 89 173 0 7355 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 30120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 3115
/proc/meminfo: memFree=1050816/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=30120 CPUtime=1200.09
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 7263 0 0 0 120001 8 0 0 25 0 1 100 1114047855 30842880 7020 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 7530 7020 89 173 0 7355 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 30120

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.00 2/71 3115
/proc/meminfo: memFree=1050816/2055920 swapFree=4170584/4192956
[pid=3108] ppid=3106 vsize=30120 CPUtime=1200.09
/proc/3108/stat : 3108 (CirCUs) R 3106 3108 3041 0 -1 4194304 7263 0 0 0 120001 8 0 0 25 0 1 100 1114047855 30842880 7020 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3108/statm: 7530 7020 89 173 0 7355 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 30120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1200.02
CPU system time (s): 0.086986
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 30120

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

runsolver used 1.09183 second user time and 3.2855 second system time

The end

Launcher Data

Begin job on node45 at 2009-03-30 13:50:52
IDJOB=1524268
IDBENCH=70383
IDSOLVER=544
FILE ID=node45/1524268-1238413852
PBS_JOBID= 9061509
Free space on /tmp= 66416 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S2083487609-068.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524268-1238413852/watcher-1524268-1238413852 -o /tmp/evaluation-result-1524268-1238413852/solver-1524268-1238413852 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524268-1238413852.cnf -t 1200

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

MD5SUM BENCH= 57c4481d80dab225feb097c0bb7b33c7
RANDOM SEED=858880231

node45.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.285
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.285
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:       1079592 kB
Buffers:        101576 kB
Cached:         769820 kB
SwapCached:      11516 kB
Active:          60132 kB
Inactive:       824224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1079592 kB
SwapTotal:     4192956 kB
SwapFree:      4170584 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:          18620 kB
Slab:            77376 kB
Committed_AS:  2561248 kB
PageTables:       1900 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= 66416 MiB
End job on node45 at 2009-03-30 14:10:55