Trace number 1524204

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S1119314619-090.cnf
MD5SUM682adf22440a1975a5efec3ca28f38cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.86141
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

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-1524204-1238395765/watcher-1524204-1238395765 -o /tmp/evaluation-result-1524204-1238395765/solver-1524204-1238395765 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524204-1238395765.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.91 0.97 0.99 3/64 16931
/proc/meminfo: memFree=1118656/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=2064 CPUtime=0
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 120000 1112241928 2113536 252 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 516 253 70 173 0 341 0

[startup+0.073713 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16931
/proc/meminfo: memFree=1118656/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=3644 CPUtime=0.06
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 703 0 0 0 6 0 0 0 20 0 1 120000 1112241928 3731456 687 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 911 687 90 173 0 736 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3644

[startup+0.102716 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16931
/proc/meminfo: memFree=1118656/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=3644 CPUtime=0.09
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 729 0 0 0 9 0 0 0 20 0 1 120000 1112241928 3731456 713 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 911 713 90 173 0 736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3644

[startup+0.301743 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16931
/proc/meminfo: memFree=1118656/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=4436 CPUtime=0.29
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 899 0 0 0 29 0 0 0 22 0 1 120000 1112241928 4542464 883 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 1109 883 90 173 0 934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4436

[startup+0.701775 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 16931
/proc/meminfo: memFree=1118656/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=5624 CPUtime=0.69
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 1225 0 0 0 69 0 0 0 25 0 1 120000 1112241928 5758976 1209 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 1406 1209 90 173 0 1231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5624

[startup+1.50186 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1113272/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=6680 CPUtime=1.49
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 1487 0 0 0 148 1 0 0 25 0 1 120000 1112241928 6840320 1471 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 1670 1471 90 173 0 1495 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6680

[startup+3.10202 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1112760/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=7736 CPUtime=3.09
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 1740 0 0 0 308 1 0 0 25 0 1 120000 1112241928 7921664 1724 1992294400 134512640 135224549 4294956208 18446744073709551615 134618779 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 1934 1724 90 173 0 1759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7736

[startup+6.30134 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1111168/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=9616 CPUtime=6.29
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 2193 0 0 0 628 1 0 0 25 0 1 120000 1112241928 9846784 2177 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 2404 2177 90 173 0 2229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9616

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1107200/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=12784 CPUtime=12.69
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 3006 0 0 0 1267 2 0 0 25 0 1 120000 1112241928 13090816 2990 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 3196 2990 90 173 0 3021 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12784

[startup+25.5023 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1101888/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=17668 CPUtime=25.48
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 4224 0 0 0 2546 2 0 0 25 0 1 120000 1112241928 18092032 4208 1992294400 134512640 135224549 4294956208 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 4417 4208 90 173 0 4242 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17668

[startup+51.1029 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1093952/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=25716 CPUtime=51.08
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 6236 0 0 0 5104 4 0 0 25 0 1 120000 1112241928 26333184 6187 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 6429 6187 90 173 0 6254 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25716

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1084864/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=34824 CPUtime=102.27
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 8515 0 0 0 10221 6 0 0 25 0 1 120000 1112241928 35659776 8466 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 8706 8466 90 173 0 8531 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34824

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1075328/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=44452 CPUtime=162.25
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 10960 0 0 0 16216 9 0 0 25 0 1 120000 1112241928 45518848 10846 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 11113 10846 90 173 0 10938 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 44452

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1067584/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=52108 CPUtime=222.23
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 12892 0 0 0 22213 10 0 0 25 0 1 120000 1112241928 53358592 12778 1992294400 134512640 135224549 4294956208 18446744073709551615 134619874 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 13027 12778 90 173 0 12852 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 52108

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1056576/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=63064 CPUtime=282.22
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 15635 0 0 0 28209 13 0 0 25 0 1 120000 1112241928 64577536 15521 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 15766 15521 90 173 0 15591 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 63064

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1049856/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=69664 CPUtime=342.2
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 17306 0 0 0 34205 15 0 0 25 0 1 120000 1112241928 71335936 17192 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 17416 17192 90 173 0 17241 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 69664

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1045248/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=74284 CPUtime=402.19
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 18452 0 0 0 40202 17 0 0 25 0 1 120000 1112241928 76066816 18338 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 18571 18338 90 173 0 18396 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 74284

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1036864/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=82600 CPUtime=462.17
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 20535 0 0 0 46199 18 0 0 25 0 1 120000 1112241928 84582400 20421 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 20650 20421 90 173 0 20475 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 82600

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1031488/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=89052 CPUtime=522.16
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 22171 0 0 0 52196 20 0 0 25 0 1 120000 1112241928 91189248 21928 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 22263 21928 90 173 0 22088 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 89052

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1029312/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=90636 CPUtime=582.14
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 22569 0 0 0 58194 20 0 0 25 0 1 120000 1112241928 92811264 22326 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 22659 22326 90 173 0 22484 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 90636

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16932
/proc/meminfo: memFree=1021120/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=98820 CPUtime=642.13
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 24615 0 0 0 64189 24 0 0 25 0 1 120000 1112241928 101191680 24372 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 24705 24372 90 173 0 24530 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 98820

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=1020920/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=98820 CPUtime=702.11
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 24615 0 0 0 70187 24 0 0 25 0 1 120000 1112241928 101191680 24372 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 24705 24372 90 173 0 24530 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 98820

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=1010176/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=109512 CPUtime=762.1
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 27317 0 0 0 76183 27 0 0 25 0 1 120000 1112241928 112140288 27074 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 27378 27074 90 173 0 27203 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 109512

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=1010240/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=109512 CPUtime=822.08
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 27317 0 0 0 82181 27 0 0 25 0 1 120000 1112241928 112140288 27074 1992294400 134512640 135224549 4294956208 18446744073709551615 134587647 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 27378 27074 90 173 0 27203 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 109512

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=1000064/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=119544 CPUtime=882.06
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 29849 0 0 0 88177 29 0 0 25 0 1 120000 1112241928 122413056 29606 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 29886 29606 90 173 0 29711 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 119544

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=1000128/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=119544 CPUtime=942.04
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 29849 0 0 0 94175 29 0 0 25 0 1 120000 1112241928 122413056 29606 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 29886 29606 90 173 0 29711 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 119544

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=993856/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=125880 CPUtime=1002.02
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 31425 0 0 0 100171 31 0 0 25 0 1 120000 1112241928 128901120 31182 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 31470 31182 90 173 0 31295 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 125880

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=989824/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=129708 CPUtime=1062.02
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 32407 0 0 0 106169 33 0 0 25 0 1 120000 1112241928 132820992 32164 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 32427 32164 90 173 0 32252 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 129708

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=989824/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=129708 CPUtime=1122
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 32407 0 0 0 112167 33 0 0 25 0 1 120000 1112241928 132820992 32164 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 32427 32164 90 173 0 32252 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 129708

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=985728/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=134196 CPUtime=1181.98
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 33545 0 0 0 118164 34 0 0 25 0 1 120000 1112241928 137416704 33302 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 33549 33302 90 173 0 33374 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 134196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 16938
/proc/meminfo: memFree=979264/2055920 swapFree=4176444/4192956
[pid=16931] ppid=16929 vsize=140136 CPUtime=1200.08
/proc/16931/stat : 16931 (CirCUs) R 16929 16931 16418 0 -1 4194304 35025 0 0 0 119972 36 0 0 25 0 1 100 1112241928 143499264 34782 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16931/statm: 35034 34782 90 173 0 34859 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 140136

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.12
CPU user time (s): 1199.73
CPU system time (s): 0.39094
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 140136

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

runsolver used 1.3308 second user time and 3.04654 second system time

The end

Launcher Data

Begin job on node27 at 2009-03-30 08:49:26
IDJOB=1524204
IDBENCH=70319
IDSOLVER=544
FILE ID=node27/1524204-1238395765
PBS_JOBID= 9061328
Free space on /tmp= 65720 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S1119314619-090.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524204-1238395765/watcher-1524204-1238395765 -o /tmp/evaluation-result-1524204-1238395765/solver-1524204-1238395765 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524204-1238395765.cnf -t 1200

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

MD5SUM BENCH= 682adf22440a1975a5efec3ca28f38cb
RANDOM SEED=832627358

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:       1119136 kB
Buffers:         80944 kB
Cached:         754872 kB
SwapCached:       9492 kB
Active:          21648 kB
Inactive:       825336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119136 kB
SwapTotal:     4192956 kB
SwapFree:      4176444 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          16848 kB
Slab:            75712 kB
Committed_AS:  2832324 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-03-30 09:09:28