Trace number 1735531

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.11 1200.52

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMe4c376965bc8cbd4cdf5b3958d29ec62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.254
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.39/0.43	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.39/0.43	c Eliminate time :       0.34 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735531-1240803511/watcher-1735531-1240803511 -o /tmp/evaluation-result-1735531-1240803511/solver-1735531-1240803511 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735531-1240803511.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 12440
/proc/meminfo: memFree=1541616/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=2320 CPUtime=0
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 120000 108378350 2375680 181 1992294400 134512640 135224549 4294956208 18446744073709551615 134941342 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 613 182 70 173 0 438 0

[startup+0.024426 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 12440
/proc/meminfo: memFree=1541616/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=3640 CPUtime=0.02
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 543 0 0 0 2 0 0 0 18 0 1 120000 108378350 3727360 528 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 910 528 70 173 0 735 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3640

[startup+0.101438 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 12440
/proc/meminfo: memFree=1541616/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=8508 CPUtime=0.09
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 1905 0 0 0 8 1 0 0 18 0 1 120000 108378350 8712192 1791 1992294400 134512640 135224549 4294956208 18446744073709551615 134572358 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 2127 1791 74 173 0 1952 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8508

[startup+0.30147 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 12440
/proc/meminfo: memFree=1541616/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=8508 CPUtime=0.29
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 1905 0 0 0 28 1 0 0 19 0 1 120000 108378350 8712192 1791 1992294400 134512640 135224549 4294956208 18446744073709551615 134571708 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 2127 1791 74 173 0 1952 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8508

[startup+0.701537 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 12440
/proc/meminfo: memFree=1541616/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=9960 CPUtime=0.69
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 2301 0 0 0 68 1 0 0 23 0 1 120000 108378350 10199040 2187 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 2490 2187 90 173 0 2315 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9960

[startup+1.50267 s]
/proc/loadavg: 1.83 1.82 1.44 2/65 12441
/proc/meminfo: memFree=1531880/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=12072 CPUtime=1.49
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 2834 0 0 0 147 2 0 0 25 0 1 120000 108378350 12361728 2720 1992294400 134512640 135224549 4294956208 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 3018 2720 90 173 0 2843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12072

[startup+3.10194 s]
/proc/loadavg: 1.83 1.82 1.44 2/65 12441
/proc/meminfo: memFree=1530792/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=13260 CPUtime=3.09
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 3119 0 0 0 307 2 0 0 25 0 1 120000 108378350 13578240 3005 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 3315 3005 90 173 0 3140 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13260

[startup+6.30148 s]
/proc/loadavg: 1.77 1.80 1.44 2/65 12441
/proc/meminfo: memFree=1528424/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=14976 CPUtime=6.29
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 3555 0 0 0 627 2 0 0 25 0 1 120000 108378350 15335424 3441 1992294400 134512640 135224549 4294956208 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 3744 3441 90 173 0 3569 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14976

[startup+12.7015 s]
/proc/loadavg: 1.71 1.79 1.44 2/65 12443
/proc/meminfo: memFree=1525872/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=16956 CPUtime=12.69
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 4031 0 0 0 1266 3 0 0 25 0 1 120000 108378350 17362944 3917 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 4239 3917 90 173 0 4064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16956

[startup+25.5017 s]
/proc/loadavg: 1.55 1.75 1.43 2/65 12443
/proc/meminfo: memFree=1519920/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=22984 CPUtime=25.48
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 5540 0 0 0 2544 4 0 0 25 0 1 120000 108378350 23535616 5426 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 5746 5426 90 173 0 5571 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22984

[startup+51.102 s]
/proc/loadavg: 1.36 1.69 1.42 2/65 12443
/proc/meminfo: memFree=1516272/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=26816 CPUtime=51.08
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 6489 0 0 0 5103 5 0 0 25 0 1 120000 108378350 27459584 6375 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 6704 6375 90 173 0 6529 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26816

[startup+102.306 s]
/proc/loadavg: 1.15 1.58 1.39 2/65 12443
/proc/meminfo: memFree=1506160/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=36716 CPUtime=102.26
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 8986 0 0 0 10219 7 0 0 25 0 1 120000 108378350 37597184 8872 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 9179 8872 90 173 0 9004 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36716

[startup+162.302 s]
/proc/loadavg: 1.06 1.47 1.36 2/65 12443
/proc/meminfo: memFree=1499696/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=43568 CPUtime=162.23
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 10622 0 0 0 16215 8 0 0 25 0 1 120000 108378350 44613632 10508 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 10892 10508 90 173 0 10717 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 43568

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/65 12443
/proc/meminfo: memFree=1492208/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=50832 CPUtime=222.21
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 12466 0 0 0 22212 9 0 0 25 0 1 120000 108378350 52051968 12352 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 12708 12352 90 173 0 12533 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50832

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.32 2/65 12443
/proc/meminfo: memFree=1490096/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=52948 CPUtime=282.19
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 13002 0 0 0 28209 10 0 0 25 0 1 120000 108378350 54218752 12888 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 13237 12888 90 173 0 13062 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 52948

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.29 2/65 12443
/proc/meminfo: memFree=1482416/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=60480 CPUtime=342.17
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 14907 0 0 0 34206 11 0 0 25 0 1 120000 108378350 61931520 14793 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 15120 14793 90 173 0 14945 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 60480

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.27 2/65 12443
/proc/meminfo: memFree=1476080/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=66816 CPUtime=402.15
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 16477 0 0 0 40202 13 0 0 25 0 1 120000 108378350 68419584 16363 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 16704 16363 90 173 0 16529 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 66816

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.25 2/65 12443
/proc/meminfo: memFree=1468528/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=74340 CPUtime=462.13
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 18385 0 0 0 46198 15 0 0 25 0 1 120000 108378350 76124160 18271 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 18585 18271 90 173 0 18410 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 74340

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 12443
/proc/meminfo: memFree=1468336/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=74472 CPUtime=522.11
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 18404 0 0 0 52196 15 0 0 25 0 1 120000 108378350 76259328 18290 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 18618 18290 90 173 0 18443 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 74472

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 12443
/proc/meminfo: memFree=1461488/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=81204 CPUtime=582.09
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 20112 0 0 0 58193 16 0 0 25 0 1 120000 108378350 83152896 19998 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 20301 19998 90 173 0 20126 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 81204

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 12443
/proc/meminfo: memFree=1461488/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=81204 CPUtime=642.07
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 20112 0 0 0 64191 16 0 0 25 0 1 120000 108378350 83152896 19998 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 20301 19998 90 173 0 20126 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 81204

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 12443
/proc/meminfo: memFree=1456880/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=86476 CPUtime=702.05
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 21437 0 0 0 70187 18 0 0 25 0 1 120000 108378350 88551424 21194 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 21619 21194 90 173 0 21444 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 86476

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 12443
/proc/meminfo: memFree=1455280/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=87928 CPUtime=762.03
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 21787 0 0 0 76185 18 0 0 25 0 1 120000 108378350 90038272 21544 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 21982 21544 90 173 0 21807 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 87928

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 12443
/proc/meminfo: memFree=1455280/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=87928 CPUtime=822.01
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 21787 0 0 0 82183 18 0 0 25 0 1 120000 108378350 90038272 21544 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 21982 21544 90 173 0 21807 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 87928

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 12443
/proc/meminfo: memFree=1444208/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=99020 CPUtime=881.99
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 24559 0 0 0 88178 21 0 0 25 0 1 120000 108378350 101396480 24316 1992294400 134512640 135224549 4294956208 18446744073709551615 134595598 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 24755 24316 90 173 0 24580 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 99020

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 12443
/proc/meminfo: memFree=1444144/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=99020 CPUtime=941.96
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 24559 0 0 0 94175 21 0 0 25 0 1 120000 108378350 101396480 24316 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 24755 24316 90 173 0 24580 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 99020

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 12443
/proc/meminfo: memFree=1444144/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=99020 CPUtime=1001.94
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 24560 0 0 0 100173 21 0 0 25 0 1 120000 108378350 101396480 24317 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 24755 24317 90 173 0 24580 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 99020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 12443
/proc/meminfo: memFree=1443056/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=100352 CPUtime=1061.92
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 24902 0 0 0 106171 21 0 0 25 0 1 120000 108378350 102760448 24659 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 25088 24659 90 173 0 24913 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 100352

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 12443
/proc/meminfo: memFree=1435504/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=107612 CPUtime=1121.9
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 26722 0 0 0 112167 23 0 0 25 0 1 120000 108378350 110194688 26479 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 26903 26479 90 173 0 26728 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 107612

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12443
/proc/meminfo: memFree=1435440/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=107612 CPUtime=1181.88
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 26722 0 0 0 118165 23 0 0 25 0 1 120000 108378350 110194688 26479 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 26903 26479 90 173 0 26728 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 107612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12443
/proc/meminfo: memFree=1435504/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=107612 CPUtime=1200.08
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 26722 0 0 0 119985 23 0 0 25 0 1 100 108378350 110194688 26479 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 26903 26479 90 173 0 26728 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 107612

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12443
/proc/meminfo: memFree=1435504/2055920 swapFree=4192956/4192956
[pid=12440] ppid=12438 vsize=107612 CPUtime=1200.08
/proc/12440/stat : 12440 (CirCUs) R 12438 12440 12281 0 -1 4194304 26722 0 0 0 119985 23 0 0 25 0 1 100 108378350 110194688 26479 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12440/statm: 26903 26479 90 173 0 26728 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 107612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.11
CPU user time (s): 1199.85
CPU system time (s): 0.251961
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 107612

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

runsolver used 1.11583 second user time and 2.21966 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-27 05:38:31
IDJOB=1735531
IDBENCH=71495
IDSOLVER=544
FILE ID=node57/1735531-1240803511
PBS_JOBID= 9187390
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= e4c376965bc8cbd4cdf5b3958d29ec62
RANDOM SEED=807515481

node57.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.256
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.256
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:       1542032 kB
Buffers:         62860 kB
Cached:         360916 kB
SwapCached:          0 kB
Active:         243400 kB
Inactive:       194300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            62216 kB
Committed_AS:   348260 kB
PageTables:       1388 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= 66440 MiB
End job on node57 at 2009-04-27 05:58:33