Trace number 3170731

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.04 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S977705304-066-UNKNOWN.cnf
MD5SUMd872c255da29ab531c07d575af8ab92a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.3467
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3170731-1302818677/watcher-3170731-1302818677 -o /tmp/evaluation-result-3170731-1302818677/solver-3170731-1302818677 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170731-1302818677.cnf 

running on 2 cores: 1,3

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: 1.04 1.52 1.81 4/184 10092
/proc/meminfo: memFree=13154252/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=20640 CPUtime=0 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 886 0 0 0 0 0 0 0 21 0 1 0 472098328 21135360 824 33554432000 4194304 4291949 140736261593920 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 5160 825 227 24 0 1794 0

[startup+0.104257 s]
/proc/loadavg: 1.04 1.52 1.81 4/184 10092
/proc/meminfo: memFree=13154252/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=19064 CPUtime=0.09 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 1968 0 0 0 9 0 0 0 21 0 1 0 472098328 19521536 1461 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 4766 1461 253 24 0 1400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19064

[startup+0.20022 s]
/proc/loadavg: 1.04 1.52 1.81 4/184 10092
/proc/meminfo: memFree=13154252/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=19064 CPUtime=0.19 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 2008 0 0 0 19 0 0 0 22 0 1 0 472098328 19521536 1499 33554432000 4194304 4291949 140736261593920 18446744073709551615 4262102 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 4766 1499 253 24 0 1400 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19064

[startup+0.301202 s]
/proc/loadavg: 1.04 1.52 1.81 4/184 10092
/proc/meminfo: memFree=13154252/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=19700 CPUtime=0.29 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 2065 0 0 0 29 0 0 0 22 0 1 0 472098328 20172800 1556 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 4925 1557 253 24 0 1559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19700

[startup+0.701135 s]
/proc/loadavg: 1.04 1.52 1.81 4/184 10092
/proc/meminfo: memFree=13154252/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=20728 CPUtime=0.69 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 2254 0 0 0 69 0 0 0 24 0 1 0 472098328 21225472 1744 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 5182 1744 253 24 0 1816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20728

[startup+1.50099 s]
/proc/loadavg: 1.04 1.52 1.81 5/190 10103
/proc/meminfo: memFree=13110804/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=22544 CPUtime=1.49 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 2715 0 0 0 149 0 0 0 25 0 1 0 472098328 23085056 2200 33554432000 4194304 4291949 140736261593920 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 5636 2200 253 24 0 2270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22544

[startup+3.10071 s]
/proc/loadavg: 1.28 1.56 1.82 5/190 10103
/proc/meminfo: memFree=13106092/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=29948 CPUtime=3.09 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 3759 0 0 0 309 0 0 0 25 0 1 0 472098328 30666752 3237 33554432000 4194304 4291949 140736261593920 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 7487 3237 253 24 0 4121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29948

[startup+6.30114 s]
/proc/loadavg: 1.28 1.56 1.82 5/190 10103
/proc/meminfo: memFree=13073912/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=37960 CPUtime=6.29 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 5739 0 0 0 628 1 0 0 25 0 1 0 472098328 38871040 5205 33554432000 4194304 4291949 140736261593920 18446744073709551615 218884024646 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 9490 5205 253 24 0 6124 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37960

[startup+12.701 s]
/proc/loadavg: 1.69 1.64 1.84 5/190 10103
/proc/meminfo: memFree=13065008/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=31788 CPUtime=12.69 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 10202 0 0 0 1266 3 0 0 25 0 1 0 472098328 32550912 4008 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 7947 4008 253 24 0 4581 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31788

[startup+25.5007 s]
/proc/loadavg: 2.05 1.72 1.86 5/190 10103
/proc/meminfo: memFree=13028896/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=39992 CPUtime=25.49 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 18131 0 0 0 2545 4 0 0 25 0 1 0 472098328 40951808 4345 33554432000 4194304 4291949 140736261593920 18446744073709551615 4256112 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 9998 4345 253 24 0 6632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39992

[startup+51.1012 s]
/proc/loadavg: 2.71 1.90 1.92 5/190 10104
/proc/meminfo: memFree=12919076/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=82652 CPUtime=51.09 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 40143 0 0 0 5100 9 0 0 25 0 1 0 472098328 84635648 17221 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 20663 17221 253 24 0 17297 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82652

[startup+102.301 s]
/proc/loadavg: 3.48 2.25 2.04 5/190 10105
/proc/meminfo: memFree=12770880/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=82652 CPUtime=102.3 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 72924 0 0 0 10215 15 0 0 25 0 1 0 472098328 84635648 17418 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 20663 17418 253 24 0 17297 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82652

[startup+162.301 s]
/proc/loadavg: 3.84 2.56 2.15 5/190 10107
/proc/meminfo: memFree=12766620/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=162.29 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 122327 0 0 0 16204 25 0 0 25 0 1 0 472098328 135139328 28727 33554432000 4194304 4291949 140736261593920 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 28727 253 24 0 29627 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131972

[startup+222.307 s]
/proc/loadavg: 3.94 2.84 2.27 5/190 10109
/proc/meminfo: memFree=12627440/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=222.3 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 150539 0 0 0 22199 31 0 0 25 0 1 0 472098328 135139328 28649 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 28649 253 24 0 29627 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131972

[startup+282.3 s]
/proc/loadavg: 3.98 3.03 2.37 5/190 10110
/proc/meminfo: memFree=12583256/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=82652 CPUtime=282.3 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 177982 0 0 0 28192 38 0 0 25 0 1 0 472098328 84635648 17420 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 20663 17420 253 24 0 17297 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82652

[startup+342.301 s]
/proc/loadavg: 4.04 3.23 2.48 5/190 10112
/proc/meminfo: memFree=12394116/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=342.3 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 219541 0 0 0 34185 45 0 0 25 0 1 0 472098328 135139328 26592 33554432000 4194304 4291949 140736261593920 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 26592 253 24 0 29627 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 131972

[startup+402.301 s]
/proc/loadavg: 4.02 3.36 2.57 5/190 10113
/proc/meminfo: memFree=12494768/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=402.3 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 249319 0 0 0 40174 56 0 0 25 0 1 0 472098328 166699008 30211 33554432000 4194304 4291949 140736261593920 18446744073709551615 4250544 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 30211 253 24 0 37332 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 162792

[startup+462.301 s]
/proc/loadavg: 4.00 3.48 2.66 5/190 10115
/proc/meminfo: memFree=12318512/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=462.3 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 279623 0 0 0 46168 62 0 0 25 0 1 0 472098328 166699008 32828 33554432000 4194304 4291949 140736261593920 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 32828 253 24 0 37332 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 162792

[startup+522.301 s]
/proc/loadavg: 4.00 3.57 2.74 5/190 10117
/proc/meminfo: memFree=12242212/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=522.3 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 304764 0 0 0 52162 68 0 0 25 0 1 0 472098328 135139328 28225 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 28225 253 24 0 29627 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 131972

[startup+582.3 s]
/proc/loadavg: 4.00 3.65 2.82 5/190 10118
/proc/meminfo: memFree=12590120/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=582.31 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 339206 0 0 0 58154 77 0 0 25 0 1 0 472098328 135139328 25955 33554432000 4194304 4291949 140736261593920 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 25955 253 24 0 29627 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 131972

[startup+642.301 s]
/proc/loadavg: 4.00 3.70 2.88 5/190 10120
/proc/meminfo: memFree=12705652/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=642.31 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 360651 0 0 0 64149 82 0 0 25 0 1 0 472098328 166699008 32705 33554432000 4194304 4291949 140736261593920 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 32706 253 24 0 37332 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 162792

[startup+702.301 s]
/proc/loadavg: 4.06 3.77 2.96 5/190 10121
/proc/meminfo: memFree=12611872/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=702.31 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 388707 0 0 0 70143 88 0 0 25 0 1 0 472098328 135139328 28494 33554432000 4194304 4291949 140736261593920 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 28494 253 24 0 29627 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 131972

[startup+762.3 s]
/proc/loadavg: 4.02 3.81 3.02 5/190 10123
/proc/meminfo: memFree=12360224/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=762.31 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 423156 0 0 0 76136 95 0 0 25 0 1 0 472098328 166699008 30520 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 30520 253 24 0 37332 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 162792

[startup+822.301 s]
/proc/loadavg: 4.01 3.84 3.08 5/190 10125
/proc/meminfo: memFree=12240152/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=212880 CPUtime=822.31 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 467838 0 0 0 82124 107 0 0 25 0 1 0 472098328 217989120 42320 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 53220 42320 253 24 0 49854 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 212880

[startup+882.307 s]
/proc/loadavg: 4.07 3.89 3.14 5/190 10126
/proc/meminfo: memFree=12432804/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=882.32 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 496357 0 0 0 88116 116 0 0 25 0 1 0 472098328 166699008 33691 33554432000 4194304 4291949 140736261593920 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 33691 253 24 0 37332 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 162792

[startup+942.301 s]
/proc/loadavg: 4.03 3.90 3.19 5/190 10128
/proc/meminfo: memFree=12345720/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=942.31 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 517603 0 0 0 94109 122 0 0 25 0 1 0 472098328 166699008 32989 33554432000 4194304 4291949 140736261593920 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 32989 253 24 0 37332 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 162792

[startup+1002.3 s]
/proc/loadavg: 4.01 3.92 3.24 5/190 10129
/proc/meminfo: memFree=12256640/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=1002.32 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 544656 0 0 0 100104 128 0 0 25 0 1 0 472098328 135139328 25321 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255799 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 25321 253 24 0 29627 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 131972

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.28 5/190 10131
/proc/meminfo: memFree=12021740/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=1062.31 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 568770 0 0 0 106097 134 0 0 25 0 1 0 472098328 166699008 32945 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 32945 253 24 0 37332 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 162792

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.33 5/190 10133
/proc/meminfo: memFree=12344956/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=1122.32 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 601535 0 0 0 112090 142 0 0 25 0 1 0 472098328 135139328 26340 33554432000 4194304 4291949 140736261593920 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 26340 253 24 0 29627 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 131972

[startup+1182.3 s]
/proc/loadavg: 4.09 3.98 3.37 5/190 10134
/proc/meminfo: memFree=12228488/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=1182.32 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 625986 0 0 0 118084 148 0 0 25 0 1 0 472098328 166699008 33809 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 33809 253 24 0 37332 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 162792

[startup+1242.3 s]
/proc/loadavg: 4.03 3.98 3.41 5/190 10136
/proc/meminfo: memFree=12075568/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=162792 CPUtime=1242.32 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 646005 0 0 0 124079 153 0 0 25 0 1 0 472098328 166699008 33599 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 40698 33599 253 24 0 37332 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 162792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.45 3/188 10139
/proc/meminfo: memFree=12932388/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=1300.03 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 683059 0 0 0 129842 161 0 0 25 0 1 0 472098328 135139328 28244 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 28244 253 24 0 29627 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 131972

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

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

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.45 3/188 10139
/proc/meminfo: memFree=12932388/32950928 swapFree=67111528/67111528
[pid=10092] ppid=10090 vsize=131972 CPUtime=1300.03 cores=1,3
/proc/10092/stat : 10092 (RestartSAT) R 10090 10092 10042 0 -1 4202496 683059 0 0 0 129842 161 0 0 25 0 1 0 472098328 135139328 28244 33554432000 4194304 4291949 140736261593920 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10092/statm: 32993 28244 253 24 0 29627 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 131972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1298.42
CPU system time (s): 1.62075
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 294268

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

runsolver used 1.90471 second user time and 5.19321 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-15 00:04:37
IDJOB=3170731
IDBENCH=82549
IDSOLVER=1581
FILE ID=node112/3170731-1302818677
RUNJOBID= node112-1302818676-10062
PBS_JOBID= 13006663
Free space on /tmp= 72176 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S977705304-066-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170731-1302818677/watcher-3170731-1302818677 -o /tmp/evaluation-result-3170731-1302818677/solver-3170731-1302818677 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170731-1302818677.cnf

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

MD5SUM BENCH= d872c255da29ab531c07d575af8ab92a
RANDOM SEED=1724346853

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13154788 kB
Buffers:        770180 kB
Cached:       18553788 kB
SwapCached:          0 kB
Active:        9113464 kB
Inactive:     10286964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13154788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5052 kB
Writeback:           0 kB
AnonPages:       77332 kB
Mapped:          15104 kB
Slab:           329060 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   246736 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= 72172 MiB
End job on node112 at 2011-04-15 00:26:19