Trace number 1524563

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.08 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/560/
unif-k3-r4.25-v560-c2380-S565763763-051.cnf
MD5SUMc8ce7aa8b898c6cd15227b0e8c297c77
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524563-1238577957/watcher-1524563-1238577957 -o /tmp/evaluation-result-1524563-1238577957/solver-1524563-1238577957 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524563-1238577957.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: 2.68 3.69 3.63 3/64 32491
/proc/meminfo: memFree=1033048/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=1440 CPUtime=0
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 164 0 0 0 0 0 0 0 20 0 1 120000 1130461087 1474560 148 1992294400 134512640 135224549 4294956224 18446744073709551615 134570518 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 360 158 84 173 0 185 0

[startup+0.066161 s]
/proc/loadavg: 2.68 3.69 3.63 3/64 32491
/proc/meminfo: memFree=1033048/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=1704 CPUtime=0.06
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 247 0 0 0 6 0 0 0 20 0 1 120000 1130461087 1744896 231 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 426 231 89 173 0 251 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1704

[startup+0.102163 s]
/proc/loadavg: 2.68 3.69 3.63 3/64 32491
/proc/meminfo: memFree=1033048/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=1704 CPUtime=0.09
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 257 0 0 0 9 0 0 0 20 0 1 120000 1130461087 1744896 241 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 426 241 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.302183 s]
/proc/loadavg: 2.68 3.69 3.63 3/64 32491
/proc/meminfo: memFree=1033048/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=1836 CPUtime=0.29
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 298 0 0 0 29 0 0 0 22 0 1 120000 1130461087 1880064 282 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 459 282 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701224 s]
/proc/loadavg: 2.68 3.69 3.63 3/64 32491
/proc/meminfo: memFree=1033048/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=2100 CPUtime=0.69
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 358 0 0 0 69 0 0 0 25 0 1 120000 1130461087 2150400 342 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 525 342 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50131 s]
/proc/loadavg: 2.54 3.65 3.61 2/65 32492
/proc/meminfo: memFree=1031888/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=2628 CPUtime=1.49
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 484 0 0 0 149 0 0 0 25 0 1 120000 1130461087 2691072 468 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 657 468 89 173 0 482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2628

[startup+3.10147 s]
/proc/loadavg: 2.54 3.65 3.61 2/65 32492
/proc/meminfo: memFree=1031184/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=3184 CPUtime=3.09
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 628 0 0 0 309 0 0 0 25 0 1 120000 1130461087 3260416 612 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 796 612 89 173 0 621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3184

[startup+6.3018 s]
/proc/loadavg: 2.54 3.65 3.61 2/65 32492
/proc/meminfo: memFree=1030096/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=4108 CPUtime=6.29
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 856 0 0 0 629 0 0 0 25 0 1 120000 1130461087 4206592 840 1992294400 134512640 135224549 4294956224 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 1027 840 89 173 0 852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4108

[startup+12.7014 s]
/proc/loadavg: 2.31 3.56 3.58 2/65 32492
/proc/meminfo: memFree=1028640/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=5692 CPUtime=12.69
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 1247 0 0 0 1269 0 0 0 25 0 1 120000 1130461087 5828608 1231 1992294400 134512640 135224549 4294956224 18446744073709551615 134632721 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 1423 1231 89 173 0 1248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5692

[startup+25.5017 s]
/proc/loadavg: 2.10 3.47 3.56 2/65 32492
/proc/meminfo: memFree=1027040/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=6880 CPUtime=25.49
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 1560 0 0 0 2548 1 0 0 25 0 1 120000 1130461087 7045120 1544 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 1720 1544 89 173 0 1545 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6880

[startup+51.1014 s]
/proc/loadavg: 1.67 3.24 3.47 2/65 32492
/proc/meminfo: memFree=1024672/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=9388 CPUtime=51.07
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 2197 0 0 0 5106 1 0 0 25 0 1 120000 1130461087 9613312 2148 1992294400 134512640 135224549 4294956224 18446744073709551615 134595643 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 2347 2148 89 173 0 2172 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9388

[startup+102.307 s]
/proc/loadavg: 1.29 2.89 3.34 2/65 32492
/proc/meminfo: memFree=1021984/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=12164 CPUtime=102.27
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 2877 0 0 0 10225 2 0 0 25 0 1 120000 1130461087 12455936 2828 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 3041 2828 89 173 0 2866 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12164

[startup+162.302 s]
/proc/loadavg: 1.10 2.54 3.19 2/65 32492
/proc/meminfo: memFree=1019616/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=14668 CPUtime=162.25
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 3515 0 0 0 16222 3 0 0 25 0 1 120000 1130461087 15020032 3401 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 3667 3401 89 173 0 3492 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14668

[startup+222.302 s]
/proc/loadavg: 1.04 2.26 3.05 2/65 32492
/proc/meminfo: memFree=1017056/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=17188 CPUtime=222.23
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 4155 0 0 0 22220 3 0 0 25 0 1 120000 1130461087 17600512 4041 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 4297 4041 89 173 0 4122 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17188

[startup+282.302 s]
/proc/loadavg: 1.01 2.03 2.92 2/65 32492
/proc/meminfo: memFree=1015648/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=18404 CPUtime=282.21
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 4497 0 0 0 28218 3 0 0 25 0 1 120000 1130461087 18845696 4383 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 4601 4383 89 173 0 4426 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18404

[startup+342.303 s]
/proc/loadavg: 1.00 1.84 2.80 2/65 32492
/proc/meminfo: memFree=1014240/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=19880 CPUtime=342.2
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 4860 0 0 0 34216 4 0 0 25 0 1 120000 1130461087 20357120 4746 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 4970 4746 89 173 0 4795 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 19880

[startup+402.302 s]
/proc/loadavg: 1.00 1.68 2.68 2/65 32492
/proc/meminfo: memFree=1013920/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=20292 CPUtime=402.18
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 4963 0 0 0 40214 4 0 0 25 0 1 120000 1130461087 20779008 4849 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 5073 4849 89 173 0 4898 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 20292

[startup+462.302 s]
/proc/loadavg: 1.00 1.56 2.57 2/65 32492
/proc/meminfo: memFree=1012192/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=22008 CPUtime=462.16
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 5382 0 0 0 46212 4 0 0 25 0 1 120000 1130461087 22536192 5268 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 5502 5268 89 173 0 5327 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 22008

[startup+522.302 s]
/proc/loadavg: 1.00 1.45 2.47 2/65 32492
/proc/meminfo: memFree=1010464/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=24252 CPUtime=522.15
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 5953 0 0 0 52210 5 0 0 25 0 1 120000 1130461087 24834048 5710 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 6063 5710 89 173 0 5888 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 24252

[startup+582.302 s]
/proc/loadavg: 1.00 1.37 2.38 2/65 32492
/proc/meminfo: memFree=1010400/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=24384 CPUtime=582.13
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 5967 0 0 0 58208 5 0 0 25 0 1 120000 1130461087 24969216 5724 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 6096 5724 89 173 0 5921 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 24384

[startup+642.301 s]
/proc/loadavg: 1.00 1.30 2.29 2/65 32492
/proc/meminfo: memFree=1008032/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=26712 CPUtime=642.12
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 6554 0 0 0 64206 6 0 0 25 0 1 120000 1130461087 27353088 6311 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 6678 6311 89 173 0 6503 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 26712

[startup+702.301 s]
/proc/loadavg: 1.00 1.24 2.21 2/65 32492
/proc/meminfo: memFree=1007968/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=26712 CPUtime=702.1
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 6557 0 0 0 70204 6 0 0 25 0 1 120000 1130461087 27353088 6314 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 6678 6314 89 173 0 6503 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 26712

[startup+762.305 s]
/proc/loadavg: 1.00 1.19 2.13 2/65 32492
/proc/meminfo: memFree=1006304/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=28340 CPUtime=762.08
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 6965 0 0 0 76202 6 0 0 25 0 1 120000 1130461087 29020160 6722 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 7085 6722 89 173 0 6910 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 28340

[startup+822.302 s]
/proc/loadavg: 1.00 1.16 2.05 2/65 32492
/proc/meminfo: memFree=1005536/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=29140 CPUtime=822.06
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 7165 0 0 0 82200 6 0 0 25 0 1 120000 1130461087 29839360 6922 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 7285 6922 89 173 0 7110 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 29140

[startup+882.302 s]
/proc/loadavg: 1.00 1.12 1.98 2/65 32492
/proc/meminfo: memFree=1005472/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=29140 CPUtime=882.04
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 7180 0 0 0 88198 6 0 0 25 0 1 120000 1130461087 29839360 6937 1992294400 134512640 135224549 4294956224 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 7285 6937 89 173 0 7110 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 29140

[startup+942.302 s]
/proc/loadavg: 1.00 1.10 1.92 2/65 32492
/proc/meminfo: memFree=1003168/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=31604 CPUtime=942.03
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 7777 0 0 0 94196 7 0 0 25 0 1 120000 1130461087 32362496 7534 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 7901 7534 89 173 0 7726 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 31604

[startup+1002.3 s]
/proc/loadavg: 1.00 1.08 1.86 2/65 32492
/proc/meminfo: memFree=1003104/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=31604 CPUtime=1002.01
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 7791 0 0 0 100194 7 0 0 25 0 1 120000 1130461087 32362496 7548 1992294400 134512640 135224549 4294956224 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 7901 7548 89 173 0 7726 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 31604

[startup+1062.3 s]
/proc/loadavg: 1.00 1.06 1.80 2/65 32494
/proc/meminfo: memFree=1002912/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=31604 CPUtime=1061.99
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 7800 0 0 0 106192 7 0 0 25 0 1 120000 1130461087 32362496 7557 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 7901 7557 89 173 0 7726 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 31604

[startup+1122.3 s]
/proc/loadavg: 1.06 1.06 1.76 2/65 32494
/proc/meminfo: memFree=1002272/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=32280 CPUtime=1121.97
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 7973 0 0 0 112190 7 0 0 25 0 1 120000 1130461087 33054720 7730 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 8070 7730 89 173 0 7895 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 32280

[startup+1182.3 s]
/proc/loadavg: 1.08 1.06 1.71 2/65 32494
/proc/meminfo: memFree=999968/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=34604 CPUtime=1181.96
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 8526 0 0 0 118188 8 0 0 25 0 1 120000 1130461087 35434496 8283 1992294400 134512640 135224549 4294956224 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 8651 8283 89 173 0 8476 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 34604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 1.06 1.70 2/65 32494
/proc/meminfo: memFree=1000032/2055920 swapFree=4176444/4192956
[pid=32491] ppid=32489 vsize=34604 CPUtime=1200.06
/proc/32491/stat : 32491 (CirCUs) R 32489 32491 32211 0 -1 4194304 8526 0 0 0 119998 8 0 0 25 0 1 100 1130461087 35434496 8283 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32491/statm: 8651 8283 89 173 0 8476 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 34604

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.41
CPU time (s): 1200.08
CPU user time (s): 1199.98
CPU system time (s): 0.093985
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 34604

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

runsolver used 1.00685 second user time and 3.37049 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-01 11:25:57
IDJOB=1524563
IDBENCH=70678
IDSOLVER=544
FILE ID=node27/1524563-1238577957
PBS_JOBID= 9062222
Free space on /tmp= 65720 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/560/unif-k3-r4.25-v560-c2380-S565763763-051.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524563-1238577957/watcher-1524563-1238577957 -o /tmp/evaluation-result-1524563-1238577957/solver-1524563-1238577957 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524563-1238577957.cnf -t 1200

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

MD5SUM BENCH= c8ce7aa8b898c6cd15227b0e8c297c77
RANDOM SEED=1441931356

node27.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		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1033528 kB
Buffers:         94828 kB
Cached:         823540 kB
SwapCached:       9492 kB
Active:         197416 kB
Inactive:       732052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1033528 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            78856 kB
Committed_AS:  2985132 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65716 MiB
End job on node27 at 2009-04-01 11:46:00