Trace number 3281831

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
RestartSAT A75? (TO) 1300.06 1300.03

General information on the benchmark

Nameibm-2002-30r-k85.cnf
MD5SUMc08fe2d9c476652207ada677b7ca59f9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2338581
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 511035
Number of clauses of size over 541578

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3281831-1303751668/watcher-3281831-1303751668 -o /tmp/evaluation-result-3281831-1303751668/solver-3281831-1303751668 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3281831-1303751668.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.03 4.01 3.87 4/189 30575
/proc/meminfo: memFree=13413908/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=19856 CPUtime=0 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 806 0 0 0 0 0 0 0 24 0 1 0 565397676 20332544 738 33554432000 4194304 4291949 140736471943984 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 4964 739 225 24 0 1598 0

[startup+0.0603199 s]
/proc/loadavg: 4.03 4.01 3.87 4/189 30575
/proc/meminfo: memFree=13413908/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=28772 CPUtime=0.05 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 3773 0 0 0 5 0 0 0 24 0 1 0 565397676 29462528 3383 33554432000 4194304 4291949 140736471943984 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 7193 3385 227 24 0 3827 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28772

[startup+0.100254 s]
/proc/loadavg: 4.03 4.01 3.87 4/189 30575
/proc/meminfo: memFree=13413908/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=35804 CPUtime=0.09 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 6116 0 0 0 8 1 0 0 25 0 1 0 565397676 36663296 5322 33554432000 4194304 4291949 140736471943984 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 8951 5327 227 24 0 5585 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35804

[startup+0.300216 s]
/proc/loadavg: 4.03 4.01 3.87 4/189 30575
/proc/meminfo: memFree=13413908/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=74980 CPUtime=0.29 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 16634 0 0 0 27 2 0 0 25 0 1 0 565397676 76779520 14688 33554432000 4194304 4291949 140736471943984 18446744073709551615 4223059 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 18745 14688 227 24 0 15379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74980

[startup+0.700208 s]
/proc/loadavg: 4.03 4.01 3.87 4/189 30575
/proc/meminfo: memFree=13413908/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=103536 CPUtime=0.69 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 24385 0 0 0 66 3 0 0 25 0 1 0 565397676 106020864 21465 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255420 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 25884 21465 234 24 0 22518 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103536

[startup+1.501 s]
/proc/loadavg: 4.03 4.01 3.87 5/190 30576
/proc/meminfo: memFree=13311360/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=130756 CPUtime=1.49 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 30457 0 0 0 144 5 0 0 25 0 1 0 565397676 133894144 27225 33554432000 4194304 4291949 140736471943984 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 32689 27225 234 24 0 29323 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130756

[startup+3.10073 s]
/proc/loadavg: 4.03 4.01 3.87 5/190 30576
/proc/meminfo: memFree=13322912/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=112752 CPUtime=3.09 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 34288 0 0 0 303 6 0 0 25 0 1 0 565397676 115458048 22365 33554432000 4194304 4291949 140736471943984 18446744073709551615 215988261268 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 28188 22365 252 24 0 24822 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112752

[startup+6.30017 s]
/proc/loadavg: 4.02 4.01 3.87 5/190 30576
/proc/meminfo: memFree=13319824/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=112752 CPUtime=6.29 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 34524 0 0 0 623 6 0 0 25 0 1 0 565397676 115458048 22580 33554432000 4194304 4291949 140736471943984 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 28188 22580 252 24 0 24822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112752

[startup+12.701 s]
/proc/loadavg: 4.02 4.01 3.87 5/190 30577
/proc/meminfo: memFree=13312288/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=112752 CPUtime=12.69 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 35340 0 0 0 1263 6 0 0 25 0 1 0 565397676 115458048 23350 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 28188 23350 252 24 0 24822 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112752

[startup+25.5008 s]
/proc/loadavg: 4.02 4.01 3.88 5/190 30577
/proc/meminfo: memFree=13298560/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=124428 CPUtime=25.49 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 36785 0 0 0 2542 7 0 0 25 0 1 0 565397676 127414272 24728 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 31107 24728 252 24 0 27741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124428

[startup+51.1003 s]
/proc/loadavg: 4.01 4.00 3.88 5/190 30578
/proc/meminfo: memFree=13255392/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=124428 CPUtime=51.09 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 39049 0 0 0 5101 8 0 0 25 0 1 0 565397676 127414272 26902 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 31107 26902 252 24 0 27741 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124428

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 30579
/proc/meminfo: memFree=13195520/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=147448 CPUtime=102.3 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 44556 0 0 0 10218 12 0 0 25 0 1 0 565397676 150986752 32299 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 36862 32299 252 24 0 33496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147448

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 30581
/proc/meminfo: memFree=13105704/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=185328 CPUtime=162.29 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 50518 0 0 0 16213 16 0 0 25 0 1 0 565397676 189775872 38143 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 46332 38143 252 24 0 42966 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 185328

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 30582
/proc/meminfo: memFree=12962328/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=241740 CPUtime=222.3 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 61275 0 0 0 22209 21 0 0 25 0 1 0 565397676 247541760 48781 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 60435 48781 252 24 0 57069 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 241740

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 30584
/proc/meminfo: memFree=12897304/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=246788 CPUtime=282.3 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 65550 0 0 0 28207 23 0 0 25 0 1 0 565397676 252710912 52988 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 61697 52988 252 24 0 58331 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 246788

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 30585
/proc/meminfo: memFree=12842832/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=250284 CPUtime=342.3 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 69217 0 0 0 34205 25 0 0 25 0 1 0 565397676 256290816 56589 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 62571 56589 252 24 0 59205 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 250284

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 30587
/proc/meminfo: memFree=12758720/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=335132 CPUtime=402.3 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 74587 0 0 0 40202 28 0 0 25 0 1 0 565397676 343175168 61889 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 83783 61889 252 24 0 80417 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 335132

[startup+462.3 s]
/proc/loadavg: 3.06 3.76 3.83 3/178 30624
/proc/meminfo: memFree=13619128/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=338460 CPUtime=462.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 78208 0 0 0 46200 31 0 0 25 0 1 0 565397676 346583040 65445 33554432000 4194304 4291949 140736471943984 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 84615 65445 252 24 0 81249 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 338460

[startup+522.301 s]
/proc/loadavg: 2.39 3.44 3.71 3/178 30625
/proc/meminfo: memFree=13591908/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=345120 CPUtime=522.3 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 82637 0 0 0 52197 33 0 0 25 0 1 0 565397676 353402880 69803 33554432000 4194304 4291949 140736471943984 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 86280 69803 252 24 0 82914 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 345120

[startup+582.3 s]
/proc/loadavg: 2.14 3.17 3.60 3/178 30627
/proc/meminfo: memFree=13562488/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=346268 CPUtime=582.3 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 85236 0 0 0 58196 34 0 0 25 0 1 0 565397676 354578432 72338 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 86567 72338 252 24 0 83201 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 346268

[startup+642.301 s]
/proc/loadavg: 2.05 2.96 3.50 3/178 30628
/proc/meminfo: memFree=13515320/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=349448 CPUtime=642.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 95175 0 0 0 64194 37 0 0 25 0 1 0 565397676 357834752 82186 33554432000 4194304 4291949 140736471943984 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 87362 82186 252 24 0 83996 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 349448

[startup+702.3 s]
/proc/loadavg: 2.02 2.78 3.40 3/178 30630
/proc/meminfo: memFree=13463816/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=487416 CPUtime=702.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 105825 0 0 0 70191 40 0 0 25 0 1 0 565397676 499113984 92747 33554432000 4194304 4291949 140736471943984 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 121854 92747 252 24 0 118488 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 487416

[startup+762.307 s]
/proc/loadavg: 2.00 2.64 3.31 3/179 30633
/proc/meminfo: memFree=13512612/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=490528 CPUtime=762.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 108964 0 0 0 76190 41 0 0 25 0 1 0 565397676 502300672 95852 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 122632 95852 252 24 0 119266 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 490528

[startup+822.3 s]
/proc/loadavg: 1.37 2.34 3.17 2/172 30651
/proc/meminfo: memFree=13914656/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=492880 CPUtime=822.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 112034 0 0 0 82188 43 0 0 25 0 1 0 565397676 504709120 98878 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 123220 98878 252 24 0 119854 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 492880

[startup+882.301 s]
/proc/loadavg: 1.13 2.09 3.03 2/172 30653
/proc/meminfo: memFree=13905196/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=495028 CPUtime=882.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 114524 0 0 0 88187 44 0 0 25 0 1 0 565397676 506908672 101321 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 123757 101321 252 24 0 120391 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 495028

[startup+942.3 s]
/proc/loadavg: 1.05 1.89 2.90 2/172 30654
/proc/meminfo: memFree=13894988/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=497584 CPUtime=942.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 117122 0 0 0 94185 46 0 0 25 0 1 0 565397676 509526016 103884 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 124396 103884 252 24 0 121030 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 497584

[startup+1002.3 s]
/proc/loadavg: 1.06 1.74 2.78 2/172 30656
/proc/meminfo: memFree=13874596/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=506156 CPUtime=1002.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 122289 0 0 0 100183 48 0 0 25 0 1 0 565397676 518303744 108992 33554432000 4194304 4291949 140736471943984 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 126539 108992 252 24 0 123173 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 506156

[startup+1062.3 s]
/proc/loadavg: 1.02 1.60 2.67 2/172 30658
/proc/meminfo: memFree=13867104/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=506156 CPUtime=1062.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 124203 0 0 0 106182 49 0 0 25 0 1 0 565397676 518303744 110868 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 126539 110868 252 24 0 123173 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 506156

[startup+1122.3 s]
/proc/loadavg: 1.01 1.49 2.56 2/172 30659
/proc/meminfo: memFree=13857372/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=506156 CPUtime=1122.31 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 126687 0 0 0 112181 50 0 0 25 0 1 0 565397676 518303744 113317 33554432000 4194304 4291949 140736471943984 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 126539 113317 252 24 0 123173 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 506156

[startup+1182.3 s]
/proc/loadavg: 1.00 1.40 2.46 2/172 30661
/proc/meminfo: memFree=13849392/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=508236 CPUtime=1182.32 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 128775 0 0 0 118180 52 0 0 25 0 1 0 565397676 520433664 115368 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 127059 115368 252 24 0 123693 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 508236

[startup+1242.3 s]
/proc/loadavg: 1.00 1.32 2.37 2/172 30662
/proc/meminfo: memFree=13837064/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=510684 CPUtime=1242.32 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 131892 0 0 0 124179 53 0 0 25 0 1 0 565397676 522940416 118438 33554432000 4194304 4291949 140736471943984 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 127671 118438 252 24 0 124305 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 510684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.26 2.28 2/172 30664
/proc/meminfo: memFree=13827976/32950940 swapFree=67111528/67111528
[pid=30575] ppid=30573 vsize=512300 CPUtime=1300.03 cores=5,7
/proc/30575/stat : 30575 (RestartSAT) R 30573 30575 29806 0 -1 4202496 134138 0 0 0 129948 55 0 0 25 0 1 0 565397676 524595200 120658 33554432000 4194304 4291949 140736471943984 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30575/statm: 128075 120658 252 24 0 124709 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 512300

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): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.49
CPU system time (s): 0.574912
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 512300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.49
system time used= 0.574912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134138
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= 7
involuntary context switches= 936

runsolver used 1.92671 second user time and 4.77427 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-25 19:14:29
IDJOB=3281831
IDBENCH=69635
IDSOLVER=1581
FILE ID=node117/3281831-1303751668
RUNJOBID= node117-1303750791-30315
PBS_JOBID= 13154045
Free space on /tmp= 71516 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT_RACE08/cnf/ibm-2002-30r-k85.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281831-1303751668/watcher-3281831-1303751668 -o /tmp/evaluation-result-3281831-1303751668/solver-3281831-1303751668 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3281831-1303751668.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c08fe2d9c476652207ada677b7ca59f9
RANDOM SEED=1149698402

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      13414312 kB
Buffers:       2319836 kB
Cached:       15807484 kB
SwapCached:          0 kB
Active:       11317672 kB
Inactive:      7660844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      13414312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24460 kB
Writeback:           0 kB
AnonPages:      850340 kB
Mapped:          15380 kB
Slab:           493844 kB
PageTables:       6836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1203628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71620 MiB
End job on node117 at 2011-04-25 19:36:11