Trace number 1524395

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/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S1354285755-030.cnf
MD5SUM66607d8f2eb60a58f4b25cefb4199529
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.791879
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

Solver Data

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

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-1524395-1238477913/watcher-1524395-1238477913 -o /tmp/evaluation-result-1524395-1238477913/solver-1524395-1238477913 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524395-1238477913.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: 0.99 0.97 0.99 3/64 12803
/proc/meminfo: memFree=1568816/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=1444 CPUtime=0
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 120000 1120458237 1478656 138 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 361 138 70 173 0 186 0

[startup+0.0626 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12803
/proc/meminfo: memFree=1568816/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=1836 CPUtime=0.05
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 300 0 0 0 5 0 0 0 18 0 1 120000 1120458237 1880064 284 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 459 284 90 173 0 284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1836

[startup+0.101604 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12803
/proc/meminfo: memFree=1568816/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=1968 CPUtime=0.09
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 327 0 0 0 9 0 0 0 18 0 1 120000 1120458237 2015232 311 1992294400 134512640 135224549 4294956208 18446744073709551615 134618679 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 492 311 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.301629 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12803
/proc/meminfo: memFree=1568816/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=2232 CPUtime=0.29
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 383 0 0 0 29 0 0 0 19 0 1 120000 1120458237 2285568 367 1992294400 134512640 135224549 4294956208 18446744073709551615 134631381 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 558 367 90 173 0 383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2232

[startup+0.701676 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12803
/proc/meminfo: memFree=1568816/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=2364 CPUtime=0.69
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 428 0 0 0 69 0 0 0 22 0 1 120000 1120458237 2420736 412 1992294400 134512640 135224549 4294956208 18446744073709551615 134632708 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 591 412 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50177 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1567400/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=2764 CPUtime=1.49
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 519 0 0 0 149 0 0 0 25 0 1 120000 1120458237 2830336 503 1992294400 134512640 135224549 4294956208 18446744073709551615 134620008 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 691 503 90 173 0 516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2764

[startup+3.10196 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1566696/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=3292 CPUtime=3.09
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 662 0 0 0 309 0 0 0 25 0 1 120000 1120458237 3371008 646 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 823 646 90 173 0 648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3292

[startup+6.30134 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1565736/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=4348 CPUtime=6.29
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 899 0 0 0 629 0 0 0 25 0 1 120000 1120458237 4452352 883 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 1087 883 90 173 0 912 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4348

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1564392/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=5548 CPUtime=12.68
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 1189 0 0 0 1268 0 0 0 25 0 1 120000 1120458237 5681152 1173 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 1387 1173 90 173 0 1212 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5548

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1562728/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=7148 CPUtime=25.49
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 1603 0 0 0 2548 1 0 0 25 0 1 120000 1120458237 7319552 1587 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 1787 1587 90 173 0 1612 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7148

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1561128/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=9004 CPUtime=51.08
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 2041 0 0 0 5106 2 0 0 25 0 1 120000 1120458237 9220096 1992 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 2251 1992 90 173 0 2076 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9004

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1558952/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=11136 CPUtime=102.26
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 2571 0 0 0 10224 2 0 0 25 0 1 120000 1120458237 11403264 2522 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 2784 2522 90 173 0 2609 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11136

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1556776/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=13680 CPUtime=162.24
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 3201 0 0 0 16221 3 0 0 25 0 1 120000 1120458237 14008320 3087 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 3420 3087 90 173 0 3245 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 13680

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1554984/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=15336 CPUtime=222.23
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 3607 0 0 0 22219 4 0 0 25 0 1 120000 1120458237 15704064 3493 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 3834 3493 90 173 0 3659 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15336

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1553768/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=16720 CPUtime=282.22
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 3921 0 0 0 28217 5 0 0 25 0 1 120000 1120458237 17121280 3807 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 4180 3807 90 173 0 4005 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 16720

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1552560/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=17848 CPUtime=342.2
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 4208 0 0 0 34215 5 0 0 25 0 1 120000 1120458237 18276352 4094 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 4462 4094 90 173 0 4287 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 17848

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12804
/proc/meminfo: memFree=1551088/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=19168 CPUtime=402.18
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 4583 0 0 0 40212 6 0 0 25 0 1 120000 1120458237 19628032 4469 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 4792 4469 90 173 0 4617 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 19168

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1550768/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=19360 CPUtime=462.17
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 4615 0 0 0 46211 6 0 0 25 0 1 120000 1120458237 19824640 4501 1992294400 134512640 135224549 4294956208 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 4840 4501 90 173 0 4665 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 19360

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1549488/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=20972 CPUtime=522.15
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 4988 0 0 0 52209 6 0 0 25 0 1 120000 1120458237 21475328 4874 1992294400 134512640 135224549 4294956208 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 5243 4874 90 173 0 5068 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 20972

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1548656/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=21808 CPUtime=582.13
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 5199 0 0 0 58207 6 0 0 25 0 1 120000 1120458237 22331392 5085 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 5452 5085 90 173 0 5277 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21808

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1547888/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=22504 CPUtime=642.11
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 5386 0 0 0 64205 6 0 0 25 0 1 120000 1120458237 23044096 5272 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 5626 5272 90 173 0 5451 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22504

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1547568/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=22884 CPUtime=702.1
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 5463 0 0 0 70203 7 0 0 25 0 1 120000 1120458237 23433216 5349 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 5721 5349 90 173 0 5546 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 22884

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1545968/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=25116 CPUtime=762.09
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 5991 0 0 0 76202 7 0 0 25 0 1 120000 1120458237 25718784 5748 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 6279 5748 90 173 0 6104 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 25116

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1545776/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=25364 CPUtime=822.06
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 6031 0 0 0 82199 7 0 0 25 0 1 120000 1120458237 25972736 5788 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 6341 5788 90 173 0 6166 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 25364

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1544368/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=26856 CPUtime=882.05
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 6389 0 0 0 88197 8 0 0 25 0 1 120000 1120458237 27500544 6146 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 6714 6146 90 173 0 6539 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 26856

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1543664/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=27516 CPUtime=942.03
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 6559 0 0 0 94195 8 0 0 25 0 1 120000 1120458237 28176384 6316 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 6879 6316 90 173 0 6704 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 27516

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1543408/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=27900 CPUtime=1002.01
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 6625 0 0 0 100193 8 0 0 25 0 1 120000 1120458237 28569600 6382 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 6975 6382 90 173 0 6800 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 27900

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1542832/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=28548 CPUtime=1062
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 6772 0 0 0 106192 8 0 0 25 0 1 120000 1120458237 29233152 6529 1992294400 134512640 135224549 4294956208 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 7137 6529 90 173 0 6962 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 28548

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1541424/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=29868 CPUtime=1121.99
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 7106 0 0 0 112190 9 0 0 25 0 1 120000 1120458237 30584832 6863 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 7467 6863 90 173 0 7292 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 29868

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1541360/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=30036 CPUtime=1181.97
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 7136 0 0 0 118188 9 0 0 25 0 1 120000 1120458237 30756864 6893 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 7509 6893 90 173 0 7334 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 30036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 12806
/proc/meminfo: memFree=1541232/2055920 swapFree=4178472/4192956
[pid=12803] ppid=12801 vsize=30036 CPUtime=1200.07
/proc/12803/stat : 12803 (CirCUs) R 12801 12803 12429 0 -1 4194304 7153 0 0 0 119998 9 0 0 25 0 1 100 1120458237 30756864 6910 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12803/statm: 7509 6910 90 173 0 7334 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 30036

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.097985
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 30036

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

runsolver used 0.84987 second user time and 2.57661 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-31 07:38:33
IDJOB=1524395
IDBENCH=70510
IDSOLVER=544
FILE ID=node1/1524395-1238477913
PBS_JOBID= 9061782
Free space on /tmp= 66132 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S1354285755-030.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524395-1238477913/watcher-1524395-1238477913 -o /tmp/evaluation-result-1524395-1238477913/solver-1524395-1238477913 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524395-1238477913.cnf -t 1200

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

MD5SUM BENCH= 66607d8f2eb60a58f4b25cefb4199529
RANDOM SEED=1483325007

node1.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.229
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.229
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:       1569296 kB
Buffers:         88676 kB
Cached:         299180 kB
SwapCached:       8380 kB
Active:         174464 kB
Inactive:       223408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569296 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          15804 kB
Slab:            74668 kB
Committed_AS:  2999756 kB
PageTables:       1440 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= 66132 MiB
End job on node1 at 2009-03-31 07:58:35