Trace number 1524409

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.41

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/75/
unif-k7-r89-v75-c6675-S1402156840-093.cnf
MD5SUM3a21c2076cf8c7350d1388a742c488ff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.59776
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
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 56675

Solver Data

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

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-1524409-1238480653/watcher-1524409-1238480653 -o /tmp/evaluation-result-1524409-1238480653/solver-1524409-1238480653 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524409-1238480653.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.88 0.97 0.99 3/64 8702
/proc/meminfo: memFree=1536744/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=1444 CPUtime=0
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 120000 1120727579 1478656 140 1992294400 134512640 135224549 4294956208 18446744073709551615 134549159 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 361 140 70 173 0 186 0

[startup+0.0486609 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 8702
/proc/meminfo: memFree=1536744/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=1972 CPUtime=0.04
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 294 0 0 0 4 0 0 0 18 0 1 120000 1120727579 2019328 278 1992294400 134512640 135224549 4294956208 18446744073709551615 134570501 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 493 278 74 173 0 318 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1972

[startup+0.101665 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 8702
/proc/meminfo: memFree=1536744/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=1972 CPUtime=0.09
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 335 0 0 0 9 0 0 0 18 0 1 120000 1120727579 2019328 319 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 493 319 90 173 0 318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1972

[startup+0.301688 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 8702
/proc/meminfo: memFree=1536744/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=2236 CPUtime=0.29
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 391 0 0 0 29 0 0 0 19 0 1 120000 1120727579 2289664 375 1992294400 134512640 135224549 4294956208 18446744073709551615 134595535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 559 375 90 173 0 384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2236

[startup+0.701733 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 8702
/proc/meminfo: memFree=1536744/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=2500 CPUtime=0.69
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 440 0 0 0 69 0 0 0 22 0 1 120000 1120727579 2560000 424 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 625 424 90 173 0 450 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2500

[startup+1.50182 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1535264/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=2900 CPUtime=1.49
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 543 0 0 0 149 0 0 0 25 0 1 120000 1120727579 2969600 527 1992294400 134512640 135224549 4294956208 18446744073709551615 134583863 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 725 527 90 173 0 550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2900

[startup+3.10201 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1534624/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=3448 CPUtime=3.09
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 680 0 0 0 309 0 0 0 25 0 1 120000 1120727579 3530752 664 1992294400 134512640 135224549 4294956208 18446744073709551615 134632814 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 862 664 90 173 0 687 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3448

[startup+6.30137 s]
/proc/loadavg: 0.89 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1533600/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=4372 CPUtime=6.29
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 916 0 0 0 629 0 0 0 25 0 1 120000 1120727579 4476928 900 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 1093 900 90 173 0 918 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4372

[startup+12.7011 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1532192/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=5824 CPUtime=12.69
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 1262 0 0 0 1268 1 0 0 25 0 1 120000 1120727579 5963776 1246 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 1456 1246 90 173 0 1281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5824

[startup+25.5016 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1530592/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=7032 CPUtime=25.49
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 1570 0 0 0 2548 1 0 0 25 0 1 120000 1120727579 7200768 1554 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 1758 1554 90 173 0 1583 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7032

[startup+51.1015 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1528288/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=9412 CPUtime=51.08
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 2176 0 0 0 5106 2 0 0 25 0 1 120000 1120727579 9637888 2127 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 2353 2127 90 173 0 2178 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9412

[startup+102.304 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1525856/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=11812 CPUtime=102.26
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 2775 0 0 0 10224 2 0 0 25 0 1 120000 1120727579 12095488 2726 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 2953 2726 90 173 0 2778 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11812

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1523872/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=14056 CPUtime=162.25
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 3336 0 0 0 16222 3 0 0 25 0 1 120000 1120727579 14393344 3222 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 3514 3222 90 173 0 3339 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14056

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1522656/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=15256 CPUtime=222.23
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 3626 0 0 0 22220 3 0 0 25 0 1 120000 1120727579 15622144 3512 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 3814 3512 90 173 0 3639 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15256

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1521184/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=16744 CPUtime=282.21
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 4003 0 0 0 28218 3 0 0 25 0 1 120000 1120727579 17145856 3889 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 4186 3889 90 173 0 4011 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16744

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1519840/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=18180 CPUtime=342.2
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 4313 0 0 0 34216 4 0 0 25 0 1 120000 1120727579 18616320 4199 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 4545 4199 90 173 0 4370 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 18180

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1518496/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=19508 CPUtime=402.18
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 4644 0 0 0 40214 4 0 0 25 0 1 120000 1120727579 19976192 4530 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 4877 4530 90 173 0 4702 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 19508

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1517024/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=21028 CPUtime=462.16
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 5022 0 0 0 46211 5 0 0 25 0 1 120000 1120727579 21532672 4908 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 5257 4908 90 173 0 5082 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 21028

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1516832/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=21208 CPUtime=522.15
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 5056 0 0 0 52210 5 0 0 25 0 1 120000 1120727579 21716992 4942 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 5302 4942 90 173 0 5127 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 21208

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1515360/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=22720 CPUtime=582.14
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 5434 0 0 0 58208 6 0 0 25 0 1 120000 1120727579 23265280 5320 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 5680 5320 90 173 0 5505 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 22720

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1515296/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=22900 CPUtime=642.12
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 5480 0 0 0 64206 6 0 0 25 0 1 120000 1120727579 23449600 5366 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 5725 5366 90 173 0 5550 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 22900

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1513504/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=25324 CPUtime=702.1
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 6058 0 0 0 70204 6 0 0 25 0 1 120000 1120727579 25931776 5815 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 6331 5815 90 173 0 6156 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 25324

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1513376/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=25456 CPUtime=762.09
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 6085 0 0 0 76203 6 0 0 25 0 1 120000 1120727579 26066944 5842 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 6364 5842 90 173 0 6189 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 25456

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1511712/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=27160 CPUtime=822.07
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 6509 0 0 0 82200 7 0 0 25 0 1 120000 1120727579 27811840 6266 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 6790 6266 90 173 0 6615 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 27160

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1511200/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=27688 CPUtime=882.05
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 6638 0 0 0 88198 7 0 0 25 0 1 120000 1120727579 28352512 6395 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 6922 6395 90 173 0 6747 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 27688

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1510944/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=27880 CPUtime=942.04
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 6686 0 0 0 94197 7 0 0 25 0 1 120000 1120727579 28549120 6443 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 6970 6443 90 173 0 6795 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 27880

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1509472/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=29452 CPUtime=1002.02
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 7063 0 0 0 100194 8 0 0 25 0 1 120000 1120727579 30158848 6820 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 7363 6820 90 173 0 7188 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 29452

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1508832/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=30016 CPUtime=1062
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 7212 0 0 0 106192 8 0 0 25 0 1 120000 1120727579 30736384 6969 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 7504 6969 90 173 0 7329 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 30016

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1508704/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=30156 CPUtime=1121.99
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 7248 0 0 0 112191 8 0 0 25 0 1 120000 1120727579 30879744 7005 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 7539 7005 90 173 0 7364 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 30156

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1508320/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=30732 CPUtime=1181.98
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 7341 0 0 0 118189 9 0 0 25 0 1 120000 1120727579 31469568 7098 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 7683 7098 90 173 0 7508 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 30732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 8703
/proc/meminfo: memFree=1508128/2055920 swapFree=4178500/4192956
[pid=8702] ppid=8700 vsize=30924 CPUtime=1200.08
/proc/8702/stat : 8702 (CirCUs) R 8700 8702 8101 0 -1 4194304 7377 0 0 0 119999 9 0 0 25 0 1 100 1120727579 31666176 7134 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8702/statm: 7731 7134 90 173 0 7556 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30924

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.09
CPU user time (s): 1199.99
CPU system time (s): 0.097985
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 30924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
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= 7377
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= 1530

runsolver used 0.91486 second user time and 2.6196 second system time

The end

Launcher Data

Begin job on node62 at 2009-03-31 08:24:13
IDJOB=1524409
IDBENCH=70524
IDSOLVER=544
FILE ID=node62/1524409-1238480653
PBS_JOBID= 9061791
Free space on /tmp= 66352 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/75/unif-k7-r89-v75-c6675-S1402156840-093.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524409-1238480653/watcher-1524409-1238480653 -o /tmp/evaluation-result-1524409-1238480653/solver-1524409-1238480653 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524409-1238480653.cnf -t 1200

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

MD5SUM BENCH= 3a21c2076cf8c7350d1388a742c488ff
RANDOM SEED=585908174

node62.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.232
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.232
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:       1537160 kB
Buffers:         93628 kB
Cached:         328516 kB
SwapCached:       7616 kB
Active:         182524 kB
Inactive:       248896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537160 kB
SwapTotal:     4192956 kB
SwapFree:      4178500 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:          15016 kB
Slab:            73100 kB
Committed_AS:  2823616 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node62 at 2009-03-31 08:44:15