Trace number 1524526

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S1906521511-089.cnf
MD5SUM9c1fb07d5218acc7d1bc3d4acef5e909
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.9933
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524526-1238568060/watcher-1524526-1238568060 -o /tmp/evaluation-result-1524526-1238568060/solver-1524526-1238568060 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524526-1238568060.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.98 0.99 3/64 1039
/proc/meminfo: memFree=1514416/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=1308 CPUtime=0
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 120000 1129469254 1339392 144 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 327 144 89 173 0 152 0

[startup+0.0568269 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1039
/proc/meminfo: memFree=1514416/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=1572 CPUtime=0.05
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 212 0 0 0 5 0 0 0 18 0 1 120000 1129469254 1609728 196 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 393 196 89 173 0 218 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1572

[startup+0.101831 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1039
/proc/meminfo: memFree=1514416/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=1572 CPUtime=0.1
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 221 0 0 0 10 0 0 0 18 0 1 120000 1129469254 1609728 205 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 393 205 89 173 0 218 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1572

[startup+0.301852 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1039
/proc/meminfo: memFree=1514416/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=1704 CPUtime=0.3
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 265 0 0 0 30 0 0 0 19 0 1 120000 1129469254 1744896 249 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 426 249 89 173 0 251 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1704

[startup+0.701897 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 1039
/proc/meminfo: memFree=1514416/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=1968 CPUtime=0.7
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 320 0 0 0 70 0 0 0 22 0 1 120000 1129469254 2015232 304 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 492 304 89 173 0 317 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1968

[startup+1.50198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1513384/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=2232 CPUtime=1.5
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 400 0 0 0 150 0 0 0 25 0 1 120000 1129469254 2285568 384 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 558 384 89 173 0 383 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2232

[startup+3.10116 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1512872/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=2796 CPUtime=3.09
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 535 0 0 0 309 0 0 0 25 0 1 120000 1129469254 2863104 519 1992294400 134512640 135224549 4294956224 18446744073709551615 134595352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 699 519 89 173 0 524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2796

[startup+6.3015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1511848/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=3588 CPUtime=6.29
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 744 0 0 0 629 0 0 0 25 0 1 120000 1129469254 3674112 728 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 897 728 89 173 0 722 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3588

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1510632/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=4788 CPUtime=12.69
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 1025 0 0 0 1269 0 0 0 25 0 1 120000 1129469254 4902912 1009 1992294400 134512640 135224549 4294956224 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 1197 1009 89 173 0 1022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4788

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1509416/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=5980 CPUtime=25.48
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 1294 0 0 0 2548 0 0 0 25 0 1 120000 1129469254 6123520 1278 1992294400 134512640 135224549 4294956224 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 1495 1278 89 173 0 1320 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5980

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1507432/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=7968 CPUtime=51.08
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 1812 0 0 0 5107 1 0 0 25 0 1 120000 1129469254 8159232 1763 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 1992 1763 89 173 0 1817 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7968

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1505384/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=9880 CPUtime=102.27
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 2319 0 0 0 10225 2 0 0 25 0 1 120000 1129469254 10117120 2270 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 2470 2270 89 173 0 2295 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9880

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1503656/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=12092 CPUtime=162.25
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 2803 0 0 0 16222 3 0 0 25 0 1 120000 1129469254 12382208 2689 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 3023 2689 89 173 0 2848 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12092

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1501800/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=14004 CPUtime=222.24
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 3279 0 0 0 22220 4 0 0 25 0 1 120000 1129469254 14340096 3165 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 3501 3165 89 173 0 3326 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 14004

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1500264/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=15496 CPUtime=282.22
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 3647 0 0 0 28218 4 0 0 25 0 1 120000 1129469254 15867904 3533 1992294400 134512640 135224549 4294956224 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 3874 3533 89 173 0 3699 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 15496

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1499240/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=16540 CPUtime=342.2
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 3911 0 0 0 34216 4 0 0 25 0 1 120000 1129469254 16936960 3797 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 4135 3797 89 173 0 3960 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 16540

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1497832/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=18024 CPUtime=402.19
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 4266 0 0 0 40214 5 0 0 25 0 1 120000 1129469254 18456576 4152 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 4506 4152 89 173 0 4331 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 18024

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1497576/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=18352 CPUtime=462.17
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 4331 0 0 0 46212 5 0 0 25 0 1 120000 1129469254 18792448 4217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 4588 4217 89 173 0 4413 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 18352

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1495976/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=20460 CPUtime=522.16
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 4846 0 0 0 52210 6 0 0 25 0 1 120000 1129469254 20951040 4603 1992294400 134512640 135224549 4294956224 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 5115 4603 89 173 0 4940 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 20460

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1495848/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=20460 CPUtime=582.14
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 4878 0 0 0 58208 6 0 0 25 0 1 120000 1129469254 20951040 4635 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 5115 4635 89 173 0 4940 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 20460

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1494568/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=21776 CPUtime=642.12
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 5208 0 0 0 64206 6 0 0 25 0 1 120000 1129469254 22298624 4965 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 5444 4965 89 173 0 5269 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 21776

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1494184/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=22260 CPUtime=702.1
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 5300 0 0 0 70204 6 0 0 25 0 1 120000 1129469254 22794240 5057 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 5565 5057 89 173 0 5390 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 22260

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1492648/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=23636 CPUtime=762.1
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 5677 0 0 0 76203 7 0 0 25 0 1 120000 1129469254 24203264 5434 1992294400 134512640 135224549 4294956224 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 5909 5434 89 173 0 5734 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 23636

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1492392/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=23804 CPUtime=822.07
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 5730 0 0 0 82200 7 0 0 25 0 1 120000 1129469254 24375296 5487 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 5951 5487 89 173 0 5776 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 23804

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1490536/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=26072 CPUtime=882.06
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 6210 0 0 0 88198 8 0 0 25 0 1 120000 1129469254 26697728 5967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 6518 5967 89 173 0 6343 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 26072

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1490472/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=26072 CPUtime=942.04
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 6210 0 0 0 94196 8 0 0 25 0 1 120000 1129469254 26697728 5967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 6518 5967 89 173 0 6343 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 26072

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1490344/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=26256 CPUtime=1002.03
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 6254 0 0 0 100195 8 0 0 25 0 1 120000 1129469254 26886144 6011 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 6564 6011 89 173 0 6389 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 26256

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1488360/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=28252 CPUtime=1062.01
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 6754 0 0 0 106193 8 0 0 25 0 1 120000 1129469254 28930048 6511 1992294400 134512640 135224549 4294956224 18446744073709551615 134595622 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 7063 6511 89 173 0 6888 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 28252

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1488296/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=28252 CPUtime=1122
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 6759 0 0 0 112191 9 0 0 25 0 1 120000 1129469254 28930048 6516 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 7063 6516 89 173 0 6888 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 28252

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1488232/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=28252 CPUtime=1181.98
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 6766 0 0 0 118189 9 0 0 25 0 1 120000 1129469254 28930048 6523 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 7063 6523 89 173 0 6888 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 28252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1040
/proc/meminfo: memFree=1488296/2055920 swapFree=4172472/4192956
[pid=1039] ppid=1037 vsize=28252 CPUtime=1200.08
/proc/1039/stat : 1039 (CirCUs) R 1037 1039 815 0 -1 4194304 6769 0 0 0 119999 9 0 0 25 0 1 100 1129469254 28930048 6526 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1039/statm: 7063 6526 89 173 0 6888 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 28252

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.1
CPU user time (s): 1200
CPU system time (s): 0.097985
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 28252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
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= 6769
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= 1630

runsolver used 1.06784 second user time and 2.78558 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-01 08:41:00
IDJOB=1524526
IDBENCH=70641
IDSOLVER=544
FILE ID=node37/1524526-1238568060
PBS_JOBID= 9062166
Free space on /tmp= 66428 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S1906521511-089.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524526-1238568060/watcher-1524526-1238568060 -o /tmp/evaluation-result-1524526-1238568060/solver-1524526-1238568060 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524526-1238568060.cnf -t 1200

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

MD5SUM BENCH= 9c1fb07d5218acc7d1bc3d4acef5e909
RANDOM SEED=1863483379

node37.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.213
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.213
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:       1514832 kB
Buffers:         96128 kB
Cached:         346744 kB
SwapCached:      14360 kB
Active:         205376 kB
Inactive:       253332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514832 kB
SwapTotal:     4192956 kB
SwapFree:      4172472 kB
Dirty:            1080 kB
Writeback:           0 kB
Mapped:          18760 kB
Slab:            68436 kB
Committed_AS:  2995328 kB
PageTables:       1384 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= 66428 MiB
End job on node37 at 2009-04-01 09:01:03