Trace number 1735831

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.09 1200.43

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1820c171155gyes6.cnf
MD5SUM6a5fbd61e49d3642ce9fdb6efadb5a97
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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.69/0.72	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.72	c Eliminate time :       0.59 

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-1735831-1240807114/watcher-1735831-1240807114 -o /tmp/evaluation-result-1735831-1240807114/solver-1735831-1240807114 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735831-1240807114.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.86 1.46 3/65 29962
/proc/meminfo: memFree=1272144/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=2936 CPUtime=0
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 120000 108741414 3006464 189 1992294400 134512640 135224549 4294956208 18446744073709551615 134613244 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 734 190 70 173 0 559 0

[startup+0.033031 s]
/proc/loadavg: 1.99 1.86 1.46 3/65 29962
/proc/meminfo: memFree=1272144/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=4912 CPUtime=0.02
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 766 0 0 0 2 0 0 0 20 0 1 120000 108741414 5029888 718 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 1228 719 70 173 0 1053 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4912

[startup+0.101037 s]
/proc/loadavg: 1.99 1.86 1.46 3/65 29962
/proc/meminfo: memFree=1272144/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=9392 CPUtime=0.09
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 2028 0 0 0 8 1 0 0 20 0 1 120000 108741414 9617408 1915 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 2348 1915 70 173 0 2173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9392

[startup+0.301056 s]
/proc/loadavg: 1.99 1.86 1.46 3/65 29962
/proc/meminfo: memFree=1272144/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=12276 CPUtime=0.29
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 2866 0 0 0 28 1 0 0 22 0 1 120000 108741414 12570624 2623 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 3069 2623 74 173 0 2894 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12276

[startup+0.701098 s]
/proc/loadavg: 1.99 1.86 1.46 3/65 29962
/proc/meminfo: memFree=1272144/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=12276 CPUtime=0.69
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 2866 0 0 0 68 1 0 0 25 0 1 120000 108741414 12570624 2623 1992294400 134512640 135224549 4294956208 18446744073709551615 134570518 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 3069 2623 74 173 0 2894 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12276

[startup+1.50118 s]
/proc/loadavg: 1.99 1.86 1.46 2/66 29963
/proc/meminfo: memFree=1260096/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=16632 CPUtime=1.49
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 3957 0 0 0 148 1 0 0 25 0 1 120000 108741414 17031168 3714 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 4158 3714 90 173 0 3983 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16632

[startup+3.10135 s]
/proc/loadavg: 1.99 1.86 1.46 2/66 29963
/proc/meminfo: memFree=1256704/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=17820 CPUtime=3.09
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 4254 0 0 0 308 1 0 0 25 0 1 120000 108741414 18247680 4011 1992294400 134512640 135224549 4294956208 18446744073709551615 134595525 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 4455 4011 90 173 0 4280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17820

[startup+6.3027 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 29963
/proc/meminfo: memFree=1254400/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=19576 CPUtime=6.29
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 4699 0 0 0 627 2 0 0 25 0 1 120000 108741414 20045824 4456 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 4894 4456 90 173 0 4719 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19576

[startup+12.7014 s]
/proc/loadavg: 1.84 1.83 1.45 2/66 29963
/proc/meminfo: memFree=1249672/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=24196 CPUtime=12.68
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 5860 0 0 0 1266 2 0 0 25 0 1 120000 108741414 24776704 5617 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 6049 5617 90 173 0 5874 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24196

[startup+25.5017 s]
/proc/loadavg: 1.65 1.79 1.44 2/66 29965
/proc/meminfo: memFree=1245768/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=28092 CPUtime=25.49
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 6833 0 0 0 2546 3 0 0 25 0 1 120000 108741414 28766208 6590 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 7023 6590 90 173 0 6848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28092

[startup+51.1014 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 29965
/proc/meminfo: memFree=1240072/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=33932 CPUtime=51.08
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 8266 0 0 0 5104 4 0 0 25 0 1 120000 108741414 34746368 8023 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 8483 8023 90 173 0 8308 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33932

[startup+102.306 s]
/proc/loadavg: 1.18 1.61 1.41 2/66 29965
/proc/meminfo: memFree=1228872/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=45152 CPUtime=102.26
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 11086 0 0 0 10220 6 0 0 25 0 1 120000 108741414 46235648 10843 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 11288 10843 90 173 0 11113 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45152

[startup+162.302 s]
/proc/loadavg: 1.07 1.49 1.38 2/66 29965
/proc/meminfo: memFree=1218504/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=55568 CPUtime=162.24
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 13637 0 0 0 16215 9 0 0 25 0 1 120000 108741414 56901632 13394 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 13892 13394 90 173 0 13717 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 55568

[startup+222.301 s]
/proc/loadavg: 1.02 1.40 1.35 2/66 29965
/proc/meminfo: memFree=1212296/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=61772 CPUtime=222.23
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 15185 0 0 0 22212 11 0 0 25 0 1 120000 108741414 63254528 14942 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 15443 14942 90 173 0 15268 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 61772

[startup+282.302 s]
/proc/loadavg: 1.01 1.33 1.33 2/66 29965
/proc/meminfo: memFree=1207432/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=66524 CPUtime=282.21
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 16382 0 0 0 28209 12 0 0 25 0 1 120000 108741414 68120576 16139 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 16631 16139 90 173 0 16456 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 66524

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 29965
/proc/meminfo: memFree=1199944/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=74052 CPUtime=342.19
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 18281 0 0 0 34204 15 0 0 25 0 1 120000 108741414 75829248 18038 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 18513 18038 90 173 0 18338 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 74052

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 29965
/proc/meminfo: memFree=1193672/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=80124 CPUtime=402.18
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 19819 0 0 0 40201 17 0 0 25 0 1 120000 108741414 82046976 19576 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 20031 19576 90 173 0 19856 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 80124

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/66 29965
/proc/meminfo: memFree=1185288/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=88444 CPUtime=462.16
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 21896 0 0 0 46198 18 0 0 25 0 1 120000 108741414 90566656 21653 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 22111 21653 90 173 0 21936 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 88444

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.24 2/66 29965
/proc/meminfo: memFree=1179720/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=93992 CPUtime=522.14
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 23293 0 0 0 52195 19 0 0 25 0 1 120000 108741414 96247808 23050 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 23498 23050 90 173 0 23323 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 93992

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/66 29965
/proc/meminfo: memFree=1179720/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=93992 CPUtime=582.12
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 23293 0 0 0 58193 19 0 0 25 0 1 120000 108741414 96247808 23050 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 23498 23050 90 173 0 23323 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 93992

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 29965
/proc/meminfo: memFree=1168328/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=105856 CPUtime=642.12
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 26271 0 0 0 64189 23 0 0 25 0 1 120000 108741414 108396544 25899 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 26464 25899 90 173 0 26289 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 105856

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 29965
/proc/meminfo: memFree=1168264/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=105856 CPUtime=702.1
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 26271 0 0 0 70187 23 0 0 25 0 1 120000 108741414 108396544 25899 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 26464 25899 90 173 0 26289 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 105856

[startup+762.306 s]
/proc/loadavg: 1.07 1.07 1.18 2/66 29965
/proc/meminfo: memFree=1160200/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=113924 CPUtime=762.08
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 28295 0 0 0 76183 25 0 0 25 0 1 120000 108741414 116658176 27923 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 28481 27923 90 173 0 28306 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 113924

[startup+822.301 s]
/proc/loadavg: 1.09 1.07 1.17 2/66 29965
/proc/meminfo: memFree=1157384/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=116564 CPUtime=822.06
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 28975 0 0 0 82180 26 0 0 25 0 1 120000 108741414 119361536 28603 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 29141 28603 90 173 0 28966 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 116564

[startup+882.301 s]
/proc/loadavg: 1.09 1.07 1.17 2/66 29965
/proc/meminfo: memFree=1157448/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=116564 CPUtime=882.04
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 28975 0 0 0 88178 26 0 0 25 0 1 120000 108741414 119361536 28603 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 29141 28603 90 173 0 28966 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 116564

[startup+942.302 s]
/proc/loadavg: 1.09 1.07 1.16 2/66 29965
/proc/meminfo: memFree=1147464/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=126472 CPUtime=942.03
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 31460 0 0 0 94173 30 0 0 25 0 1 120000 108741414 129507328 31088 1992294400 134512640 135224549 4294956208 18446744073709551615 134618764 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 31618 31088 90 173 0 31443 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 126472

[startup+1002.3 s]
/proc/loadavg: 1.08 1.07 1.16 2/66 29965
/proc/meminfo: memFree=1147464/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=126472 CPUtime=1002.01
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 31461 0 0 0 100171 30 0 0 25 0 1 120000 108741414 129507328 31089 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 31618 31089 90 173 0 31443 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 126472

[startup+1062.3 s]
/proc/loadavg: 1.15 1.10 1.16 2/66 29965
/proc/meminfo: memFree=1147464/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=126472 CPUtime=1061.99
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 31461 0 0 0 106169 30 0 0 25 0 1 120000 108741414 129507328 31089 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 31618 31089 90 173 0 31443 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 126472

[startup+1122.3 s]
/proc/loadavg: 1.10 1.09 1.15 2/66 29965
/proc/meminfo: memFree=1142600/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=131500 CPUtime=1121.98
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 32726 0 0 0 112166 32 0 0 25 0 1 120000 108741414 134656000 32354 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 32875 32354 90 173 0 32700 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 131500

[startup+1182.3 s]
/proc/loadavg: 1.03 1.07 1.14 2/66 29965
/proc/meminfo: memFree=1133448/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=140488 CPUtime=1181.96
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 34965 0 0 0 118161 35 0 0 25 0 1 120000 108741414 143859712 34593 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 35122 34593 90 173 0 34947 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 140488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.02 1.06 1.14 2/66 29965
/proc/meminfo: memFree=1133384/2055920 swapFree=4181364/4192956
[pid=29962] ppid=29960 vsize=140488 CPUtime=1200.06
/proc/29962/stat : 29962 (CirCUs) R 29960 29962 29752 0 -1 4194304 34965 0 0 0 119971 35 0 0 25 0 1 100 108741414 143859712 34593 1992294400 134512640 135224549 4294956208 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29962/statm: 35122 34593 90 173 0 34947 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 140488

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.09
CPU user time (s): 1199.72
CPU system time (s): 0.369943
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 140488

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

runsolver used 1.2968 second user time and 3.08053 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-27 06:38:34
IDJOB=1735831
IDBENCH=71529
IDSOLVER=544
FILE ID=node79/1735831-1240807114
PBS_JOBID= 9187415
Free space on /tmp= 66048 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1820c171155gyes6.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735831-1240807114/watcher-1735831-1240807114 -o /tmp/evaluation-result-1735831-1240807114/solver-1735831-1240807114 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1735831-1240807114.cnf -t 1200

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

MD5SUM BENCH= 6a5fbd61e49d3642ce9fdb6efadb5a97
RANDOM SEED=1681036316

node79.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.220
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.220
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:       1272560 kB
Buffers:         78444 kB
Cached:         621156 kB
SwapCached:       5832 kB
Active:         424780 kB
Inactive:       283520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272560 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          14020 kB
Slab:            60992 kB
Committed_AS:   448620 kB
PageTables:       1384 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= 66048 MiB
End job on node79 at 2009-04-27 06:58:37